view in ar icon
view-in-ar-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- view-in-ar-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the view in ar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 19.475L6 16.6q-.475-.275-.737-.737T5 14.875v-5.75q0-.525.263-.987T6 7.4l5-2.875q.475-.275 1-.275t1 .275L18 7.4q.475.275.738.738t.262.987v5.75q0 .525-.262.988T18 16.6l-5 2.875q-.475.275-1 .275t-1-.275M3 8q-.425 0-.712-.288T2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8m1 14q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zm16 0h-3q-.425 0-.712-.288T16 21t.288-.712T17 20h3v-3q0-.425.288-.712T21 16t.713.288T22 17v3q0 .825-.587 1.413T20 22m0-15V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M8.05 8.525l-1.05.6v1.125l4 2.325v4.6l1 .575l1-.575v-4.6l4-2.325V9.125l-1.05-.6L12 10.85z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsViewInArRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 19.475L6 16.6q-.475-.275-.737-.737T5 14.875v-5.75q0-.525.263-.987T6 7.4l5-2.875q.475-.275 1-.275t1 .275L18 7.4q.475.275.738.738t.262.987v5.75q0 .525-.262.988T18 16.6l-5 2.875q-.475.275-1 .275t-1-.275M3 8q-.425 0-.712-.288T2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8m1 14q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zm16 0h-3q-.425 0-.712-.288T16 21t.288-.712T17 20h3v-3q0-.425.288-.712T21 16t.713.288T22 17v3q0 .825-.587 1.413T20 22m0-15V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M8.05 8.525l-1.05.6v1.125l4 2.325v4.6l1 .575l1-.575v-4.6l4-2.325V9.125l-1.05-.6L12 10.85z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 19.475L6 16.6q-.475-.275-.737-.737T5 14.875v-5.75q0-.525.263-.987T6 7.4l5-2.875q.475-.275 1-.275t1 .275L18 7.4q.475.275.738.738t.262.987v5.75q0 .525-.262.988T18 16.6l-5 2.875q-.475.275-1 .275t-1-.275M3 8q-.425 0-.712-.288T2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8m1 14q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zm16 0h-3q-.425 0-.712-.288T16 21t.288-.712T17 20h3v-3q0-.425.288-.712T21 16t.713.288T22 17v3q0 .825-.587 1.413T20 22m0-15V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M8.05 8.525l-1.05.6v1.125l4 2.325v4.6l1 .575l1-.575v-4.6l4-2.325V9.125l-1.05-.6L12 10.85z"/></svg> </template>
CSS
.icon-view-in-ar-rounded {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2019.475L6%2016.6q-.475-.275-.737-.737T5%2014.875v-5.75q0-.525.263-.987T6%207.4l5-2.875q.475-.275%201-.275t1%20.275L18%207.4q.475.275.738.738t.262.987v5.75q0%20.525-.262.988T18%2016.6l-5%202.875q-.475.275-1%20.275t-1-.275M3%208q-.425%200-.712-.288T2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3q0%20.425-.288.713T3%208m1%2014q-.825%200-1.412-.587T2%2020v-3q0-.425.288-.712T3%2016t.713.288T4%2017v3h3q.425%200%20.713.288T8%2021t-.288.713T7%2022zm16%200h-3q-.425%200-.712-.288T16%2021t.288-.712T17%2020h3v-3q0-.425.288-.712T21%2016t.713.288T22%2017v3q0%20.825-.587%201.413T20%2022m0-15V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3q0%20.425-.288.713T21%208t-.712-.288T20%207M8.05%208.525l-1.05.6v1.125l4%202.325v4.6l1%20.575l1-.575v-4.6l4-2.325V9.125l-1.05-.6L12%2010.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2019.475L6%2016.6q-.475-.275-.737-.737T5%2014.875v-5.75q0-.525.263-.987T6%207.4l5-2.875q.475-.275%201-.275t1%20.275L18%207.4q.475.275.738.738t.262.987v5.75q0%20.525-.262.988T18%2016.6l-5%202.875q-.475.275-1%20.275t-1-.275M3%208q-.425%200-.712-.288T2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3q0%20.425-.288.713T3%208m1%2014q-.825%200-1.412-.587T2%2020v-3q0-.425.288-.712T3%2016t.713.288T4%2017v3h3q.425%200%20.713.288T8%2021t-.288.713T7%2022zm16%200h-3q-.425%200-.712-.288T16%2021t.288-.712T17%2020h3v-3q0-.425.288-.712T21%2016t.713.288T22%2017v3q0%20.825-.587%201.413T20%2022m0-15V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3q0%20.425-.288.713T21%208t-.712-.288T20%207M8.05%208.525l-1.05.6v1.125l4%202.325v4.6l1%20.575l1-.575v-4.6l4-2.325V9.125l-1.05-.6L12%2010.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/view-in-ar-rounded.svg?color=%231a73e8&size=48