ar-on-you-outline from Material Symbols by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
ar-on-you-outline
Set
Material Symbols
Style
Outline
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 ar on you icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.675 6.325Q20 8.65 20 12t-2.325 5.675T12 20t-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325M16.25 16.25Q18 14.5 18 12t-1.75-4.25T12 6T7.75 7.75T6 12t1.75 4.25T12 18t4.25-1.75m-2.1-1.437q.95-.688 1.35-1.813h-7q.4 1.125 1.35 1.813T12 15.5t2.15-.687m-5.363-4.1Q9.076 11 9.5 11t.713-.288T10.5 10t-.288-.712T9.5 9t-.712.288T8.5 10t.288.713m5 0q.287.287.712.287t.713-.288T15.5 10t-.288-.712T14.5 9t-.712.288T13.5 10t.288.713M1 6V3q0-.825.588-1.412T3 1h3v2H3v3zm5 17H3q-.825 0-1.412-.587T1 21v-3h2v3h3zm12 0v-2h3v-3h2v3q0 .825-.587 1.413T21 23zm3-17V3h-3V1h3q.825 0 1.413.588T23 3v3zm-9 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArOnYouOutline(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="M17.675 6.325Q20 8.65 20 12t-2.325 5.675T12 20t-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325M16.25 16.25Q18 14.5 18 12t-1.75-4.25T12 6T7.75 7.75T6 12t1.75 4.25T12 18t4.25-1.75m-2.1-1.437q.95-.688 1.35-1.813h-7q.4 1.125 1.35 1.813T12 15.5t2.15-.687m-5.363-4.1Q9.076 11 9.5 11t.713-.288T10.5 10t-.288-.712T9.5 9t-.712.288T8.5 10t.288.713m5 0q.287.287.712.287t.713-.288T15.5 10t-.288-.712T14.5 9t-.712.288T13.5 10t.288.713M1 6V3q0-.825.588-1.412T3 1h3v2H3v3zm5 17H3q-.825 0-1.412-.587T1 21v-3h2v3h3zm12 0v-2h3v-3h2v3q0 .825-.587 1.413T21 23zm3-17V3h-3V1h3q.825 0 1.413.588T23 3v3zm-9 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.675 6.325Q20 8.65 20 12t-2.325 5.675T12 20t-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325M16.25 16.25Q18 14.5 18 12t-1.75-4.25T12 6T7.75 7.75T6 12t1.75 4.25T12 18t4.25-1.75m-2.1-1.437q.95-.688 1.35-1.813h-7q.4 1.125 1.35 1.813T12 15.5t2.15-.687m-5.363-4.1Q9.076 11 9.5 11t.713-.288T10.5 10t-.288-.712T9.5 9t-.712.288T8.5 10t.288.713m5 0q.287.287.712.287t.713-.288T15.5 10t-.288-.712T14.5 9t-.712.288T13.5 10t.288.713M1 6V3q0-.825.588-1.412T3 1h3v2H3v3zm5 17H3q-.825 0-1.412-.587T1 21v-3h2v3h3zm12 0v-2h3v-3h2v3q0 .825-.587 1.413T21 23zm3-17V3h-3V1h3q.825 0 1.413.588T23 3v3zm-9 6"/></svg>
</template>

CSS

.icon-ar-on-you-outline {
  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%22M17.675%206.325Q20%208.65%2020%2012t-2.325%205.675T12%2020t-5.675-2.325T4%2012t2.325-5.675T12%204t5.675%202.325M16.25%2016.25Q18%2014.5%2018%2012t-1.75-4.25T12%206T7.75%207.75T6%2012t1.75%204.25T12%2018t4.25-1.75m-2.1-1.437q.95-.688%201.35-1.813h-7q.4%201.125%201.35%201.813T12%2015.5t2.15-.687m-5.363-4.1Q9.076%2011%209.5%2011t.713-.288T10.5%2010t-.288-.712T9.5%209t-.712.288T8.5%2010t.288.713m5%200q.287.287.712.287t.713-.288T15.5%2010t-.288-.712T14.5%209t-.712.288T13.5%2010t.288.713M1%206V3q0-.825.588-1.412T3%201h3v2H3v3zm5%2017H3q-.825%200-1.412-.587T1%2021v-3h2v3h3zm12%200v-2h3v-3h2v3q0%20.825-.587%201.413T21%2023zm3-17V3h-3V1h3q.825%200%201.413.588T23%203v3zm-9%206%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%22M17.675%206.325Q20%208.65%2020%2012t-2.325%205.675T12%2020t-5.675-2.325T4%2012t2.325-5.675T12%204t5.675%202.325M16.25%2016.25Q18%2014.5%2018%2012t-1.75-4.25T12%206T7.75%207.75T6%2012t1.75%204.25T12%2018t4.25-1.75m-2.1-1.437q.95-.688%201.35-1.813h-7q.4%201.125%201.35%201.813T12%2015.5t2.15-.687m-5.363-4.1Q9.076%2011%209.5%2011t.713-.288T10.5%2010t-.288-.712T9.5%209t-.712.288T8.5%2010t.288.713m5%200q.287.287.712.287t.713-.288T15.5%2010t-.288-.712T14.5%209t-.712.288T13.5%2010t.288.713M1%206V3q0-.825.588-1.412T3%201h3v2H3v3zm5%2017H3q-.825%200-1.412-.587T1%2021v-3h2v3h3zm12%200v-2h3v-3h2v3q0%20.825-.587%201.413T21%2023zm3-17V3h-3V1h3q.825%200%201.413.588T23%203v3zm-9%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ar-on-you-outline.svg?color=%231a73e8&size=48