app badging icon
app-badging from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- app-badging
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- app-badging-rounded, app-badging-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="M17.618 8.885q-1.041 0-1.772-.729t-.73-1.769t.728-1.771t1.769-.731t1.772.728t.73 1.77t-.728 1.77t-1.77.732M11.998 21q-1.86 0-3.504-.708q-1.643-.709-2.859-1.924T3.71 15.512T3 12.003t.701-3.5q.701-1.632 1.926-2.857T8.482 3.72t3.493-.7q.689 0 .939.086t.375.34q.08.167.059.372q-.022.206-.107.41q-.268.488-.389 1.02q-.121.533-.121 1.137q0 2.027 1.429 3.456t3.456 1.428q.553 0 1.099-.121t1.056-.388q.193-.087.385-.096q.192-.008.373.072q.273.125.362.385q.09.26.09.904q0 1.863-.701 3.493t-1.926 2.855t-2.861 1.926t-3.496.701"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAppBadging(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.618 8.885q-1.041 0-1.772-.729t-.73-1.769t.728-1.771t1.769-.731t1.772.728t.73 1.77t-.728 1.77t-1.77.732M11.998 21q-1.86 0-3.504-.708q-1.643-.709-2.859-1.924T3.71 15.512T3 12.003t.701-3.5q.701-1.632 1.926-2.857T8.482 3.72t3.493-.7q.689 0 .939.086t.375.34q.08.167.059.372q-.022.206-.107.41q-.268.488-.389 1.02q-.121.533-.121 1.137q0 2.027 1.429 3.456t3.456 1.428q.553 0 1.099-.121t1.056-.388q.193-.087.385-.096q.192-.008.373.072q.273.125.362.385q.09.26.09.904q0 1.863-.701 3.493t-1.926 2.855t-2.861 1.926t-3.496.701"/></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.618 8.885q-1.041 0-1.772-.729t-.73-1.769t.728-1.771t1.769-.731t1.772.728t.73 1.77t-.728 1.77t-1.77.732M11.998 21q-1.86 0-3.504-.708q-1.643-.709-2.859-1.924T3.71 15.512T3 12.003t.701-3.5q.701-1.632 1.926-2.857T8.482 3.72t3.493-.7q.689 0 .939.086t.375.34q.08.167.059.372q-.022.206-.107.41q-.268.488-.389 1.02q-.121.533-.121 1.137q0 2.027 1.429 3.456t3.456 1.428q.553 0 1.099-.121t1.056-.388q.193-.087.385-.096q.192-.008.373.072q.273.125.362.385q.09.26.09.904q0 1.863-.701 3.493t-1.926 2.855t-2.861 1.926t-3.496.701"/></svg> </template>
CSS
.icon-app-badging {
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.618%208.885q-1.041%200-1.772-.729t-.73-1.769t.728-1.771t1.769-.731t1.772.728t.73%201.77t-.728%201.77t-1.77.732M11.998%2021q-1.86%200-3.504-.708q-1.643-.709-2.859-1.924T3.71%2015.512T3%2012.003t.701-3.5q.701-1.632%201.926-2.857T8.482%203.72t3.493-.7q.689%200%20.939.086t.375.34q.08.167.059.372q-.022.206-.107.41q-.268.488-.389%201.02q-.121.533-.121%201.137q0%202.027%201.429%203.456t3.456%201.428q.553%200%201.099-.121t1.056-.388q.193-.087.385-.096q.192-.008.373.072q.273.125.362.385q.09.26.09.904q0%201.863-.701%203.493t-1.926%202.855t-2.861%201.926t-3.496.701%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.618%208.885q-1.041%200-1.772-.729t-.73-1.769t.728-1.771t1.769-.731t1.772.728t.73%201.77t-.728%201.77t-1.77.732M11.998%2021q-1.86%200-3.504-.708q-1.643-.709-2.859-1.924T3.71%2015.512T3%2012.003t.701-3.5q.701-1.632%201.926-2.857T8.482%203.72t3.493-.7q.689%200%20.939.086t.375.34q.08.167.059.372q-.022.206-.107.41q-.268.488-.389%201.02q-.121.533-.121%201.137q0%202.027%201.429%203.456t3.456%201.428q.553%200%201.099-.121t1.056-.388q.193-.087.385-.096q.192-.008.373.072q.273.125.362.385q.09.26.09.904q0%201.863-.701%203.493t-1.926%202.855t-2.861%201.926t-3.496.701%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.svg?color=%231a73e8&size=48