setting icon
setting from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- setting
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the setting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.9 12.66a1 1 0 0 1 0-1.32l1.28-1.44a1 1 0 0 0 .12-1.17l-2-3.46a1 1 0 0 0-1.07-.48l-1.88.38a1 1 0 0 1-1.15-.66l-.61-1.83a1 1 0 0 0-.95-.68h-4a1 1 0 0 0-1 .68l-.56 1.83a1 1 0 0 1-1.15.66L5 4.79a1 1 0 0 0-1 .48L2 8.73a1 1 0 0 0 .1 1.17l1.27 1.44a1 1 0 0 1 0 1.32L2.1 14.1a1 1 0 0 0-.1 1.17l2 3.46a1 1 0 0 0 1.07.48l1.88-.38a1 1 0 0 1 1.15.66l.61 1.83a1 1 0 0 0 1 .68h4a1 1 0 0 0 .95-.68l.61-1.83a1 1 0 0 1 1.15-.66l1.88.38a1 1 0 0 0 1.07-.48l2-3.46a1 1 0 0 0-.12-1.17ZM18.41 14l.8.9l-1.28 2.22l-1.18-.24a3 3 0 0 0-3.45 2L12.92 20h-2.56L10 18.86a3 3 0 0 0-3.45-2l-1.18.24l-1.3-2.21l.8-.9a3 3 0 0 0 0-4l-.8-.9l1.28-2.2l1.18.24a3 3 0 0 0 3.45-2L10.36 4h2.56l.38 1.14a3 3 0 0 0 3.45 2l1.18-.24l1.28 2.22l-.8.9a3 3 0 0 0 0 3.98m-6.77-6a4 4 0 1 0 4 4a4 4 0 0 0-4-4m0 6a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function UilSetting(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" d="M19.9 12.66a1 1 0 0 1 0-1.32l1.28-1.44a1 1 0 0 0 .12-1.17l-2-3.46a1 1 0 0 0-1.07-.48l-1.88.38a1 1 0 0 1-1.15-.66l-.61-1.83a1 1 0 0 0-.95-.68h-4a1 1 0 0 0-1 .68l-.56 1.83a1 1 0 0 1-1.15.66L5 4.79a1 1 0 0 0-1 .48L2 8.73a1 1 0 0 0 .1 1.17l1.27 1.44a1 1 0 0 1 0 1.32L2.1 14.1a1 1 0 0 0-.1 1.17l2 3.46a1 1 0 0 0 1.07.48l1.88-.38a1 1 0 0 1 1.15.66l.61 1.83a1 1 0 0 0 1 .68h4a1 1 0 0 0 .95-.68l.61-1.83a1 1 0 0 1 1.15-.66l1.88.38a1 1 0 0 0 1.07-.48l2-3.46a1 1 0 0 0-.12-1.17ZM18.41 14l.8.9l-1.28 2.22l-1.18-.24a3 3 0 0 0-3.45 2L12.92 20h-2.56L10 18.86a3 3 0 0 0-3.45-2l-1.18.24l-1.3-2.21l.8-.9a3 3 0 0 0 0-4l-.8-.9l1.28-2.2l1.18.24a3 3 0 0 0 3.45-2L10.36 4h2.56l.38 1.14a3 3 0 0 0 3.45 2l1.18-.24l1.28 2.22l-.8.9a3 3 0 0 0 0 3.98m-6.77-6a4 4 0 1 0 4 4a4 4 0 0 0-4-4m0 6a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.9 12.66a1 1 0 0 1 0-1.32l1.28-1.44a1 1 0 0 0 .12-1.17l-2-3.46a1 1 0 0 0-1.07-.48l-1.88.38a1 1 0 0 1-1.15-.66l-.61-1.83a1 1 0 0 0-.95-.68h-4a1 1 0 0 0-1 .68l-.56 1.83a1 1 0 0 1-1.15.66L5 4.79a1 1 0 0 0-1 .48L2 8.73a1 1 0 0 0 .1 1.17l1.27 1.44a1 1 0 0 1 0 1.32L2.1 14.1a1 1 0 0 0-.1 1.17l2 3.46a1 1 0 0 0 1.07.48l1.88-.38a1 1 0 0 1 1.15.66l.61 1.83a1 1 0 0 0 1 .68h4a1 1 0 0 0 .95-.68l.61-1.83a1 1 0 0 1 1.15-.66l1.88.38a1 1 0 0 0 1.07-.48l2-3.46a1 1 0 0 0-.12-1.17ZM18.41 14l.8.9l-1.28 2.22l-1.18-.24a3 3 0 0 0-3.45 2L12.92 20h-2.56L10 18.86a3 3 0 0 0-3.45-2l-1.18.24l-1.3-2.21l.8-.9a3 3 0 0 0 0-4l-.8-.9l1.28-2.2l1.18.24a3 3 0 0 0 3.45-2L10.36 4h2.56l.38 1.14a3 3 0 0 0 3.45 2l1.18-.24l1.28 2.22l-.8.9a3 3 0 0 0 0 3.98m-6.77-6a4 4 0 1 0 4 4a4 4 0 0 0-4-4m0 6a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg> </template>
CSS
.icon-setting {
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%20d%3D%22M19.9%2012.66a1%201%200%200%201%200-1.32l1.28-1.44a1%201%200%200%200%20.12-1.17l-2-3.46a1%201%200%200%200-1.07-.48l-1.88.38a1%201%200%200%201-1.15-.66l-.61-1.83a1%201%200%200%200-.95-.68h-4a1%201%200%200%200-1%20.68l-.56%201.83a1%201%200%200%201-1.15.66L5%204.79a1%201%200%200%200-1%20.48L2%208.73a1%201%200%200%200%20.1%201.17l1.27%201.44a1%201%200%200%201%200%201.32L2.1%2014.1a1%201%200%200%200-.1%201.17l2%203.46a1%201%200%200%200%201.07.48l1.88-.38a1%201%200%200%201%201.15.66l.61%201.83a1%201%200%200%200%201%20.68h4a1%201%200%200%200%20.95-.68l.61-1.83a1%201%200%200%201%201.15-.66l1.88.38a1%201%200%200%200%201.07-.48l2-3.46a1%201%200%200%200-.12-1.17ZM18.41%2014l.8.9l-1.28%202.22l-1.18-.24a3%203%200%200%200-3.45%202L12.92%2020h-2.56L10%2018.86a3%203%200%200%200-3.45-2l-1.18.24l-1.3-2.21l.8-.9a3%203%200%200%200%200-4l-.8-.9l1.28-2.2l1.18.24a3%203%200%200%200%203.45-2L10.36%204h2.56l.38%201.14a3%203%200%200%200%203.45%202l1.18-.24l1.28%202.22l-.8.9a3%203%200%200%200%200%203.98m-6.77-6a4%204%200%201%200%204%204a4%204%200%200%200-4-4m0%206a2%202%200%201%201%202-2a2%202%200%200%201-2%202%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%20d%3D%22M19.9%2012.66a1%201%200%200%201%200-1.32l1.28-1.44a1%201%200%200%200%20.12-1.17l-2-3.46a1%201%200%200%200-1.07-.48l-1.88.38a1%201%200%200%201-1.15-.66l-.61-1.83a1%201%200%200%200-.95-.68h-4a1%201%200%200%200-1%20.68l-.56%201.83a1%201%200%200%201-1.15.66L5%204.79a1%201%200%200%200-1%20.48L2%208.73a1%201%200%200%200%20.1%201.17l1.27%201.44a1%201%200%200%201%200%201.32L2.1%2014.1a1%201%200%200%200-.1%201.17l2%203.46a1%201%200%200%200%201.07.48l1.88-.38a1%201%200%200%201%201.15.66l.61%201.83a1%201%200%200%200%201%20.68h4a1%201%200%200%200%20.95-.68l.61-1.83a1%201%200%200%201%201.15-.66l1.88.38a1%201%200%200%200%201.07-.48l2-3.46a1%201%200%200%200-.12-1.17ZM18.41%2014l.8.9l-1.28%202.22l-1.18-.24a3%203%200%200%200-3.45%202L12.92%2020h-2.56L10%2018.86a3%203%200%200%200-3.45-2l-1.18.24l-1.3-2.21l.8-.9a3%203%200%200%200%200-4l-.8-.9l1.28-2.2l1.18.24a3%203%200%200%200%203.45-2L10.36%204h2.56l.38%201.14a3%203%200%200%200%203.45%202l1.18-.24l1.28%202.22l-.8.9a3%203%200%200%200%200%203.98m-6.77-6a4%204%200%201%200%204%204a4%204%200%200%200-4-4m0%206a2%202%200%201%201%202-2a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/setting.svg?color=%231a73e8&size=48