setting2 icon
setting2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- setting2-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" d="M20.1 9.221c-1.81 0-2.55-1.28-1.65-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-.19a1.64 1.64 0 0 0-2.26-.6l-1.73.99c-.91.52-1.22 1.69-.7 2.6c.91 1.56.17 2.84-1.64 2.84c-1.04 0-1.9.85-1.9 1.9v1.76c0 1.04.85 1.9 1.9 1.9c1.81 0 2.55 1.28 1.64 2.85c-.52.91-.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.9v-1.76a1.92 1.92 0 0 0-1.91-1.9m-8.1 6.03c-1.79 0-3.25-1.46-3.25-3.25s1.46-3.25 3.25-3.25s3.25 1.46 3.25 3.25s-1.46 3.25-3.25 3.25"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSetting2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.1 9.221c-1.81 0-2.55-1.28-1.65-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-.19a1.64 1.64 0 0 0-2.26-.6l-1.73.99c-.91.52-1.22 1.69-.7 2.6c.91 1.56.17 2.84-1.64 2.84c-1.04 0-1.9.85-1.9 1.9v1.76c0 1.04.85 1.9 1.9 1.9c1.81 0 2.55 1.28 1.64 2.85c-.52.91-.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.9v-1.76a1.92 1.92 0 0 0-1.91-1.9m-8.1 6.03c-1.79 0-3.25-1.46-3.25-3.25s1.46-3.25 3.25-3.25s3.25 1.46 3.25 3.25s-1.46 3.25-3.25 3.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.1 9.221c-1.81 0-2.55-1.28-1.65-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-.19a1.64 1.64 0 0 0-2.26-.6l-1.73.99c-.91.52-1.22 1.69-.7 2.6c.91 1.56.17 2.84-1.64 2.84c-1.04 0-1.9.85-1.9 1.9v1.76c0 1.04.85 1.9 1.9 1.9c1.81 0 2.55 1.28 1.64 2.85c-.52.91-.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.9v-1.76a1.92 1.92 0 0 0-1.91-1.9m-8.1 6.03c-1.79 0-3.25-1.46-3.25-3.25s1.46-3.25 3.25-3.25s3.25 1.46 3.25 3.25s-1.46 3.25-3.25 3.25"/></svg> </template>
CSS
.icon-setting2-filled {
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%22currentColor%22%20d%3D%22M20.1%209.221c-1.81%200-2.55-1.28-1.65-2.85c.52-.91.21-2.07-.7-2.59l-1.73-.99c-.79-.47-1.81-.19-2.28.6l-.11.19c-.9%201.57-2.38%201.57-3.29%200l-.11-.19a1.64%201.64%200%200%200-2.26-.6l-1.73.99c-.91.52-1.22%201.69-.7%202.6c.91%201.56.17%202.84-1.64%202.84c-1.04%200-1.9.85-1.9%201.9v1.76c0%201.04.85%201.9%201.9%201.9c1.81%200%202.55%201.28%201.64%202.85c-.52.91-.21%202.07.7%202.59l1.73.99c.79.47%201.81.19%202.28-.6l.11-.19c.9-1.57%202.38-1.57%203.29%200l.11.19c.47.79%201.49%201.07%202.28.6l1.73-.99c.91-.52%201.22-1.69.7-2.59c-.91-1.57-.17-2.85%201.64-2.85c1.04%200%201.9-.85%201.9-1.9v-1.76a1.92%201.92%200%200%200-1.91-1.9m-8.1%206.03c-1.79%200-3.25-1.46-3.25-3.25s1.46-3.25%203.25-3.25s3.25%201.46%203.25%203.25s-1.46%203.25-3.25%203.25%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%22currentColor%22%20d%3D%22M20.1%209.221c-1.81%200-2.55-1.28-1.65-2.85c.52-.91.21-2.07-.7-2.59l-1.73-.99c-.79-.47-1.81-.19-2.28.6l-.11.19c-.9%201.57-2.38%201.57-3.29%200l-.11-.19a1.64%201.64%200%200%200-2.26-.6l-1.73.99c-.91.52-1.22%201.69-.7%202.6c.91%201.56.17%202.84-1.64%202.84c-1.04%200-1.9.85-1.9%201.9v1.76c0%201.04.85%201.9%201.9%201.9c1.81%200%202.55%201.28%201.64%202.85c-.52.91-.21%202.07.7%202.59l1.73.99c.79.47%201.81.19%202.28-.6l.11-.19c.9-1.57%202.38-1.57%203.29%200l.11.19c.47.79%201.49%201.07%202.28.6l1.73-.99c.91-.52%201.22-1.69.7-2.59c-.91-1.57-.17-2.85%201.64-2.85c1.04%200%201.9-.85%201.9-1.9v-1.76a1.92%201.92%200%200%200-1.91-1.9m-8.1%206.03c-1.79%200-3.25-1.46-3.25-3.25s1.46-3.25%203.25-3.25s3.25%201.46%203.25%203.25s-1.46%203.25-3.25%203.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/setting2-filled.svg?color=%231a73e8&size=48