app badging icon
app-badging-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- app-badging-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- app-badging-outline-rounded, app-badging-outline-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the app badging icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12q0-2.027.802-3.738q.802-1.712 2.18-2.953q1.38-1.24 3.19-1.856q1.809-.617 3.817-.39q.213.031.328.18q.116.15.079.358q-.037.21-.203.339t-.376.104q-1.763-.19-3.343.353q-1.58.544-2.807 1.644T4.72 8.676T4 12q0 3.35 2.325 5.675T12 20q1.783 0 3.298-.709t2.637-1.939q1.15-1.258 1.68-2.86q.531-1.602.34-3.31q-.024-.208.105-.375q.13-.166.339-.203t.358.079t.18.329q.207 2.001-.39 3.802q-.597 1.8-1.828 3.184q-1.3 1.454-3.034 2.228T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12m14.618-3.116q-1.041 0-1.772-.728t-.73-1.769t.728-1.772t1.769-.73t1.772.728q.73.729.73 1.77t-.728 1.77t-1.77.731"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAppBadgingOutline(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="M3 12q0-2.027.802-3.738q.802-1.712 2.18-2.953q1.38-1.24 3.19-1.856q1.809-.617 3.817-.39q.213.031.328.18q.116.15.079.358q-.037.21-.203.339t-.376.104q-1.763-.19-3.343.353q-1.58.544-2.807 1.644T4.72 8.676T4 12q0 3.35 2.325 5.675T12 20q1.783 0 3.298-.709t2.637-1.939q1.15-1.258 1.68-2.86q.531-1.602.34-3.31q-.024-.208.105-.375q.13-.166.339-.203t.358.079t.18.329q.207 2.001-.39 3.802q-.597 1.8-1.828 3.184q-1.3 1.454-3.034 2.228T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12m14.618-3.116q-1.041 0-1.772-.728t-.73-1.769t.728-1.772t1.769-.73t1.772.728q.73.729.73 1.77t-.728 1.77t-1.77.731"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12q0-2.027.802-3.738q.802-1.712 2.18-2.953q1.38-1.24 3.19-1.856q1.809-.617 3.817-.39q.213.031.328.18q.116.15.079.358q-.037.21-.203.339t-.376.104q-1.763-.19-3.343.353q-1.58.544-2.807 1.644T4.72 8.676T4 12q0 3.35 2.325 5.675T12 20q1.783 0 3.298-.709t2.637-1.939q1.15-1.258 1.68-2.86q.531-1.602.34-3.31q-.024-.208.105-.375q.13-.166.339-.203t.358.079t.18.329q.207 2.001-.39 3.802q-.597 1.8-1.828 3.184q-1.3 1.454-3.034 2.228T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12m14.618-3.116q-1.041 0-1.772-.728t-.73-1.769t.728-1.772t1.769-.73t1.772.728q.73.729.73 1.77t-.728 1.77t-1.77.731"/></svg> </template>
CSS
.icon-app-badging-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%22M3%2012q0-2.027.802-3.738q.802-1.712%202.18-2.953q1.38-1.24%203.19-1.856q1.809-.617%203.817-.39q.213.031.328.18q.116.15.079.358q-.037.21-.203.339t-.376.104q-1.763-.19-3.343.353q-1.58.544-2.807%201.644T4.72%208.676T4%2012q0%203.35%202.325%205.675T12%2020q1.783%200%203.298-.709t2.637-1.939q1.15-1.258%201.68-2.86q.531-1.602.34-3.31q-.024-.208.105-.375q.13-.166.339-.203t.358.079t.18.329q.207%202.001-.39%203.802q-.597%201.8-1.828%203.184q-1.3%201.454-3.034%202.228T12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012m14.618-3.116q-1.041%200-1.772-.728t-.73-1.769t.728-1.772t1.769-.73t1.772.728q.73.729.73%201.77t-.728%201.77t-1.77.731%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%22M3%2012q0-2.027.802-3.738q.802-1.712%202.18-2.953q1.38-1.24%203.19-1.856q1.809-.617%203.817-.39q.213.031.328.18q.116.15.079.358q-.037.21-.203.339t-.376.104q-1.763-.19-3.343.353q-1.58.544-2.807%201.644T4.72%208.676T4%2012q0%203.35%202.325%205.675T12%2020q1.783%200%203.298-.709t2.637-1.939q1.15-1.258%201.68-2.86q.531-1.602.34-3.31q-.024-.208.105-.375q.13-.166.339-.203t.358.079t.18.329q.207%202.001-.39%203.802q-.597%201.8-1.828%203.184q-1.3%201.454-3.034%202.228T12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012m14.618-3.116q-1.041%200-1.772-.728t-.73-1.769t.728-1.772t1.769-.73t1.772.728q.73.729.73%201.77t-.728%201.77t-1.77.731%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/app-badging-outline.svg?color=%231a73e8&size=48