settings icon
settings-duotone from Reicon by REICON · Duotone · Settings · MIT Free for personal and commercial use.
- Name
- settings-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Settings
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All settings icons →settingsCarbonsettingsCodiconssettingsDither Iconssettings-fillEva IconssettingsFeather Iconssettings-16-filledFluent UI System Iconssettings-16Fluent UI System Color IconssettingsIconoirsettingsIonIconssettingsKeyline IconssettingsLucidesettingsMage IconssettingsMaterial Icon ThemesettingsMaterial SymbolssettingsMaterial Symbols LightsettingsOcticonssettings-fillRemix Iconsettings-boldSolarsettingsTabler Icons
More settings icons from Reicon
Use the settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12.428 2c-1.114 0-2.129.6-4.157 1.802l-.686.406C5.555 5.41 4.542 6.011 3.985 7c-.557.99-.557 2.19-.557 4.594v.812c0 2.403 0 3.605.557 4.594s1.57 1.59 3.6 2.791l.686.407C10.299 21.399 11.314 22 12.428 22s2.128-.6 4.157-1.802l.686-.407c2.028-1.2 3.043-1.802 3.6-2.791c.557-.99.557-2.19.557-4.594v-.812c0-2.403 0-3.605-.557-4.594s-1.572-1.59-3.6-2.792l-.686-.406C14.555 2.601 13.542 2 12.428 2" clip-rule="evenodd" opacity=".5"/><path d="M12.428 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSettingsDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12.428 2c-1.114 0-2.129.6-4.157 1.802l-.686.406C5.555 5.41 4.542 6.011 3.985 7c-.557.99-.557 2.19-.557 4.594v.812c0 2.403 0 3.605.557 4.594s1.57 1.59 3.6 2.791l.686.407C10.299 21.399 11.314 22 12.428 22s2.128-.6 4.157-1.802l.686-.407c2.028-1.2 3.043-1.802 3.6-2.791c.557-.99.557-2.19.557-4.594v-.812c0-2.403 0-3.605-.557-4.594s-1.572-1.59-3.6-2.792l-.686-.406C14.555 2.601 13.542 2 12.428 2" clipRule="evenodd" opacity=".5"/><path d="M12.428 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12.428 2c-1.114 0-2.129.6-4.157 1.802l-.686.406C5.555 5.41 4.542 6.011 3.985 7c-.557.99-.557 2.19-.557 4.594v.812c0 2.403 0 3.605.557 4.594s1.57 1.59 3.6 2.791l.686.407C10.299 21.399 11.314 22 12.428 22s2.128-.6 4.157-1.802l.686-.407c2.028-1.2 3.043-1.802 3.6-2.791c.557-.99.557-2.19.557-4.594v-.812c0-2.403 0-3.605-.557-4.594s-1.572-1.59-3.6-2.792l-.686-.406C14.555 2.601 13.542 2 12.428 2" clip-rule="evenodd" opacity=".5"/><path d="M12.428 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5"/></g></svg> </template>
CSS
.icon-settings-duotone {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.428%202c-1.114%200-2.129.6-4.157%201.802l-.686.406C5.555%205.41%204.542%206.011%203.985%207c-.557.99-.557%202.19-.557%204.594v.812c0%202.403%200%203.605.557%204.594s1.57%201.59%203.6%202.791l.686.407C10.299%2021.399%2011.314%2022%2012.428%2022s2.128-.6%204.157-1.802l.686-.407c2.028-1.2%203.043-1.802%203.6-2.791c.557-.99.557-2.19.557-4.594v-.812c0-2.403%200-3.605-.557-4.594s-1.572-1.59-3.6-2.792l-.686-.406C14.555%202.601%2013.542%202%2012.428%202%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.428%208.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.428%202c-1.114%200-2.129.6-4.157%201.802l-.686.406C5.555%205.41%204.542%206.011%203.985%207c-.557.99-.557%202.19-.557%204.594v.812c0%202.403%200%203.605.557%204.594s1.57%201.59%203.6%202.791l.686.407C10.299%2021.399%2011.314%2022%2012.428%2022s2.128-.6%204.157-1.802l.686-.407c2.028-1.2%203.043-1.802%203.6-2.791c.557-.99.557-2.19.557-4.594v-.812c0-2.403%200-3.605-.557-4.594s-1.572-1.59-3.6-2.792l-.686-.406C14.555%202.601%2013.542%202%2012.428%202%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.428%208.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5%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/settings-duotone.svg?color=%231a73e8&size=48