settings minimalistic icon
settings-minimalistic-bold from Solar by 480 Design · Bold · Settings · CC-BY-4.0 Attribution required.
- Name
- settings-minimalistic-bold
- Set
- Solar
- Style
- Bold
- Category
- Settings
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More settings icons from Solar
columns-2-boldcolumns-3-boldcolumns-3-cog-boldcolumns-4-boldcontainer-boldgrid-2x2-add-boldgrid-2x2-boldgrid-2x2-check-boldgrid-2x2-close-boldgrid-3x3-boldloader-boldsettings-boldtuning-2-boldtuning-3-boldtuning-4-boldtuning-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-3-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
Use the settings minimalistic 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="M12.4277 2C11.3139 2 10.2995 2.6007 8.27081 3.80211L7.58466 4.20846C5.55594 5.40987 4.54158 6.01057 3.98466 7C3.42773 7.98943 3.42773 9.19084 3.42773 11.5937V12.4063C3.42773 14.8092 3.42773 16.0106 3.98466 17C4.54158 17.9894 5.55594 18.5901 7.58466 19.7915L8.27081 20.1979C10.2995 21.3993 11.3139 22 12.4277 22C13.5416 22 14.5559 21.3993 16.5847 20.1979L17.2708 19.7915C19.2995 18.5901 20.3139 17.9894 20.8708 17C21.4277 16.0106 21.4277 14.8092 21.4277 12.4063V11.5937C21.4277 9.19084 21.4277 7.98943 20.8708 7C20.3139 6.01057 19.2995 5.40987 17.2708 4.20846L16.5847 3.80211C14.5559 2.6007 13.5416 2 12.4277 2ZM8.67773 12C8.67773 9.92893 10.3567 8.25 12.4277 8.25C14.4988 8.25 16.1777 9.92893 16.1777 12C16.1777 14.0711 14.4988 15.75 12.4277 15.75C10.3567 15.75 8.67773 14.0711 8.67773 12Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarSettingsMinimalisticBold(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="M12.4277 2C11.3139 2 10.2995 2.6007 8.27081 3.80211L7.58466 4.20846C5.55594 5.40987 4.54158 6.01057 3.98466 7C3.42773 7.98943 3.42773 9.19084 3.42773 11.5937V12.4063C3.42773 14.8092 3.42773 16.0106 3.98466 17C4.54158 17.9894 5.55594 18.5901 7.58466 19.7915L8.27081 20.1979C10.2995 21.3993 11.3139 22 12.4277 22C13.5416 22 14.5559 21.3993 16.5847 20.1979L17.2708 19.7915C19.2995 18.5901 20.3139 17.9894 20.8708 17C21.4277 16.0106 21.4277 14.8092 21.4277 12.4063V11.5937C21.4277 9.19084 21.4277 7.98943 20.8708 7C20.3139 6.01057 19.2995 5.40987 17.2708 4.20846L16.5847 3.80211C14.5559 2.6007 13.5416 2 12.4277 2ZM8.67773 12C8.67773 9.92893 10.3567 8.25 12.4277 8.25C14.4988 8.25 16.1777 9.92893 16.1777 12C16.1777 14.0711 14.4988 15.75 12.4277 15.75C10.3567 15.75 8.67773 14.0711 8.67773 12Z" 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="M12.4277 2C11.3139 2 10.2995 2.6007 8.27081 3.80211L7.58466 4.20846C5.55594 5.40987 4.54158 6.01057 3.98466 7C3.42773 7.98943 3.42773 9.19084 3.42773 11.5937V12.4063C3.42773 14.8092 3.42773 16.0106 3.98466 17C4.54158 17.9894 5.55594 18.5901 7.58466 19.7915L8.27081 20.1979C10.2995 21.3993 11.3139 22 12.4277 22C13.5416 22 14.5559 21.3993 16.5847 20.1979L17.2708 19.7915C19.2995 18.5901 20.3139 17.9894 20.8708 17C21.4277 16.0106 21.4277 14.8092 21.4277 12.4063V11.5937C21.4277 9.19084 21.4277 7.98943 20.8708 7C20.3139 6.01057 19.2995 5.40987 17.2708 4.20846L16.5847 3.80211C14.5559 2.6007 13.5416 2 12.4277 2ZM8.67773 12C8.67773 9.92893 10.3567 8.25 12.4277 8.25C14.4988 8.25 16.1777 9.92893 16.1777 12C16.1777 14.0711 14.4988 15.75 12.4277 15.75C10.3567 15.75 8.67773 14.0711 8.67773 12Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-settings-minimalistic-bold {
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%22M12.4277%202C11.3139%202%2010.2995%202.6007%208.27081%203.80211L7.58466%204.20846C5.55594%205.40987%204.54158%206.01057%203.98466%207C3.42773%207.98943%203.42773%209.19084%203.42773%2011.5937V12.4063C3.42773%2014.8092%203.42773%2016.0106%203.98466%2017C4.54158%2017.9894%205.55594%2018.5901%207.58466%2019.7915L8.27081%2020.1979C10.2995%2021.3993%2011.3139%2022%2012.4277%2022C13.5416%2022%2014.5559%2021.3993%2016.5847%2020.1979L17.2708%2019.7915C19.2995%2018.5901%2020.3139%2017.9894%2020.8708%2017C21.4277%2016.0106%2021.4277%2014.8092%2021.4277%2012.4063V11.5937C21.4277%209.19084%2021.4277%207.98943%2020.8708%207C20.3139%206.01057%2019.2995%205.40987%2017.2708%204.20846L16.5847%203.80211C14.5559%202.6007%2013.5416%202%2012.4277%202ZM8.67773%2012C8.67773%209.92893%2010.3567%208.25%2012.4277%208.25C14.4988%208.25%2016.1777%209.92893%2016.1777%2012C16.1777%2014.0711%2014.4988%2015.75%2012.4277%2015.75C10.3567%2015.75%208.67773%2014.0711%208.67773%2012Z%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%22M12.4277%202C11.3139%202%2010.2995%202.6007%208.27081%203.80211L7.58466%204.20846C5.55594%205.40987%204.54158%206.01057%203.98466%207C3.42773%207.98943%203.42773%209.19084%203.42773%2011.5937V12.4063C3.42773%2014.8092%203.42773%2016.0106%203.98466%2017C4.54158%2017.9894%205.55594%2018.5901%207.58466%2019.7915L8.27081%2020.1979C10.2995%2021.3993%2011.3139%2022%2012.4277%2022C13.5416%2022%2014.5559%2021.3993%2016.5847%2020.1979L17.2708%2019.7915C19.2995%2018.5901%2020.3139%2017.9894%2020.8708%2017C21.4277%2016.0106%2021.4277%2014.8092%2021.4277%2012.4063V11.5937C21.4277%209.19084%2021.4277%207.98943%2020.8708%207C20.3139%206.01057%2019.2995%205.40987%2017.2708%204.20846L16.5847%203.80211C14.5559%202.6007%2013.5416%202%2012.4277%202ZM8.67773%2012C8.67773%209.92893%2010.3567%208.25%2012.4277%208.25C14.4988%208.25%2016.1777%209.92893%2016.1777%2012C16.1777%2014.0711%2014.4988%2015.75%2012.4277%2015.75C10.3567%2015.75%208.67773%2014.0711%208.67773%2012Z%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/solar/settings-minimalistic-bold.svg?color=%231a73e8&size=48