settings2 icon
settings2-filled from Reicon by REICON · Filled · Settings · MIT Free for personal and commercial use.
- Name
- settings2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Settings
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More settings icons from Reicon
Use the settings2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.279 2.152C13.909 2 13.439 2 12.5 2s-1.408 0-1.779.152a2 2 0 0 0-1.09 1.083c-.094.223-.13.484-.145.863a1.62 1.62 0 0 1-.796 1.353a1.64 1.64 0 0 1-1.579.008c-.338-.178-.583-.276-.825-.308a2.03 2.03 0 0 0-1.49.396c-.318.242-.553.646-1.022 1.453c-.47.807-.704 1.21-.757 1.605c-.07.526.074 1.058.4 1.479c.148.192.357.353.68.555c.477.297.783.803.783 1.361s-.306 1.064-.782 1.36c-.324.203-.533.364-.682.556a2 2 0 0 0-.399 1.479c.053.394.287.798.757 1.605s.704 1.21 1.022 1.453c.424.323.96.465 1.49.396c.242-.032.487-.13.825-.308a1.64 1.64 0 0 1 1.58.008c.486.28.774.795.795 1.353c.015.38.051.64.145.863c.204.49.596.88 1.09 1.083c.37.152.84.152 1.779.152s1.409 0 1.779-.152a2 2 0 0 0 1.09-1.083c.094-.223.13-.483.145-.863c.02-.558.309-1.074.796-1.353a1.64 1.64 0 0 1 1.579-.008c.338.178.583.276.825.308c.53.07 1.066-.073 1.49-.396c.318-.242.553-.646 1.022-1.453c.47-.807.704-1.21.757-1.605a2 2 0 0 0-.4-1.479c-.148-.192-.357-.353-.68-.555c-.477-.297-.783-.803-.783-1.361s.306-1.064.782-1.36c.324-.203.533-.364.682-.556a2 2 0 0 0 .399-1.479c-.053-.394-.287-.798-.757-1.605s-.704-1.21-1.022-1.453a2.03 2.03 0 0 0-1.49-.396c-.242.032-.487.13-.825.308a1.64 1.64 0 0 1-1.58-.008a1.62 1.62 0 0 1-.795-1.353c-.015-.38-.051-.64-.145-.863a2 2 0 0 0-1.09-1.083M12.5 15c1.67 0 3.023-1.343 3.023-3S14.169 9 12.5 9s-3.023 1.343-3.023 3s1.354 3 3.023 3" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSettings2Filled(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" fillRule="evenodd" d="M14.279 2.152C13.909 2 13.439 2 12.5 2s-1.408 0-1.779.152a2 2 0 0 0-1.09 1.083c-.094.223-.13.484-.145.863a1.62 1.62 0 0 1-.796 1.353a1.64 1.64 0 0 1-1.579.008c-.338-.178-.583-.276-.825-.308a2.03 2.03 0 0 0-1.49.396c-.318.242-.553.646-1.022 1.453c-.47.807-.704 1.21-.757 1.605c-.07.526.074 1.058.4 1.479c.148.192.357.353.68.555c.477.297.783.803.783 1.361s-.306 1.064-.782 1.36c-.324.203-.533.364-.682.556a2 2 0 0 0-.399 1.479c.053.394.287.798.757 1.605s.704 1.21 1.022 1.453c.424.323.96.465 1.49.396c.242-.032.487-.13.825-.308a1.64 1.64 0 0 1 1.58.008c.486.28.774.795.795 1.353c.015.38.051.64.145.863c.204.49.596.88 1.09 1.083c.37.152.84.152 1.779.152s1.409 0 1.779-.152a2 2 0 0 0 1.09-1.083c.094-.223.13-.483.145-.863c.02-.558.309-1.074.796-1.353a1.64 1.64 0 0 1 1.579-.008c.338.178.583.276.825.308c.53.07 1.066-.073 1.49-.396c.318-.242.553-.646 1.022-1.453c.47-.807.704-1.21.757-1.605a2 2 0 0 0-.4-1.479c-.148-.192-.357-.353-.68-.555c-.477-.297-.783-.803-.783-1.361s.306-1.064.782-1.36c.324-.203.533-.364.682-.556a2 2 0 0 0 .399-1.479c-.053-.394-.287-.798-.757-1.605s-.704-1.21-1.022-1.453a2.03 2.03 0 0 0-1.49-.396c-.242.032-.487.13-.825.308a1.64 1.64 0 0 1-1.58-.008a1.62 1.62 0 0 1-.795-1.353c-.015-.38-.051-.64-.145-.863a2 2 0 0 0-1.09-1.083M12.5 15c1.67 0 3.023-1.343 3.023-3S14.169 9 12.5 9s-3.023 1.343-3.023 3s1.354 3 3.023 3" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.279 2.152C13.909 2 13.439 2 12.5 2s-1.408 0-1.779.152a2 2 0 0 0-1.09 1.083c-.094.223-.13.484-.145.863a1.62 1.62 0 0 1-.796 1.353a1.64 1.64 0 0 1-1.579.008c-.338-.178-.583-.276-.825-.308a2.03 2.03 0 0 0-1.49.396c-.318.242-.553.646-1.022 1.453c-.47.807-.704 1.21-.757 1.605c-.07.526.074 1.058.4 1.479c.148.192.357.353.68.555c.477.297.783.803.783 1.361s-.306 1.064-.782 1.36c-.324.203-.533.364-.682.556a2 2 0 0 0-.399 1.479c.053.394.287.798.757 1.605s.704 1.21 1.022 1.453c.424.323.96.465 1.49.396c.242-.032.487-.13.825-.308a1.64 1.64 0 0 1 1.58.008c.486.28.774.795.795 1.353c.015.38.051.64.145.863c.204.49.596.88 1.09 1.083c.37.152.84.152 1.779.152s1.409 0 1.779-.152a2 2 0 0 0 1.09-1.083c.094-.223.13-.483.145-.863c.02-.558.309-1.074.796-1.353a1.64 1.64 0 0 1 1.579-.008c.338.178.583.276.825.308c.53.07 1.066-.073 1.49-.396c.318-.242.553-.646 1.022-1.453c.47-.807.704-1.21.757-1.605a2 2 0 0 0-.4-1.479c-.148-.192-.357-.353-.68-.555c-.477-.297-.783-.803-.783-1.361s.306-1.064.782-1.36c.324-.203.533-.364.682-.556a2 2 0 0 0 .399-1.479c-.053-.394-.287-.798-.757-1.605s-.704-1.21-1.022-1.453a2.03 2.03 0 0 0-1.49-.396c-.242.032-.487.13-.825.308a1.64 1.64 0 0 1-1.58-.008a1.62 1.62 0 0 1-.795-1.353c-.015-.38-.051-.64-.145-.863a2 2 0 0 0-1.09-1.083M12.5 15c1.67 0 3.023-1.343 3.023-3S14.169 9 12.5 9s-3.023 1.343-3.023 3s1.354 3 3.023 3" clip-rule="evenodd"/></svg> </template>
CSS
.icon-settings2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.279%202.152C13.909%202%2013.439%202%2012.5%202s-1.408%200-1.779.152a2%202%200%200%200-1.09%201.083c-.094.223-.13.484-.145.863a1.62%201.62%200%200%201-.796%201.353a1.64%201.64%200%200%201-1.579.008c-.338-.178-.583-.276-.825-.308a2.03%202.03%200%200%200-1.49.396c-.318.242-.553.646-1.022%201.453c-.47.807-.704%201.21-.757%201.605c-.07.526.074%201.058.4%201.479c.148.192.357.353.68.555c.477.297.783.803.783%201.361s-.306%201.064-.782%201.36c-.324.203-.533.364-.682.556a2%202%200%200%200-.399%201.479c.053.394.287.798.757%201.605s.704%201.21%201.022%201.453c.424.323.96.465%201.49.396c.242-.032.487-.13.825-.308a1.64%201.64%200%200%201%201.58.008c.486.28.774.795.795%201.353c.015.38.051.64.145.863c.204.49.596.88%201.09%201.083c.37.152.84.152%201.779.152s1.409%200%201.779-.152a2%202%200%200%200%201.09-1.083c.094-.223.13-.483.145-.863c.02-.558.309-1.074.796-1.353a1.64%201.64%200%200%201%201.579-.008c.338.178.583.276.825.308c.53.07%201.066-.073%201.49-.396c.318-.242.553-.646%201.022-1.453c.47-.807.704-1.21.757-1.605a2%202%200%200%200-.4-1.479c-.148-.192-.357-.353-.68-.555c-.477-.297-.783-.803-.783-1.361s.306-1.064.782-1.36c.324-.203.533-.364.682-.556a2%202%200%200%200%20.399-1.479c-.053-.394-.287-.798-.757-1.605s-.704-1.21-1.022-1.453a2.03%202.03%200%200%200-1.49-.396c-.242.032-.487.13-.825.308a1.64%201.64%200%200%201-1.58-.008a1.62%201.62%200%200%201-.795-1.353c-.015-.38-.051-.64-.145-.863a2%202%200%200%200-1.09-1.083M12.5%2015c1.67%200%203.023-1.343%203.023-3S14.169%209%2012.5%209s-3.023%201.343-3.023%203s1.354%203%203.023%203%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.279%202.152C13.909%202%2013.439%202%2012.5%202s-1.408%200-1.779.152a2%202%200%200%200-1.09%201.083c-.094.223-.13.484-.145.863a1.62%201.62%200%200%201-.796%201.353a1.64%201.64%200%200%201-1.579.008c-.338-.178-.583-.276-.825-.308a2.03%202.03%200%200%200-1.49.396c-.318.242-.553.646-1.022%201.453c-.47.807-.704%201.21-.757%201.605c-.07.526.074%201.058.4%201.479c.148.192.357.353.68.555c.477.297.783.803.783%201.361s-.306%201.064-.782%201.36c-.324.203-.533.364-.682.556a2%202%200%200%200-.399%201.479c.053.394.287.798.757%201.605s.704%201.21%201.022%201.453c.424.323.96.465%201.49.396c.242-.032.487-.13.825-.308a1.64%201.64%200%200%201%201.58.008c.486.28.774.795.795%201.353c.015.38.051.64.145.863c.204.49.596.88%201.09%201.083c.37.152.84.152%201.779.152s1.409%200%201.779-.152a2%202%200%200%200%201.09-1.083c.094-.223.13-.483.145-.863c.02-.558.309-1.074.796-1.353a1.64%201.64%200%200%201%201.579-.008c.338.178.583.276.825.308c.53.07%201.066-.073%201.49-.396c.318-.242.553-.646%201.022-1.453c.47-.807.704-1.21.757-1.605a2%202%200%200%200-.4-1.479c-.148-.192-.357-.353-.68-.555c-.477-.297-.783-.803-.783-1.361s.306-1.064.782-1.36c.324-.203.533-.364.682-.556a2%202%200%200%200%20.399-1.479c-.053-.394-.287-.798-.757-1.605s-.704-1.21-1.022-1.453a2.03%202.03%200%200%200-1.49-.396c-.242.032-.487.13-.825.308a1.64%201.64%200%200%201-1.58-.008a1.62%201.62%200%200%201-.795-1.353c-.015-.38-.051-.64-.145-.863a2%202%200%200%200-1.09-1.083M12.5%2015c1.67%200%203.023-1.343%203.023-3S14.169%209%2012.5%209s-3.023%201.343-3.023%203s1.354%203%203.023%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/settings2-filled.svg?color=%231a73e8&size=48