settings icon
settings-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- settings-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 11a5 5 0 1 0 0 10a5 5 0 0 0 0-10m-3 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-.16 13.628c1.035.247 2.096.372 3.16.372a13.6 13.6 0 0 0 3.156-.375a1.48 1.48 0 0 0 1.13-1.276l.234-2.13a1.47 1.47 0 0 1 2.066-1.2l1.955.856a1.47 1.47 0 0 0 1.671-.345a14.25 14.25 0 0 0 3.156-5.443a1.48 1.48 0 0 0-.535-1.627l-1.729-1.275a1.48 1.48 0 0 1 .003-2.396l1.72-1.27a1.47 1.47 0 0 0 .537-1.63a14.2 14.2 0 0 0-3.157-5.443a1.48 1.48 0 0 0-1.674-.345l-1.946.856a1.483 1.483 0 0 1-2.067-1.2l-.236-2.12a1.48 1.48 0 0 0-1.147-1.283a15 15 0 0 0-3.127-.363a15.4 15.4 0 0 0-3.146.363a1.47 1.47 0 0 0-1.147 1.28l-.237 2.122a1.493 1.493 0 0 1-2.073 1.206l-1.946-.857a1.49 1.49 0 0 0-1.67.35a14.25 14.25 0 0 0-3.16 5.446a1.48 1.48 0 0 0 .536 1.625l1.725 1.272a1.488 1.488 0 0 1 0 2.397L3.167 18.47a1.48 1.48 0 0 0-.535 1.63a14.25 14.25 0 0 0 3.16 5.45a1.46 1.46 0 0 0 1.077.465c.203 0 .404-.042.591-.123l1.955-.859a1.485 1.485 0 0 1 2.065 1.2l.235 2.126a1.48 1.48 0 0 0 1.125 1.27m5.501-1.866a11.6 11.6 0 0 1-4.677 0l-.195-1.74a3.48 3.48 0 0 0-1.14-2.208a3.53 3.53 0 0 0-3.718-.6l-1.606.7a12.2 12.2 0 0 1-2.348-4.05l1.424-1.052a3.488 3.488 0 0 0 0-5.616l-1.421-1.05a12.2 12.2 0 0 1 2.348-4.046l1.6.7a3.45 3.45 0 0 0 1.4.294a3.5 3.5 0 0 0 3.467-3.108l.194-1.747c.774-.15 1.56-.23 2.347-.24c.782.01 1.562.09 2.33.24l.186 1.74a3.48 3.48 0 0 0 1.137 2.216a3.53 3.53 0 0 0 3.727.6l1.6-.7a12.2 12.2 0 0 1 2.35 4.047l-1.423 1.046a3.48 3.48 0 0 0 0 5.62l1.422 1.05A12.3 12.3 0 0 1 25 23.901l-1.6-.7a3.473 3.473 0 0 0-4.866 2.81z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSettings32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 11a5 5 0 1 0 0 10a5 5 0 0 0 0-10m-3 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-.16 13.628c1.035.247 2.096.372 3.16.372a13.6 13.6 0 0 0 3.156-.375a1.48 1.48 0 0 0 1.13-1.276l.234-2.13a1.47 1.47 0 0 1 2.066-1.2l1.955.856a1.47 1.47 0 0 0 1.671-.345a14.25 14.25 0 0 0 3.156-5.443a1.48 1.48 0 0 0-.535-1.627l-1.729-1.275a1.48 1.48 0 0 1 .003-2.396l1.72-1.27a1.47 1.47 0 0 0 .537-1.63a14.2 14.2 0 0 0-3.157-5.443a1.48 1.48 0 0 0-1.674-.345l-1.946.856a1.483 1.483 0 0 1-2.067-1.2l-.236-2.12a1.48 1.48 0 0 0-1.147-1.283a15 15 0 0 0-3.127-.363a15.4 15.4 0 0 0-3.146.363a1.47 1.47 0 0 0-1.147 1.28l-.237 2.122a1.493 1.493 0 0 1-2.073 1.206l-1.946-.857a1.49 1.49 0 0 0-1.67.35a14.25 14.25 0 0 0-3.16 5.446a1.48 1.48 0 0 0 .536 1.625l1.725 1.272a1.488 1.488 0 0 1 0 2.397L3.167 18.47a1.48 1.48 0 0 0-.535 1.63a14.25 14.25 0 0 0 3.16 5.45a1.46 1.46 0 0 0 1.077.465c.203 0 .404-.042.591-.123l1.955-.859a1.485 1.485 0 0 1 2.065 1.2l.235 2.126a1.48 1.48 0 0 0 1.125 1.27m5.501-1.866a11.6 11.6 0 0 1-4.677 0l-.195-1.74a3.48 3.48 0 0 0-1.14-2.208a3.53 3.53 0 0 0-3.718-.6l-1.606.7a12.2 12.2 0 0 1-2.348-4.05l1.424-1.052a3.488 3.488 0 0 0 0-5.616l-1.421-1.05a12.2 12.2 0 0 1 2.348-4.046l1.6.7a3.45 3.45 0 0 0 1.4.294a3.5 3.5 0 0 0 3.467-3.108l.194-1.747c.774-.15 1.56-.23 2.347-.24c.782.01 1.562.09 2.33.24l.186 1.74a3.48 3.48 0 0 0 1.137 2.216a3.53 3.53 0 0 0 3.727.6l1.6-.7a12.2 12.2 0 0 1 2.35 4.047l-1.423 1.046a3.48 3.48 0 0 0 0 5.62l1.422 1.05A12.3 12.3 0 0 1 25 23.901l-1.6-.7a3.473 3.473 0 0 0-4.866 2.81z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 11a5 5 0 1 0 0 10a5 5 0 0 0 0-10m-3 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-.16 13.628c1.035.247 2.096.372 3.16.372a13.6 13.6 0 0 0 3.156-.375a1.48 1.48 0 0 0 1.13-1.276l.234-2.13a1.47 1.47 0 0 1 2.066-1.2l1.955.856a1.47 1.47 0 0 0 1.671-.345a14.25 14.25 0 0 0 3.156-5.443a1.48 1.48 0 0 0-.535-1.627l-1.729-1.275a1.48 1.48 0 0 1 .003-2.396l1.72-1.27a1.47 1.47 0 0 0 .537-1.63a14.2 14.2 0 0 0-3.157-5.443a1.48 1.48 0 0 0-1.674-.345l-1.946.856a1.483 1.483 0 0 1-2.067-1.2l-.236-2.12a1.48 1.48 0 0 0-1.147-1.283a15 15 0 0 0-3.127-.363a15.4 15.4 0 0 0-3.146.363a1.47 1.47 0 0 0-1.147 1.28l-.237 2.122a1.493 1.493 0 0 1-2.073 1.206l-1.946-.857a1.49 1.49 0 0 0-1.67.35a14.25 14.25 0 0 0-3.16 5.446a1.48 1.48 0 0 0 .536 1.625l1.725 1.272a1.488 1.488 0 0 1 0 2.397L3.167 18.47a1.48 1.48 0 0 0-.535 1.63a14.25 14.25 0 0 0 3.16 5.45a1.46 1.46 0 0 0 1.077.465c.203 0 .404-.042.591-.123l1.955-.859a1.485 1.485 0 0 1 2.065 1.2l.235 2.126a1.48 1.48 0 0 0 1.125 1.27m5.501-1.866a11.6 11.6 0 0 1-4.677 0l-.195-1.74a3.48 3.48 0 0 0-1.14-2.208a3.53 3.53 0 0 0-3.718-.6l-1.606.7a12.2 12.2 0 0 1-2.348-4.05l1.424-1.052a3.488 3.488 0 0 0 0-5.616l-1.421-1.05a12.2 12.2 0 0 1 2.348-4.046l1.6.7a3.45 3.45 0 0 0 1.4.294a3.5 3.5 0 0 0 3.467-3.108l.194-1.747c.774-.15 1.56-.23 2.347-.24c.782.01 1.562.09 2.33.24l.186 1.74a3.48 3.48 0 0 0 1.137 2.216a3.53 3.53 0 0 0 3.727.6l1.6-.7a12.2 12.2 0 0 1 2.35 4.047l-1.423 1.046a3.48 3.48 0 0 0 0 5.62l1.422 1.05A12.3 12.3 0 0 1 25 23.901l-1.6-.7a3.473 3.473 0 0 0-4.866 2.81z"/></svg> </template>
CSS
.icon-settings-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2011a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m-3%205a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-.16%2013.628c1.035.247%202.096.372%203.16.372a13.6%2013.6%200%200%200%203.156-.375a1.48%201.48%200%200%200%201.13-1.276l.234-2.13a1.47%201.47%200%200%201%202.066-1.2l1.955.856a1.47%201.47%200%200%200%201.671-.345a14.25%2014.25%200%200%200%203.156-5.443a1.48%201.48%200%200%200-.535-1.627l-1.729-1.275a1.48%201.48%200%200%201%20.003-2.396l1.72-1.27a1.47%201.47%200%200%200%20.537-1.63a14.2%2014.2%200%200%200-3.157-5.443a1.48%201.48%200%200%200-1.674-.345l-1.946.856a1.483%201.483%200%200%201-2.067-1.2l-.236-2.12a1.48%201.48%200%200%200-1.147-1.283a15%2015%200%200%200-3.127-.363a15.4%2015.4%200%200%200-3.146.363a1.47%201.47%200%200%200-1.147%201.28l-.237%202.122a1.493%201.493%200%200%201-2.073%201.206l-1.946-.857a1.49%201.49%200%200%200-1.67.35a14.25%2014.25%200%200%200-3.16%205.446a1.48%201.48%200%200%200%20.536%201.625l1.725%201.272a1.488%201.488%200%200%201%200%202.397L3.167%2018.47a1.48%201.48%200%200%200-.535%201.63a14.25%2014.25%200%200%200%203.16%205.45a1.46%201.46%200%200%200%201.077.465c.203%200%20.404-.042.591-.123l1.955-.859a1.485%201.485%200%200%201%202.065%201.2l.235%202.126a1.48%201.48%200%200%200%201.125%201.27m5.501-1.866a11.6%2011.6%200%200%201-4.677%200l-.195-1.74a3.48%203.48%200%200%200-1.14-2.208a3.53%203.53%200%200%200-3.718-.6l-1.606.7a12.2%2012.2%200%200%201-2.348-4.05l1.424-1.052a3.488%203.488%200%200%200%200-5.616l-1.421-1.05a12.2%2012.2%200%200%201%202.348-4.046l1.6.7a3.45%203.45%200%200%200%201.4.294a3.5%203.5%200%200%200%203.467-3.108l.194-1.747c.774-.15%201.56-.23%202.347-.24c.782.01%201.562.09%202.33.24l.186%201.74a3.48%203.48%200%200%200%201.137%202.216a3.53%203.53%200%200%200%203.727.6l1.6-.7a12.2%2012.2%200%200%201%202.35%204.047l-1.423%201.046a3.48%203.48%200%200%200%200%205.62l1.422%201.05A12.3%2012.3%200%200%201%2025%2023.901l-1.6-.7a3.473%203.473%200%200%200-4.866%202.81z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2011a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m-3%205a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-.16%2013.628c1.035.247%202.096.372%203.16.372a13.6%2013.6%200%200%200%203.156-.375a1.48%201.48%200%200%200%201.13-1.276l.234-2.13a1.47%201.47%200%200%201%202.066-1.2l1.955.856a1.47%201.47%200%200%200%201.671-.345a14.25%2014.25%200%200%200%203.156-5.443a1.48%201.48%200%200%200-.535-1.627l-1.729-1.275a1.48%201.48%200%200%201%20.003-2.396l1.72-1.27a1.47%201.47%200%200%200%20.537-1.63a14.2%2014.2%200%200%200-3.157-5.443a1.48%201.48%200%200%200-1.674-.345l-1.946.856a1.483%201.483%200%200%201-2.067-1.2l-.236-2.12a1.48%201.48%200%200%200-1.147-1.283a15%2015%200%200%200-3.127-.363a15.4%2015.4%200%200%200-3.146.363a1.47%201.47%200%200%200-1.147%201.28l-.237%202.122a1.493%201.493%200%200%201-2.073%201.206l-1.946-.857a1.49%201.49%200%200%200-1.67.35a14.25%2014.25%200%200%200-3.16%205.446a1.48%201.48%200%200%200%20.536%201.625l1.725%201.272a1.488%201.488%200%200%201%200%202.397L3.167%2018.47a1.48%201.48%200%200%200-.535%201.63a14.25%2014.25%200%200%200%203.16%205.45a1.46%201.46%200%200%200%201.077.465c.203%200%20.404-.042.591-.123l1.955-.859a1.485%201.485%200%200%201%202.065%201.2l.235%202.126a1.48%201.48%200%200%200%201.125%201.27m5.501-1.866a11.6%2011.6%200%200%201-4.677%200l-.195-1.74a3.48%203.48%200%200%200-1.14-2.208a3.53%203.53%200%200%200-3.718-.6l-1.606.7a12.2%2012.2%200%200%201-2.348-4.05l1.424-1.052a3.488%203.488%200%200%200%200-5.616l-1.421-1.05a12.2%2012.2%200%200%201%202.348-4.046l1.6.7a3.45%203.45%200%200%200%201.4.294a3.5%203.5%200%200%200%203.467-3.108l.194-1.747c.774-.15%201.56-.23%202.347-.24c.782.01%201.562.09%202.33.24l.186%201.74a3.48%203.48%200%200%200%201.137%202.216a3.53%203.53%200%200%200%203.727.6l1.6-.7a12.2%2012.2%200%200%201%202.35%204.047l-1.423%201.046a3.48%203.48%200%200%200%200%205.62l1.422%201.05A12.3%2012.3%200%200%201%2025%2023.901l-1.6-.7a3.473%203.473%200%200%200-4.866%202.81z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/settings-32-regular.svg?color=%231a73e8&size=48