settings 2 icon
settings-2-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- settings-2-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Use the settings 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1.5" fill="currentColor"/><path fill="currentColor" d="M20.32 9.37h-1.09c-.14 0-.24-.11-.3-.26a.34.34 0 0 1 0-.37l.81-.74a1.63 1.63 0 0 0 .5-1.18a1.67 1.67 0 0 0-.5-1.19L18.4 4.26a1.67 1.67 0 0 0-2.37 0l-.77.74a.38.38 0 0 1-.41 0a.34.34 0 0 1-.22-.29V3.68A1.68 1.68 0 0 0 13 2h-1.94a1.69 1.69 0 0 0-1.69 1.68v1.09c0 .14-.11.24-.26.3a.34.34 0 0 1-.37 0L8 4.26a1.72 1.72 0 0 0-1.19-.5a1.65 1.65 0 0 0-1.18.5L4.26 5.6a1.67 1.67 0 0 0 0 2.4l.74.74a.38.38 0 0 1 0 .41a.34.34 0 0 1-.29.22H3.68A1.68 1.68 0 0 0 2 11.05v1.89a1.69 1.69 0 0 0 1.68 1.69h1.09c.14 0 .24.11.3.26a.34.34 0 0 1 0 .37l-.81.74a1.72 1.72 0 0 0-.5 1.19a1.66 1.66 0 0 0 .5 1.19l1.34 1.36a1.67 1.67 0 0 0 2.37 0l.77-.74a.38.38 0 0 1 .41 0a.34.34 0 0 1 .22.29v1.09A1.68 1.68 0 0 0 11.05 22h1.89a1.69 1.69 0 0 0 1.69-1.68v-1.09c0-.14.11-.24.26-.3a.34.34 0 0 1 .37 0l.76.77a1.72 1.72 0 0 0 1.19.5a1.65 1.65 0 0 0 1.18-.5l1.34-1.34a1.67 1.67 0 0 0 0-2.37l-.73-.73a.34.34 0 0 1 0-.37a.34.34 0 0 1 .29-.22h1.09A1.68 1.68 0 0 0 22 13v-1.94a1.69 1.69 0 0 0-1.68-1.69M12 15.5a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5"/></svg>
React
import type { SVGProps } from "react";
export function EvaSettings2Fill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1.5" fill="currentColor"/><path fill="currentColor" d="M20.32 9.37h-1.09c-.14 0-.24-.11-.3-.26a.34.34 0 0 1 0-.37l.81-.74a1.63 1.63 0 0 0 .5-1.18a1.67 1.67 0 0 0-.5-1.19L18.4 4.26a1.67 1.67 0 0 0-2.37 0l-.77.74a.38.38 0 0 1-.41 0a.34.34 0 0 1-.22-.29V3.68A1.68 1.68 0 0 0 13 2h-1.94a1.69 1.69 0 0 0-1.69 1.68v1.09c0 .14-.11.24-.26.3a.34.34 0 0 1-.37 0L8 4.26a1.72 1.72 0 0 0-1.19-.5a1.65 1.65 0 0 0-1.18.5L4.26 5.6a1.67 1.67 0 0 0 0 2.4l.74.74a.38.38 0 0 1 0 .41a.34.34 0 0 1-.29.22H3.68A1.68 1.68 0 0 0 2 11.05v1.89a1.69 1.69 0 0 0 1.68 1.69h1.09c.14 0 .24.11.3.26a.34.34 0 0 1 0 .37l-.81.74a1.72 1.72 0 0 0-.5 1.19a1.66 1.66 0 0 0 .5 1.19l1.34 1.36a1.67 1.67 0 0 0 2.37 0l.77-.74a.38.38 0 0 1 .41 0a.34.34 0 0 1 .22.29v1.09A1.68 1.68 0 0 0 11.05 22h1.89a1.69 1.69 0 0 0 1.69-1.68v-1.09c0-.14.11-.24.26-.3a.34.34 0 0 1 .37 0l.76.77a1.72 1.72 0 0 0 1.19.5a1.65 1.65 0 0 0 1.18-.5l1.34-1.34a1.67 1.67 0 0 0 0-2.37l-.73-.73a.34.34 0 0 1 0-.37a.34.34 0 0 1 .29-.22h1.09A1.68 1.68 0 0 0 22 13v-1.94a1.69 1.69 0 0 0-1.68-1.69M12 15.5a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1.5" fill="currentColor"/><path fill="currentColor" d="M20.32 9.37h-1.09c-.14 0-.24-.11-.3-.26a.34.34 0 0 1 0-.37l.81-.74a1.63 1.63 0 0 0 .5-1.18a1.67 1.67 0 0 0-.5-1.19L18.4 4.26a1.67 1.67 0 0 0-2.37 0l-.77.74a.38.38 0 0 1-.41 0a.34.34 0 0 1-.22-.29V3.68A1.68 1.68 0 0 0 13 2h-1.94a1.69 1.69 0 0 0-1.69 1.68v1.09c0 .14-.11.24-.26.3a.34.34 0 0 1-.37 0L8 4.26a1.72 1.72 0 0 0-1.19-.5a1.65 1.65 0 0 0-1.18.5L4.26 5.6a1.67 1.67 0 0 0 0 2.4l.74.74a.38.38 0 0 1 0 .41a.34.34 0 0 1-.29.22H3.68A1.68 1.68 0 0 0 2 11.05v1.89a1.69 1.69 0 0 0 1.68 1.69h1.09c.14 0 .24.11.3.26a.34.34 0 0 1 0 .37l-.81.74a1.72 1.72 0 0 0-.5 1.19a1.66 1.66 0 0 0 .5 1.19l1.34 1.36a1.67 1.67 0 0 0 2.37 0l.77-.74a.38.38 0 0 1 .41 0a.34.34 0 0 1 .22.29v1.09A1.68 1.68 0 0 0 11.05 22h1.89a1.69 1.69 0 0 0 1.69-1.68v-1.09c0-.14.11-.24.26-.3a.34.34 0 0 1 .37 0l.76.77a1.72 1.72 0 0 0 1.19.5a1.65 1.65 0 0 0 1.18-.5l1.34-1.34a1.67 1.67 0 0 0 0-2.37l-.73-.73a.34.34 0 0 1 0-.37a.34.34 0 0 1 .29-.22h1.09A1.68 1.68 0 0 0 22 13v-1.94a1.69 1.69 0 0 0-1.68-1.69M12 15.5a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5"/></svg> </template>
CSS
.icon-settings-2-fill {
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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.32%209.37h-1.09c-.14%200-.24-.11-.3-.26a.34.34%200%200%201%200-.37l.81-.74a1.63%201.63%200%200%200%20.5-1.18a1.67%201.67%200%200%200-.5-1.19L18.4%204.26a1.67%201.67%200%200%200-2.37%200l-.77.74a.38.38%200%200%201-.41%200a.34.34%200%200%201-.22-.29V3.68A1.68%201.68%200%200%200%2013%202h-1.94a1.69%201.69%200%200%200-1.69%201.68v1.09c0%20.14-.11.24-.26.3a.34.34%200%200%201-.37%200L8%204.26a1.72%201.72%200%200%200-1.19-.5a1.65%201.65%200%200%200-1.18.5L4.26%205.6a1.67%201.67%200%200%200%200%202.4l.74.74a.38.38%200%200%201%200%20.41a.34.34%200%200%201-.29.22H3.68A1.68%201.68%200%200%200%202%2011.05v1.89a1.69%201.69%200%200%200%201.68%201.69h1.09c.14%200%20.24.11.3.26a.34.34%200%200%201%200%20.37l-.81.74a1.72%201.72%200%200%200-.5%201.19a1.66%201.66%200%200%200%20.5%201.19l1.34%201.36a1.67%201.67%200%200%200%202.37%200l.77-.74a.38.38%200%200%201%20.41%200a.34.34%200%200%201%20.22.29v1.09A1.68%201.68%200%200%200%2011.05%2022h1.89a1.69%201.69%200%200%200%201.69-1.68v-1.09c0-.14.11-.24.26-.3a.34.34%200%200%201%20.37%200l.76.77a1.72%201.72%200%200%200%201.19.5a1.65%201.65%200%200%200%201.18-.5l1.34-1.34a1.67%201.67%200%200%200%200-2.37l-.73-.73a.34.34%200%200%201%200-.37a.34.34%200%200%201%20.29-.22h1.09A1.68%201.68%200%200%200%2022%2013v-1.94a1.69%201.69%200%200%200-1.68-1.69M12%2015.5a3.5%203.5%200%201%201%203.5-3.5a3.5%203.5%200%200%201-3.5%203.5%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.32%209.37h-1.09c-.14%200-.24-.11-.3-.26a.34.34%200%200%201%200-.37l.81-.74a1.63%201.63%200%200%200%20.5-1.18a1.67%201.67%200%200%200-.5-1.19L18.4%204.26a1.67%201.67%200%200%200-2.37%200l-.77.74a.38.38%200%200%201-.41%200a.34.34%200%200%201-.22-.29V3.68A1.68%201.68%200%200%200%2013%202h-1.94a1.69%201.69%200%200%200-1.69%201.68v1.09c0%20.14-.11.24-.26.3a.34.34%200%200%201-.37%200L8%204.26a1.72%201.72%200%200%200-1.19-.5a1.65%201.65%200%200%200-1.18.5L4.26%205.6a1.67%201.67%200%200%200%200%202.4l.74.74a.38.38%200%200%201%200%20.41a.34.34%200%200%201-.29.22H3.68A1.68%201.68%200%200%200%202%2011.05v1.89a1.69%201.69%200%200%200%201.68%201.69h1.09c.14%200%20.24.11.3.26a.34.34%200%200%201%200%20.37l-.81.74a1.72%201.72%200%200%200-.5%201.19a1.66%201.66%200%200%200%20.5%201.19l1.34%201.36a1.67%201.67%200%200%200%202.37%200l.77-.74a.38.38%200%200%201%20.41%200a.34.34%200%200%201%20.22.29v1.09A1.68%201.68%200%200%200%2011.05%2022h1.89a1.69%201.69%200%200%200%201.69-1.68v-1.09c0-.14.11-.24.26-.3a.34.34%200%200%201%20.37%200l.76.77a1.72%201.72%200%200%200%201.19.5a1.65%201.65%200%200%200%201.18-.5l1.34-1.34a1.67%201.67%200%200%200%200-2.37l-.73-.73a.34.34%200%200%201%200-.37a.34.34%200%200%201%20.29-.22h1.09A1.68%201.68%200%200%200%2022%2013v-1.94a1.69%201.69%200%200%200-1.68-1.69M12%2015.5a3.5%203.5%200%201%201%203.5-3.5a3.5%203.5%200%200%201-3.5%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/settings-2-fill.svg?color=%231a73e8&size=48