settings profiles icon
settings-profiles from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.
- Name
- settings-profiles
- Set
- Iconoir
- Style
- Regular
- Category
- System
- Viewbox
- 24×24
- License
- MIT
More system icons from Iconoir
Use the settings profiles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M11.607 2.342a.6.6 0 0 1 .787 0l1.948 1.692a.6.6 0 0 0 .445.145l2.572-.224a.6.6 0 0 1 .636.463l.582 2.514a.6.6 0 0 0 .275.38l2.212 1.33a.6.6 0 0 1 .243.748l-1.008 2.376a.6.6 0 0 0 0 .468l1.008 2.376a.6.6 0 0 1-.243.749l-2.212 1.33a.6.6 0 0 0-.275.379l-.582 2.514a.6.6 0 0 1-.636.463l-2.572-.224a.6.6 0 0 0-.445.144l-1.949 1.693a.6.6 0 0 1-.787 0l-1.948-1.693a.6.6 0 0 0-.445-.144l-2.572.224a.6.6 0 0 1-.636-.463l-.582-2.514a.6.6 0 0 0-.275-.38l-2.212-1.33a.6.6 0 0 1-.243-.748l1.008-2.376a.6.6 0 0 0 0-.468L2.693 9.39a.6.6 0 0 1 .243-.749l2.212-1.33a.6.6 0 0 0 .275-.379l.582-2.514a.6.6 0 0 1 .636-.463l2.572.224a.6.6 0 0 0 .445-.145z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 13l2 2l5-5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirSettingsProfiles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M11.607 2.342a.6.6 0 0 1 .787 0l1.948 1.692a.6.6 0 0 0 .445.145l2.572-.224a.6.6 0 0 1 .636.463l.582 2.514a.6.6 0 0 0 .275.38l2.212 1.33a.6.6 0 0 1 .243.748l-1.008 2.376a.6.6 0 0 0 0 .468l1.008 2.376a.6.6 0 0 1-.243.749l-2.212 1.33a.6.6 0 0 0-.275.379l-.582 2.514a.6.6 0 0 1-.636.463l-2.572-.224a.6.6 0 0 0-.445.144l-1.949 1.693a.6.6 0 0 1-.787 0l-1.948-1.693a.6.6 0 0 0-.445-.144l-2.572.224a.6.6 0 0 1-.636-.463l-.582-2.514a.6.6 0 0 0-.275-.38l-2.212-1.33a.6.6 0 0 1-.243-.748l1.008-2.376a.6.6 0 0 0 0-.468L2.693 9.39a.6.6 0 0 1 .243-.749l2.212-1.33a.6.6 0 0 0 .275-.379l.582-2.514a.6.6 0 0 1 .636-.463l2.572.224a.6.6 0 0 0 .445-.145z"/><path strokeLinecap="round" strokeLinejoin="round" d="m9 13l2 2l5-5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M11.607 2.342a.6.6 0 0 1 .787 0l1.948 1.692a.6.6 0 0 0 .445.145l2.572-.224a.6.6 0 0 1 .636.463l.582 2.514a.6.6 0 0 0 .275.38l2.212 1.33a.6.6 0 0 1 .243.748l-1.008 2.376a.6.6 0 0 0 0 .468l1.008 2.376a.6.6 0 0 1-.243.749l-2.212 1.33a.6.6 0 0 0-.275.379l-.582 2.514a.6.6 0 0 1-.636.463l-2.572-.224a.6.6 0 0 0-.445.144l-1.949 1.693a.6.6 0 0 1-.787 0l-1.948-1.693a.6.6 0 0 0-.445-.144l-2.572.224a.6.6 0 0 1-.636-.463l-.582-2.514a.6.6 0 0 0-.275-.38l-2.212-1.33a.6.6 0 0 1-.243-.748l1.008-2.376a.6.6 0 0 0 0-.468L2.693 9.39a.6.6 0 0 1 .243-.749l2.212-1.33a.6.6 0 0 0 .275-.379l.582-2.514a.6.6 0 0 1 .636-.463l2.572.224a.6.6 0 0 0 .445-.145z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 13l2 2l5-5"/></g></svg> </template>
CSS
.icon-settings-profiles {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.607%202.342a.6.6%200%200%201%20.787%200l1.948%201.692a.6.6%200%200%200%20.445.145l2.572-.224a.6.6%200%200%201%20.636.463l.582%202.514a.6.6%200%200%200%20.275.38l2.212%201.33a.6.6%200%200%201%20.243.748l-1.008%202.376a.6.6%200%200%200%200%20.468l1.008%202.376a.6.6%200%200%201-.243.749l-2.212%201.33a.6.6%200%200%200-.275.379l-.582%202.514a.6.6%200%200%201-.636.463l-2.572-.224a.6.6%200%200%200-.445.144l-1.949%201.693a.6.6%200%200%201-.787%200l-1.948-1.693a.6.6%200%200%200-.445-.144l-2.572.224a.6.6%200%200%201-.636-.463l-.582-2.514a.6.6%200%200%200-.275-.38l-2.212-1.33a.6.6%200%200%201-.243-.748l1.008-2.376a.6.6%200%200%200%200-.468L2.693%209.39a.6.6%200%200%201%20.243-.749l2.212-1.33a.6.6%200%200%200%20.275-.379l.582-2.514a.6.6%200%200%201%20.636-.463l2.572.224a.6.6%200%200%200%20.445-.145z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%2013l2%202l5-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.607%202.342a.6.6%200%200%201%20.787%200l1.948%201.692a.6.6%200%200%200%20.445.145l2.572-.224a.6.6%200%200%201%20.636.463l.582%202.514a.6.6%200%200%200%20.275.38l2.212%201.33a.6.6%200%200%201%20.243.748l-1.008%202.376a.6.6%200%200%200%200%20.468l1.008%202.376a.6.6%200%200%201-.243.749l-2.212%201.33a.6.6%200%200%200-.275.379l-.582%202.514a.6.6%200%200%201-.636.463l-2.572-.224a.6.6%200%200%200-.445.144l-1.949%201.693a.6.6%200%200%201-.787%200l-1.948-1.693a.6.6%200%200%200-.445-.144l-2.572.224a.6.6%200%200%201-.636-.463l-.582-2.514a.6.6%200%200%200-.275-.38l-2.212-1.33a.6.6%200%200%201-.243-.748l1.008-2.376a.6.6%200%200%200%200-.468L2.693%209.39a.6.6%200%200%201%20.243-.749l2.212-1.33a.6.6%200%200%200%20.275-.379l.582-2.514a.6.6%200%200%201%20.636-.463l2.572.224a.6.6%200%200%200%20.445-.145z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%2013l2%202l5-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/iconoir/settings-profiles.svg?color=%231a73e8&size=48