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

Name
ar-stickers-outline
Set
Material Symbols
Style
Outline
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
ar-stickers-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the ar stickers icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.638 21.938Q3 20.875 3 19q0-.8.5-1.437t1.4-1.138l1.625 1.45q-.6.2-1.062.513T5 19q0 .65 2.025 1.325T12 21t4.975-.675T19 19q0-.3-.462-.612t-1.063-.513l1.625-1.45q.9.5 1.4 1.138T21 19q0 1.875-2.637 2.938T12 23t-6.363-1.062m5.3-3.125q-.512-.188-.937-.563l-6.3-5.575Q3.375 12.4 3.187 12T3 11.175v-2q0-.425.163-.825t.487-.675L9.95 1.8q.425-.4.95-.6T12 1t1.1.2t.95.6l6.3 5.875q.325.275.488.675t.162.825v2q0 .425-.187.825t-.513.675L14 18.25q-.425.375-.937.563T12 19t-1.062-.187m1.624-4.625q.313-.113.588-.363L18.7 8.9l-6-5.65q-.175-.125-.35-.187T11.975 3t-.375.063t-.3.187L5.2 9l5.45 4.825q.275.25.588.363t.662.112t.663-.112m-2.676-4.3q.363-.363.363-.888t-.363-.888T9 7.75t-.888.363T7.75 9t.363.888t.887.362t.888-.363m.362 1.713q1.075.525 2.263.338t2.087-.988q.85-.725 1.113-1.825T15.45 7.05zm2.638-4.712q.362-.363.362-.888t-.363-.888T12 4.75t-.888.363T10.75 6t.363.888t.887.362t.888-.363M11.95 8.65"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArStickersOutline(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="M5.638 21.938Q3 20.875 3 19q0-.8.5-1.437t1.4-1.138l1.625 1.45q-.6.2-1.062.513T5 19q0 .65 2.025 1.325T12 21t4.975-.675T19 19q0-.3-.462-.612t-1.063-.513l1.625-1.45q.9.5 1.4 1.138T21 19q0 1.875-2.637 2.938T12 23t-6.363-1.062m5.3-3.125q-.512-.188-.937-.563l-6.3-5.575Q3.375 12.4 3.187 12T3 11.175v-2q0-.425.163-.825t.487-.675L9.95 1.8q.425-.4.95-.6T12 1t1.1.2t.95.6l6.3 5.875q.325.275.488.675t.162.825v2q0 .425-.187.825t-.513.675L14 18.25q-.425.375-.937.563T12 19t-1.062-.187m1.624-4.625q.313-.113.588-.363L18.7 8.9l-6-5.65q-.175-.125-.35-.187T11.975 3t-.375.063t-.3.187L5.2 9l5.45 4.825q.275.25.588.363t.662.112t.663-.112m-2.676-4.3q.363-.363.363-.888t-.363-.888T9 7.75t-.888.363T7.75 9t.363.888t.887.362t.888-.363m.362 1.713q1.075.525 2.263.338t2.087-.988q.85-.725 1.113-1.825T15.45 7.05zm2.638-4.712q.362-.363.362-.888t-.363-.888T12 4.75t-.888.363T10.75 6t.363.888t.887.362t.888-.363M11.95 8.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.638 21.938Q3 20.875 3 19q0-.8.5-1.437t1.4-1.138l1.625 1.45q-.6.2-1.062.513T5 19q0 .65 2.025 1.325T12 21t4.975-.675T19 19q0-.3-.462-.612t-1.063-.513l1.625-1.45q.9.5 1.4 1.138T21 19q0 1.875-2.637 2.938T12 23t-6.363-1.062m5.3-3.125q-.512-.188-.937-.563l-6.3-5.575Q3.375 12.4 3.187 12T3 11.175v-2q0-.425.163-.825t.487-.675L9.95 1.8q.425-.4.95-.6T12 1t1.1.2t.95.6l6.3 5.875q.325.275.488.675t.162.825v2q0 .425-.187.825t-.513.675L14 18.25q-.425.375-.937.563T12 19t-1.062-.187m1.624-4.625q.313-.113.588-.363L18.7 8.9l-6-5.65q-.175-.125-.35-.187T11.975 3t-.375.063t-.3.187L5.2 9l5.45 4.825q.275.25.588.363t.662.112t.663-.112m-2.676-4.3q.363-.363.363-.888t-.363-.888T9 7.75t-.888.363T7.75 9t.363.888t.887.362t.888-.363m.362 1.713q1.075.525 2.263.338t2.087-.988q.85-.725 1.113-1.825T15.45 7.05zm2.638-4.712q.362-.363.362-.888t-.363-.888T12 4.75t-.888.363T10.75 6t.363.888t.887.362t.888-.363M11.95 8.65"/></svg>
</template>

CSS

.icon-ar-stickers-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%22M5.638%2021.938Q3%2020.875%203%2019q0-.8.5-1.437t1.4-1.138l1.625%201.45q-.6.2-1.062.513T5%2019q0%20.65%202.025%201.325T12%2021t4.975-.675T19%2019q0-.3-.462-.612t-1.063-.513l1.625-1.45q.9.5%201.4%201.138T21%2019q0%201.875-2.637%202.938T12%2023t-6.363-1.062m5.3-3.125q-.512-.188-.937-.563l-6.3-5.575Q3.375%2012.4%203.187%2012T3%2011.175v-2q0-.425.163-.825t.487-.675L9.95%201.8q.425-.4.95-.6T12%201t1.1.2t.95.6l6.3%205.875q.325.275.488.675t.162.825v2q0%20.425-.187.825t-.513.675L14%2018.25q-.425.375-.937.563T12%2019t-1.062-.187m1.624-4.625q.313-.113.588-.363L18.7%208.9l-6-5.65q-.175-.125-.35-.187T11.975%203t-.375.063t-.3.187L5.2%209l5.45%204.825q.275.25.588.363t.662.112t.663-.112m-2.676-4.3q.363-.363.363-.888t-.363-.888T9%207.75t-.888.363T7.75%209t.363.888t.887.362t.888-.363m.362%201.713q1.075.525%202.263.338t2.087-.988q.85-.725%201.113-1.825T15.45%207.05zm2.638-4.712q.362-.363.362-.888t-.363-.888T12%204.75t-.888.363T10.75%206t.363.888t.887.362t.888-.363M11.95%208.65%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%22M5.638%2021.938Q3%2020.875%203%2019q0-.8.5-1.437t1.4-1.138l1.625%201.45q-.6.2-1.062.513T5%2019q0%20.65%202.025%201.325T12%2021t4.975-.675T19%2019q0-.3-.462-.612t-1.063-.513l1.625-1.45q.9.5%201.4%201.138T21%2019q0%201.875-2.637%202.938T12%2023t-6.363-1.062m5.3-3.125q-.512-.188-.937-.563l-6.3-5.575Q3.375%2012.4%203.187%2012T3%2011.175v-2q0-.425.163-.825t.487-.675L9.95%201.8q.425-.4.95-.6T12%201t1.1.2t.95.6l6.3%205.875q.325.275.488.675t.162.825v2q0%20.425-.187.825t-.513.675L14%2018.25q-.425.375-.937.563T12%2019t-1.062-.187m1.624-4.625q.313-.113.588-.363L18.7%208.9l-6-5.65q-.175-.125-.35-.187T11.975%203t-.375.063t-.3.187L5.2%209l5.45%204.825q.275.25.588.363t.662.112t.663-.112m-2.676-4.3q.363-.363.363-.888t-.363-.888T9%207.75t-.888.363T7.75%209t.363.888t.887.362t.888-.363m.362%201.713q1.075.525%202.263.338t2.087-.988q.85-.725%201.113-1.825T15.45%207.05zm2.638-4.712q.362-.363.362-.888t-.363-.888T12%204.75t-.888.363T10.75%206t.363.888t.887.362t.888-.363M11.95%208.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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