Ar Stickers icon

Ar Stickers 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

ar_stickers_outlined_fill0_wght400.svg

Ar Stickers 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,[email protected],100..700,0..1,-50..200&icon_names=ar_stickers" />

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

Ar Stickers icon in React

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

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

Ar Stickers icon in Vue

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

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

Ar Stickers icon in Angular

With Angular Material and the font from the HTML tab:

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

Ar Stickers 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.ar_stickers, fill: 0, weight: 400)

Ar Stickers icon in Android

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

<!-- res/drawable/ar_stickers.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="M5.263 21.975Q2.75 20.95 2.75 19.2q0-.8 .763-1.587T5.775 16.325l1.3 1.15q-1.9 .6-2.362 1.038T4.25 19.2q0 .575 2.013 1.375T12 21.375q3.725 0 5.738-.8t2.012-1.375q0-.25-.462-.687T16.925 17.475l1.325-1.15q1.5 .5 2.25 1.288t.75 1.587q0 1.75-2.512 2.775T12 23q-4.225 0-6.737-1.025ZM11.075 18.763q-.425-.213-.825-.513L3.35 12.325q-.275-.25-.437-.562T2.75 11.1v-1.95q0-.35 .163-.625t.412-.5l6.9-6.4q.35-.35 .813-.5t.962-.15q.5 0 .963 .15t.812 .5l6.9 6.4q.25 .225 .413 .5t.162 .625v1.95q0 .35-.162 .663T20.65 12.325L13.75 18.25q-.4 .3-.825 .513t-.925 .212q-.5 0-.925-.212ZM12.675 14.575q.35-.125 .65-.4l5.975-5.45-6.575-5.95q-.125-.175-.287-.237T12.075 2.5q-.2 .025-.4 .088t-.4 .187L4.675 8.775l5.9 5.4q.3 .275 .65 .4t.725 .125q.375 0 .725-.125ZM9.6 9.725q.35-.35 .35-.85t-.35-.85q-.35-.35-.85-.35t-.85 .35q-.35 .35-.35 .85t.35 .85q.35 .35 .85 .35t.85-.35Zm.775 1.875q1.125 .5 2.325 .263t2.1-1.063q.825-.725 1.088-1.775t-.163-2.075L10.375 11.6Zm2.475-5.025q.35-.35 .35-.85t-.35-.85q-.35-.35-.85-.35t-.85 .35q-.35 .35-.35 .85t.35 .85q.35 .35 .85 .35t.85-.35Zm-.85 2.025Z" />
</vector>

Ar Stickers icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/ar_stickers.svg" width="24" height="24" alt="Ar Stickers">

Ar Stickers 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

NameAr Stickers
Ligaturear_stickers
Code pointU+E983
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/ar_stickers.svg, ar_stickers-fill.svg
FlutterSymbols.ar_stickers
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videoviewdigitalcameraaddfaceplacefilterobjecteffectoverlayhappysurvey

Related icons