new-label-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
new-label-rounded
Set
Material Symbols
Style
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="M5.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.2 20q.4-.675.6-1.437T12 17q0-2.5-1.75-4.25T6 11q-1.125 0-2.15.4T2 12.525V6q0-.825.588-1.412T4 4h11q.475 0 .9.213t.7.587l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNewLabelRounded(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="M5.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.2 20q.4-.675.6-1.437T12 17q0-2.5-1.75-4.25T6 11q-1.125 0-2.15.4T2 12.525V6q0-.825.588-1.412T4 4h11q.475 0 .9.213t.7.587l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.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.2 20q.4-.675.6-1.437T12 17q0-2.5-1.75-4.25T6 11q-1.125 0-2.15.4T2 12.525V6q0-.825.588-1.412T4 4h11q.475 0 .9.213t.7.587l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20z"/></svg>
</template>

CSS

.icon-new-label-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%22M5.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.2%2020q.4-.675.6-1.437T12%2017q0-2.5-1.75-4.25T6%2011q-1.125%200-2.15.4T2%2012.525V6q0-.825.588-1.412T4%204h11q.475%200%20.9.213t.7.587l4.5%206q.4.525.4%201.2t-.4%201.2l-4.5%206q-.275.375-.7.588T15%2020z%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%22M5.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.2%2020q.4-.675.6-1.437T12%2017q0-2.5-1.75-4.25T6%2011q-1.125%200-2.15.4T2%2012.525V6q0-.825.588-1.412T4%204h11q.475%200%20.9.213t.7.587l4.5%206q.4.525.4%201.2t-.4%201.2l-4.5%206q-.275.375-.7.588T15%2020z%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-rounded.svg?color=%231a73e8&size=48