View In Ar Off icon

View In Ar Off is a Google Material Symbol from the Audio&Video category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

view_in_ar_off_outlined_fill0_wght400.svg

View In Ar Off icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=view_in_ar_off" />

<span class="material-symbols-outlined">view_in_ar_off</span>

View In Ar Off icon in React

// With the font from the HTML tab:
export function ViewInArOffIcon() {
  return (
    <span className="material-symbols-outlined">
      view_in_ar_off
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ViewInArOffIcon from "@material-symbols/svg-400/outlined/view_in_ar_off.svg?react";

View In Ar Off icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">view_in_ar_off</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ViewInArOffIcon from "@material-symbols/svg-400/outlined/view_in_ar_off.svg?component"; -->

View In Ar Off icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">view_in_ar_off</mat-icon>

View In Ar Off icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.view_in_ar_off, fill: 0, weight: 400)

View In Ar Off icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/view_in_ar_off.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M13.4 11.25Zm-1.35 .8Zm6.5 4.35L8.225 6.075l3-1.775q.35-.2 .775-.2t.775 .2l5.525 3.275q.345 .207 .535 .556Q19.025 8.479 19.025 8.875v6.425q0 .319-.125 .61Q18.775 16.2 18.55 16.4ZM11.2 19.825 5.7 16.6q-.344-.207-.535-.556Q4.975 15.696 4.975 15.3v-6.425q0-.396 .19-.744Q5.356 7.782 5.7 7.575l1.175-.7 5.175 5.175 5.175 5.175-4.525 2.6q-.358 .2-.754 .2-.396 0-.746-.2Zm1.625-9.15Zm-1.575 1.825Zm2.7-.7Zm-1.2 .95ZM9.35 7.2l3.475 3.475 3.925-2.275-4.75-2.725-2.65 1.525Zm1.9 10.9v-5.6L6.5 9.775v5.475l4.75 2.85Zm6.275-2.725v-5.6l-3.575 2.025 3.575 3.575ZM12.75 18.1l3.35-2-3.35-3.35v5.35ZM20.825 22.975l-.975-.975H17.275v-1.5h1.375v.2L3.15 5.3h.35v1.425H2v-2.575l-1.35-1.35 1.075-1.075L21.9 21.9l-1.075 1.075Zm1.175-5.7v2.575l-1.5-1.5v-1.075h1.5ZM6.725 2v1.5h-1.075l-1.5-1.5h2.575Zm0 20H3.5q-.619 0-1.059-.441Q2 21.119 2 20.5v-3.225h1.5v3.225h3.225v1.5Zm13.775-15.275v-3.225H17.275v-1.5h3.225q.619 0 1.06 .441Q22 2.881 22 3.5v3.225h-1.5Z" />
</vector>

View In Ar Off icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/view_in_ar_off.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/view_in_ar_off.svg" width="24" height="24" alt="View In Ar Off">

View In Ar Off icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameView In Ar Off
Ligatureview_in_ar_off
Code pointU+F61B
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/view_in_ar_off.svg, view_in_ar_off-fill.svg
FlutterSymbols.view_in_ar_off
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videoondisabledslashenabledcameraboxofflineunavailablecrossobjectinactiveperspective

Related icons