setting2 icon

setting2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
setting2
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the setting2 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-miterlimit="10" stroke-width="1.5"><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M2 12.88v-1.76c0-1.04.85-1.9 1.9-1.9c1.81 0 2.55-1.28 1.64-2.85c-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47 1.81-.19 2.28.6l.11.19c.9 1.57 2.38 1.57 3.29 0l.11-.19c.47-.79 1.49-1.07 2.28-.6l1.73.99c.91.52 1.22 1.69.7 2.59c-.91 1.57-.17 2.85 1.64 2.85c1.04 0 1.9.85 1.9 1.9v1.76c0 1.04-.85 1.9-1.9 1.9c-1.81 0-2.55 1.28-1.64 2.85c.52.91.21 2.07-.7 2.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29 0l-.11.19c-.47.79-1.49 1.07-2.28.6l-1.73-.99a1.9 1.9 0 0 1-.7-2.59c.91-1.57.17-2.85-1.64-2.85c-1.05 0-1.9-.86-1.9-1.9"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSetting2(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" strokeMiterlimit="10" strokeWidth="1.5"><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M2 12.88v-1.76c0-1.04.85-1.9 1.9-1.9c1.81 0 2.55-1.28 1.64-2.85c-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47 1.81-.19 2.28.6l.11.19c.9 1.57 2.38 1.57 3.29 0l.11-.19c.47-.79 1.49-1.07 2.28-.6l1.73.99c.91.52 1.22 1.69.7 2.59c-.91 1.57-.17 2.85 1.64 2.85c1.04 0 1.9.85 1.9 1.9v1.76c0 1.04-.85 1.9-1.9 1.9c-1.81 0-2.55 1.28-1.64 2.85c.52.91.21 2.07-.7 2.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29 0l-.11.19c-.47.79-1.49 1.07-2.28.6l-1.73-.99a1.9 1.9 0 0 1-.7-2.59c.91-1.57.17-2.85-1.64-2.85c-1.05 0-1.9-.86-1.9-1.9"/></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-miterlimit="10" stroke-width="1.5"><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M2 12.88v-1.76c0-1.04.85-1.9 1.9-1.9c1.81 0 2.55-1.28 1.64-2.85c-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47 1.81-.19 2.28.6l.11.19c.9 1.57 2.38 1.57 3.29 0l.11-.19c.47-.79 1.49-1.07 2.28-.6l1.73.99c.91.52 1.22 1.69.7 2.59c-.91 1.57-.17 2.85 1.64 2.85c1.04 0 1.9.85 1.9 1.9v1.76c0 1.04-.85 1.9-1.9 1.9c-1.81 0-2.55 1.28-1.64 2.85c.52.91.21 2.07-.7 2.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29 0l-.11.19c-.47.79-1.49 1.07-2.28.6l-1.73-.99a1.9 1.9 0 0 1-.7-2.59c.91-1.57.17-2.85-1.64-2.85c-1.05 0-1.9-.86-1.9-1.9"/></g></svg>
</template>

CSS

.icon-setting2 {
  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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M2%2012.88v-1.76c0-1.04.85-1.9%201.9-1.9c1.81%200%202.55-1.28%201.64-2.85c-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47%201.81-.19%202.28.6l.11.19c.9%201.57%202.38%201.57%203.29%200l.11-.19c.47-.79%201.49-1.07%202.28-.6l1.73.99c.91.52%201.22%201.69.7%202.59c-.91%201.57-.17%202.85%201.64%202.85c1.04%200%201.9.85%201.9%201.9v1.76c0%201.04-.85%201.9-1.9%201.9c-1.81%200-2.55%201.28-1.64%202.85c.52.91.21%202.07-.7%202.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29%200l-.11.19c-.47.79-1.49%201.07-2.28.6l-1.73-.99a1.9%201.9%200%200%201-.7-2.59c.91-1.57.17-2.85-1.64-2.85c-1.05%200-1.9-.86-1.9-1.9%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M2%2012.88v-1.76c0-1.04.85-1.9%201.9-1.9c1.81%200%202.55-1.28%201.64-2.85c-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47%201.81-.19%202.28.6l.11.19c.9%201.57%202.38%201.57%203.29%200l.11-.19c.47-.79%201.49-1.07%202.28-.6l1.73.99c.91.52%201.22%201.69.7%202.59c-.91%201.57-.17%202.85%201.64%202.85c1.04%200%201.9.85%201.9%201.9v1.76c0%201.04-.85%201.9-1.9%201.9c-1.81%200-2.55%201.28-1.64%202.85c.52.91.21%202.07-.7%202.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29%200l-.11.19c-.47.79-1.49%201.07-2.28.6l-1.73-.99a1.9%201.9%200%200%201-.7-2.59c.91-1.57.17-2.85-1.64-2.85c-1.05%200-1.9-.86-1.9-1.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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