setting error 04 icon

setting-error-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
setting-error-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the setting error 04 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-width="1.5"><path d="M17 15v2m.009 2H17m5-2a5 5 0 1 1-10 0a5 5 0 0 1 10 0Zm-6.971-7.755a3.5 3.5 0 1 0-5.301 4.417"/><path d="M21.984 10.74c-.024-.54-.387-1.198-1.193-2.588l-1.924-3.316c-.803-1.384-1.205-2.076-1.865-2.456S15.54 2 13.937 2h-3.874c-1.603 0-2.405 0-3.065.38S5.936 3.452 5.133 4.836L3.21 8.152C2.403 9.542 2 10.237 2 11s.403 1.458 1.21 2.848l1.923 3.316c.803 1.384 1.205 2.076 1.865 2.456c.622.3 1 .38 2.602.38"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSettingError04(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" strokeWidth="1.5"><path d="M17 15v2m.009 2H17m5-2a5 5 0 1 1-10 0a5 5 0 0 1 10 0Zm-6.971-7.755a3.5 3.5 0 1 0-5.301 4.417"/><path d="M21.984 10.74c-.024-.54-.387-1.198-1.193-2.588l-1.924-3.316c-.803-1.384-1.205-2.076-1.865-2.456S15.54 2 13.937 2h-3.874c-1.603 0-2.405 0-3.065.38S5.936 3.452 5.133 4.836L3.21 8.152C2.403 9.542 2 10.237 2 11s.403 1.458 1.21 2.848l1.923 3.316c.803 1.384 1.205 2.076 1.865 2.456c.622.3 1 .38 2.602.38"/></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-width="1.5"><path d="M17 15v2m.009 2H17m5-2a5 5 0 1 1-10 0a5 5 0 0 1 10 0Zm-6.971-7.755a3.5 3.5 0 1 0-5.301 4.417"/><path d="M21.984 10.74c-.024-.54-.387-1.198-1.193-2.588l-1.924-3.316c-.803-1.384-1.205-2.076-1.865-2.456S15.54 2 13.937 2h-3.874c-1.603 0-2.405 0-3.065.38S5.936 3.452 5.133 4.836L3.21 8.152C2.403 9.542 2 10.237 2 11s.403 1.458 1.21 2.848l1.923 3.316c.803 1.384 1.205 2.076 1.865 2.456c.622.3 1 .38 2.602.38"/></g></svg>
</template>

CSS

.icon-setting-error-04 {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2015v2m.009%202H17m5-2a5%205%200%201%201-10%200a5%205%200%200%201%2010%200Zm-6.971-7.755a3.5%203.5%200%201%200-5.301%204.417%22%2F%3E%3Cpath%20d%3D%22M21.984%2010.74c-.024-.54-.387-1.198-1.193-2.588l-1.924-3.316c-.803-1.384-1.205-2.076-1.865-2.456S15.54%202%2013.937%202h-3.874c-1.603%200-2.405%200-3.065.38S5.936%203.452%205.133%204.836L3.21%208.152C2.403%209.542%202%2010.237%202%2011s.403%201.458%201.21%202.848l1.923%203.316c.803%201.384%201.205%202.076%201.865%202.456c.622.3%201%20.38%202.602.38%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2015v2m.009%202H17m5-2a5%205%200%201%201-10%200a5%205%200%200%201%2010%200Zm-6.971-7.755a3.5%203.5%200%201%200-5.301%204.417%22%2F%3E%3Cpath%20d%3D%22M21.984%2010.74c-.024-.54-.387-1.198-1.193-2.588l-1.924-3.316c-.803-1.384-1.205-2.076-1.865-2.456S15.54%202%2013.937%202h-3.874c-1.603%200-2.405%200-3.065.38S5.936%203.452%205.133%204.836L3.21%208.152C2.403%209.542%202%2010.237%202%2011s.403%201.458%201.21%202.848l1.923%203.316c.803%201.384%201.205%202.076%201.865%202.456c.622.3%201%20.38%202.602.38%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/setting-error-04.svg?color=%231a73e8&size=48