label important icon

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

Name
label-important-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 label important icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 20H4q-.625 0-.9-.55t.1-1.05L8 12L3.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.212t.7.588l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLabelImportantRounded(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 20H4q-.625 0-.9-.55t.1-1.05L8 12L3.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.212t.7.588l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20"/></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 20H4q-.625 0-.9-.55t.1-1.05L8 12L3.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.212t.7.588l4.5 6q.4.525.4 1.2t-.4 1.2l-4.5 6q-.275.375-.7.588T15 20"/></svg>
</template>

CSS

.icon-label-important-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%2020H4q-.625%200-.9-.55t.1-1.05L8%2012L3.2%205.6q-.375-.5-.1-1.05T4%204h11q.475%200%20.9.212t.7.588l4.5%206q.4.525.4%201.2t-.4%201.2l-4.5%206q-.275.375-.7.588T15%2020%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%2020H4q-.625%200-.9-.55t.1-1.05L8%2012L3.2%205.6q-.375-.5-.1-1.05T4%204h11q.475%200%20.9.212t.7.588l4.5%206q.4.525.4%201.2t-.4%201.2l-4.5%206q-.275.375-.7.588T15%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/label-important-rounded.svg?color=%231a73e8&size=48