work alert icon

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

Name
work-alert
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the work alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 21.5a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M18.05 19.4H18m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0M18 17v-1.5m-7 5H8c-2.828 0-4.243 0-5.121-.879C2 18.743 2 17.328 2 14.5V12c0-2.828 0-4.243.879-5.121C3.757 6 5.172 6 8 6h7c2.828 0 4.243 0 5.121.879c.708.707.852 1.761.879 3.621M8 6c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C9.393 2.5 10.096 2.5 11.5 2.5s2.107 0 2.611.337a2 2 0 0 1 .552.552C15 3.893 15 4.596 15 6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWorkAlert(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18 21.5a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M18.05 19.4H18m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0M18 17v-1.5m-7 5H8c-2.828 0-4.243 0-5.121-.879C2 18.743 2 17.328 2 14.5V12c0-2.828 0-4.243.879-5.121C3.757 6 5.172 6 8 6h7c2.828 0 4.243 0 5.121.879c.708.707.852 1.761.879 3.621M8 6c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C9.393 2.5 10.096 2.5 11.5 2.5s2.107 0 2.611.337a2 2 0 0 1 .552.552C15 3.893 15 4.596 15 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 21.5a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M18.05 19.4H18m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0M18 17v-1.5m-7 5H8c-2.828 0-4.243 0-5.121-.879C2 18.743 2 17.328 2 14.5V12c0-2.828 0-4.243.879-5.121C3.757 6 5.172 6 8 6h7c2.828 0 4.243 0 5.121.879c.708.707.852 1.761.879 3.621M8 6c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C9.393 2.5 10.096 2.5 11.5 2.5s2.107 0 2.611.337a2 2 0 0 1 .552.552C15 3.893 15 4.596 15 6"/></g></svg>
</template>

CSS

.icon-work-alert {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2021.5a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20d%3D%22M18.05%2019.4H18m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200M18%2017v-1.5m-7%205H8c-2.828%200-4.243%200-5.121-.879C2%2018.743%202%2017.328%202%2014.5V12c0-2.828%200-4.243.879-5.121C3.757%206%205.172%206%208%206h7c2.828%200%204.243%200%205.121.879c.708.707.852%201.761.879%203.621M8%206c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C9.393%202.5%2010.096%202.5%2011.5%202.5s2.107%200%202.611.337a2%202%200%200%201%20.552.552C15%203.893%2015%204.596%2015%206%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2021.5a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20d%3D%22M18.05%2019.4H18m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200M18%2017v-1.5m-7%205H8c-2.828%200-4.243%200-5.121-.879C2%2018.743%202%2017.328%202%2014.5V12c0-2.828%200-4.243.879-5.121C3.757%206%205.172%206%208%206h7c2.828%200%204.243%200%205.121.879c.708.707.852%201.761.879%203.621M8%206c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C9.393%202.5%2010.096%202.5%2011.5%202.5s2.107%200%202.611.337a2%202%200%200%201%20.552.552C15%203.893%2015%204.596%2015%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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