settings 03 icon

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

Name
settings-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the settings 03 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-width="1.5"><path d="M15.5 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path d="M20.79 9.152C21.598 10.542 22 11.237 22 12s-.403 1.458-1.21 2.848l-1.923 3.316c-.803 1.384-1.205 2.076-1.865 2.456s-1.462.38-3.065.38h-3.874c-1.603 0-2.405 0-3.065-.38s-1.062-1.072-1.865-2.456L3.21 14.848C2.403 13.458 2 12.763 2 12s.403-1.458 1.21-2.848l1.923-3.316C5.936 4.452 6.338 3.76 6.998 3.38S8.46 3 10.063 3h3.874c1.603 0 2.405 0 3.065.38s1.062 1.072 1.865 2.456z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSettings03(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" strokeWidth="1.5"><path d="M15.5 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path d="M20.79 9.152C21.598 10.542 22 11.237 22 12s-.403 1.458-1.21 2.848l-1.923 3.316c-.803 1.384-1.205 2.076-1.865 2.456s-1.462.38-3.065.38h-3.874c-1.603 0-2.405 0-3.065-.38s-1.062-1.072-1.865-2.456L3.21 14.848C2.403 13.458 2 12.763 2 12s.403-1.458 1.21-2.848l1.923-3.316C5.936 4.452 6.338 3.76 6.998 3.38S8.46 3 10.063 3h3.874c1.603 0 2.405 0 3.065.38s1.062 1.072 1.865 2.456z"/></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-width="1.5"><path d="M15.5 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path d="M20.79 9.152C21.598 10.542 22 11.237 22 12s-.403 1.458-1.21 2.848l-1.923 3.316c-.803 1.384-1.205 2.076-1.865 2.456s-1.462.38-3.065.38h-3.874c-1.603 0-2.405 0-3.065-.38s-1.062-1.072-1.865-2.456L3.21 14.848C2.403 13.458 2 12.763 2 12s.403-1.458 1.21-2.848l1.923-3.316C5.936 4.452 6.338 3.76 6.998 3.38S8.46 3 10.063 3h3.874c1.603 0 2.405 0 3.065.38s1.062 1.072 1.865 2.456z"/></g></svg>
</template>

CSS

.icon-settings-03 {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%2012a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Z%22%2F%3E%3Cpath%20d%3D%22M20.79%209.152C21.598%2010.542%2022%2011.237%2022%2012s-.403%201.458-1.21%202.848l-1.923%203.316c-.803%201.384-1.205%202.076-1.865%202.456s-1.462.38-3.065.38h-3.874c-1.603%200-2.405%200-3.065-.38s-1.062-1.072-1.865-2.456L3.21%2014.848C2.403%2013.458%202%2012.763%202%2012s.403-1.458%201.21-2.848l1.923-3.316C5.936%204.452%206.338%203.76%206.998%203.38S8.46%203%2010.063%203h3.874c1.603%200%202.405%200%203.065.38s1.062%201.072%201.865%202.456z%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%2012a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Z%22%2F%3E%3Cpath%20d%3D%22M20.79%209.152C21.598%2010.542%2022%2011.237%2022%2012s-.403%201.458-1.21%202.848l-1.923%203.316c-.803%201.384-1.205%202.076-1.865%202.456s-1.462.38-3.065.38h-3.874c-1.603%200-2.405%200-3.065-.38s-1.062-1.072-1.865-2.456L3.21%2014.848C2.403%2013.458%202%2012.763%202%2012s.403-1.458%201.21-2.848l1.923-3.316C5.936%204.452%206.338%203.76%206.998%203.38S8.46%203%2010.063%203h3.874c1.603%200%202.405%200%203.065.38s1.062%201.072%201.865%202.456z%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/settings-03.svg?color=%231a73e8&size=48