label important icon

label-important from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
label-important
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

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="none" stroke="currentColor" stroke-width="1.5" d="M13 4H6.235c-2.44 0-3.66 0-4.09.766l-.038.072c-.388.788.303 1.793 1.686 3.804c1.103 1.604 1.655 2.406 1.668 3.314v.088c-.013.908-.565 1.71-1.668 3.314c-1.383 2.01-2.074 3.016-1.686 3.805l.037.07c.43.767 1.65.767 4.09.767H13c1.963 0 2.944 0 3.789-.422c.844-.423 1.433-1.208 2.611-2.778c1.733-2.311 2.6-3.467 2.6-4.8s-.867-2.489-2.6-4.8c-1.178-1.57-1.767-2.355-2.611-2.778C15.944 4 14.963 4 13 4Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLabelImportant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M13 4H6.235c-2.44 0-3.66 0-4.09.766l-.038.072c-.388.788.303 1.793 1.686 3.804c1.103 1.604 1.655 2.406 1.668 3.314v.088c-.013.908-.565 1.71-1.668 3.314c-1.383 2.01-2.074 3.016-1.686 3.805l.037.07c.43.767 1.65.767 4.09.767H13c1.963 0 2.944 0 3.789-.422c.844-.423 1.433-1.208 2.611-2.778c1.733-2.311 2.6-3.467 2.6-4.8s-.867-2.489-2.6-4.8c-1.178-1.57-1.767-2.355-2.611-2.778C15.944 4 14.963 4 13 4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M13 4H6.235c-2.44 0-3.66 0-4.09.766l-.038.072c-.388.788.303 1.793 1.686 3.804c1.103 1.604 1.655 2.406 1.668 3.314v.088c-.013.908-.565 1.71-1.668 3.314c-1.383 2.01-2.074 3.016-1.686 3.805l.037.07c.43.767 1.65.767 4.09.767H13c1.963 0 2.944 0 3.789-.422c.844-.423 1.433-1.208 2.611-2.778c1.733-2.311 2.6-3.467 2.6-4.8s-.867-2.489-2.6-4.8c-1.178-1.57-1.767-2.355-2.611-2.778C15.944 4 14.963 4 13 4Z"/></svg>
</template>

CSS

.icon-label-important {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M13%204H6.235c-2.44%200-3.66%200-4.09.766l-.038.072c-.388.788.303%201.793%201.686%203.804c1.103%201.604%201.655%202.406%201.668%203.314v.088c-.013.908-.565%201.71-1.668%203.314c-1.383%202.01-2.074%203.016-1.686%203.805l.037.07c.43.767%201.65.767%204.09.767H13c1.963%200%202.944%200%203.789-.422c.844-.423%201.433-1.208%202.611-2.778c1.733-2.311%202.6-3.467%202.6-4.8s-.867-2.489-2.6-4.8c-1.178-1.57-1.767-2.355-2.611-2.778C15.944%204%2014.963%204%2013%204Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M13%204H6.235c-2.44%200-3.66%200-4.09.766l-.038.072c-.388.788.303%201.793%201.686%203.804c1.103%201.604%201.655%202.406%201.668%203.314v.088c-.013.908-.565%201.71-1.668%203.314c-1.383%202.01-2.074%203.016-1.686%203.805l.037.07c.43.767%201.65.767%204.09.767H13c1.963%200%202.944%200%203.789-.422c.844-.423%201.433-1.208%202.611-2.778c1.733-2.311%202.6-3.467%202.6-4.8s-.867-2.489-2.6-4.8c-1.178-1.57-1.767-2.355-2.611-2.778C15.944%204%2014.963%204%2013%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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