new label icon
new-label-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- new-label-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the new label icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4q.475 0 .9.213t.7.587l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20h-2q-.425 0-.712-.288T12 19t.288-.712T13 18h2l4.5-6L15 6H4v4q0 .425-.288.713T3 11t-.712-.288T2 10V6q0-.825.588-1.412T4 4zM5.288 20.713Q5 20.425 5 20v-2H3q-.425 0-.712-.288T2 17t.288-.712T3 16h2v-2q0-.425.288-.712T6 13t.713.288T7 14v2h2q.425 0 .713.288T10 17t-.288.713T9 18H7v2q0 .425-.288.713T6 21t-.712-.288M11.75 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNewLabelOutlineRounded(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="M15 4q.475 0 .9.213t.7.587l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20h-2q-.425 0-.712-.288T12 19t.288-.712T13 18h2l4.5-6L15 6H4v4q0 .425-.288.713T3 11t-.712-.288T2 10V6q0-.825.588-1.412T4 4zM5.288 20.713Q5 20.425 5 20v-2H3q-.425 0-.712-.288T2 17t.288-.712T3 16h2v-2q0-.425.288-.712T6 13t.713.288T7 14v2h2q.425 0 .713.288T10 17t-.288.713T9 18H7v2q0 .425-.288.713T6 21t-.712-.288M11.75 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4q.475 0 .9.213t.7.587l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20h-2q-.425 0-.712-.288T12 19t.288-.712T13 18h2l4.5-6L15 6H4v4q0 .425-.288.713T3 11t-.712-.288T2 10V6q0-.825.588-1.412T4 4zM5.288 20.713Q5 20.425 5 20v-2H3q-.425 0-.712-.288T2 17t.288-.712T3 16h2v-2q0-.425.288-.712T6 13t.713.288T7 14v2h2q.425 0 .713.288T10 17t-.288.713T9 18H7v2q0 .425-.288.713T6 21t-.712-.288M11.75 12"/></svg> </template>
CSS
.icon-new-label-outline-rounded {
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%22M15%204q.475%200%20.9.213t.7.587l4.5%206q.4.525.4%201.2t-.4%201.2l-4.5%206q-.275.375-.7.588T15%2020h-2q-.425%200-.712-.288T12%2019t.288-.712T13%2018h2l4.5-6L15%206H4v4q0%20.425-.288.713T3%2011t-.712-.288T2%2010V6q0-.825.588-1.412T4%204zM5.288%2020.713Q5%2020.425%205%2020v-2H3q-.425%200-.712-.288T2%2017t.288-.712T3%2016h2v-2q0-.425.288-.712T6%2013t.713.288T7%2014v2h2q.425%200%20.713.288T10%2017t-.288.713T9%2018H7v2q0%20.425-.288.713T6%2021t-.712-.288M11.75%2012%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%22M15%204q.475%200%20.9.213t.7.587l4.5%206q.4.525.4%201.2t-.4%201.2l-4.5%206q-.275.375-.7.588T15%2020h-2q-.425%200-.712-.288T12%2019t.288-.712T13%2018h2l4.5-6L15%206H4v4q0%20.425-.288.713T3%2011t-.712-.288T2%2010V6q0-.825.588-1.412T4%204zM5.288%2020.713Q5%2020.425%205%2020v-2H3q-.425%200-.712-.288T2%2017t.288-.712T3%2016h2v-2q0-.425.288-.712T6%2013t.713.288T7%2014v2h2q.425%200%20.713.288T10%2017t-.288.713T9%2018H7v2q0%20.425-.288.713T6%2021t-.712-.288M11.75%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/new-label-outline-rounded.svg?color=%231a73e8&size=48