ar stickers icon
ar-stickers from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- ar-stickers
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ar-stickers-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
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="M6.34 20.86Q4 20.068 4 18.655q0-.685.625-1.245q.625-.561 1.679-.907l.817.739q-.888.257-1.505.627T5 18.654q0 .765 1.967 1.382t5.033.618t5.033-.617T19 18.654q0-.416-.616-.786q-.617-.37-1.505-.627l.817-.739q1.054.346 1.679.907q.625.56.625 1.245q0 1.413-2.34 2.207t-5.66.793t-5.66-.793m4.944-2.808q-.34-.14-.63-.38l-6.3-5.556q-.171-.16-.263-.357Q4 11.562 4 11.348V9.387q0-.233.066-.44q.067-.208.238-.368l6.338-5.894q.271-.266.623-.398q.352-.133.735-.133t.735.133t.623.398l6.338 5.894q.171.16.238.367q.066.208.066.44v1.962q0 .214-.091.412q-.092.198-.263.357l-6.3 5.556q-.29.24-.63.38q-.339.14-.716.14t-.716-.14M9.753 9.945q.305-.305.305-.753t-.305-.753T9 8.134t-.753.305t-.305.753t.305.753t.753.305t.753-.305m.843 1.77q.979.39 2.022.194q1.043-.197 1.847-.901q.735-.648.988-1.594t-.08-1.864zm2.157-4.77q.305-.304.305-.753q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752q0 .449.305.753q.305.305.753.305t.753-.305"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArStickers(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="M6.34 20.86Q4 20.068 4 18.655q0-.685.625-1.245q.625-.561 1.679-.907l.817.739q-.888.257-1.505.627T5 18.654q0 .765 1.967 1.382t5.033.618t5.033-.617T19 18.654q0-.416-.616-.786q-.617-.37-1.505-.627l.817-.739q1.054.346 1.679.907q.625.56.625 1.245q0 1.413-2.34 2.207t-5.66.793t-5.66-.793m4.944-2.808q-.34-.14-.63-.38l-6.3-5.556q-.171-.16-.263-.357Q4 11.562 4 11.348V9.387q0-.233.066-.44q.067-.208.238-.368l6.338-5.894q.271-.266.623-.398q.352-.133.735-.133t.735.133t.623.398l6.338 5.894q.171.16.238.367q.066.208.066.44v1.962q0 .214-.091.412q-.092.198-.263.357l-6.3 5.556q-.29.24-.63.38q-.339.14-.716.14t-.716-.14M9.753 9.945q.305-.305.305-.753t-.305-.753T9 8.134t-.753.305t-.305.753t.305.753t.753.305t.753-.305m.843 1.77q.979.39 2.022.194q1.043-.197 1.847-.901q.735-.648.988-1.594t-.08-1.864zm2.157-4.77q.305-.304.305-.753q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752q0 .449.305.753q.305.305.753.305t.753-.305"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.34 20.86Q4 20.068 4 18.655q0-.685.625-1.245q.625-.561 1.679-.907l.817.739q-.888.257-1.505.627T5 18.654q0 .765 1.967 1.382t5.033.618t5.033-.617T19 18.654q0-.416-.616-.786q-.617-.37-1.505-.627l.817-.739q1.054.346 1.679.907q.625.56.625 1.245q0 1.413-2.34 2.207t-5.66.793t-5.66-.793m4.944-2.808q-.34-.14-.63-.38l-6.3-5.556q-.171-.16-.263-.357Q4 11.562 4 11.348V9.387q0-.233.066-.44q.067-.208.238-.368l6.338-5.894q.271-.266.623-.398q.352-.133.735-.133t.735.133t.623.398l6.338 5.894q.171.16.238.367q.066.208.066.44v1.962q0 .214-.091.412q-.092.198-.263.357l-6.3 5.556q-.29.24-.63.38q-.339.14-.716.14t-.716-.14M9.753 9.945q.305-.305.305-.753t-.305-.753T9 8.134t-.753.305t-.305.753t.305.753t.753.305t.753-.305m.843 1.77q.979.39 2.022.194q1.043-.197 1.847-.901q.735-.648.988-1.594t-.08-1.864zm2.157-4.77q.305-.304.305-.753q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752q0 .449.305.753q.305.305.753.305t.753-.305"/></svg> </template>
CSS
.icon-ar-stickers {
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%22M6.34%2020.86Q4%2020.068%204%2018.655q0-.685.625-1.245q.625-.561%201.679-.907l.817.739q-.888.257-1.505.627T5%2018.654q0%20.765%201.967%201.382t5.033.618t5.033-.617T19%2018.654q0-.416-.616-.786q-.617-.37-1.505-.627l.817-.739q1.054.346%201.679.907q.625.56.625%201.245q0%201.413-2.34%202.207t-5.66.793t-5.66-.793m4.944-2.808q-.34-.14-.63-.38l-6.3-5.556q-.171-.16-.263-.357Q4%2011.562%204%2011.348V9.387q0-.233.066-.44q.067-.208.238-.368l6.338-5.894q.271-.266.623-.398q.352-.133.735-.133t.735.133t.623.398l6.338%205.894q.171.16.238.367q.066.208.066.44v1.962q0%20.214-.091.412q-.092.198-.263.357l-6.3%205.556q-.29.24-.63.38q-.339.14-.716.14t-.716-.14M9.753%209.945q.305-.305.305-.753t-.305-.753T9%208.134t-.753.305t-.305.753t.305.753t.753.305t.753-.305m.843%201.77q.979.39%202.022.194q1.043-.197%201.847-.901q.735-.648.988-1.594t-.08-1.864zm2.157-4.77q.305-.304.305-.753q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752q0%20.449.305.753q.305.305.753.305t.753-.305%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%22M6.34%2020.86Q4%2020.068%204%2018.655q0-.685.625-1.245q.625-.561%201.679-.907l.817.739q-.888.257-1.505.627T5%2018.654q0%20.765%201.967%201.382t5.033.618t5.033-.617T19%2018.654q0-.416-.616-.786q-.617-.37-1.505-.627l.817-.739q1.054.346%201.679.907q.625.56.625%201.245q0%201.413-2.34%202.207t-5.66.793t-5.66-.793m4.944-2.808q-.34-.14-.63-.38l-6.3-5.556q-.171-.16-.263-.357Q4%2011.562%204%2011.348V9.387q0-.233.066-.44q.067-.208.238-.368l6.338-5.894q.271-.266.623-.398q.352-.133.735-.133t.735.133t.623.398l6.338%205.894q.171.16.238.367q.066.208.066.44v1.962q0%20.214-.091.412q-.092.198-.263.357l-6.3%205.556q-.29.24-.63.38q-.339.14-.716.14t-.716-.14M9.753%209.945q.305-.305.305-.753t-.305-.753T9%208.134t-.753.305t-.305.753t.305.753t.753.305t.753-.305m.843%201.77q.979.39%202.022.194q1.043-.197%201.847-.901q.735-.648.988-1.594t-.08-1.864zm2.157-4.77q.305-.304.305-.753q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752q0%20.449.305.753q.305.305.753.305t.753-.305%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/ar-stickers.svg?color=%231a73e8&size=48