settings 4 icon
settings-4-line from Remix Icon by Remix Design · Line · System · Apache-2.0 Free for personal and commercial use.
- Name
- settings-4-line
- Set
- Remix Icon
- Style
- Line
- Category
- System
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More system icons from Remix Icon
add-box-filladd-circle-filladd-filladd-large-fillalarm-add-fillalarm-fillalarm-snooze-fillalarm-warning-fillalert-fillapps-2-add-fillapps-2-ai-fillapps-2-fillapps-ai-fillapps-fillcheck-double-fillcheck-fillcheckbox-blank-circle-fillcheckbox-blank-fillcheckbox-circle-fillcheckbox-fillcheckbox-indeterminate-fillcheckbox-multiple-blank-fillcheckbox-multiple-fillclose-circle-fill
Use the settings 4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12c0-.865.11-1.704.316-2.504A3 3 0 0 0 4.99 4.867a10 10 0 0 1 4.335-2.506a3 3 0 0 0 5.348 0a10 10 0 0 1 4.335 2.506a3 3 0 0 0 2.675 4.63c.206.8.316 1.638.316 2.503c0 .864-.11 1.703-.316 2.503a3 3 0 0 0-2.675 4.63a10 10 0 0 1-4.335 2.505a3 3 0 0 0-5.348 0a10 10 0 0 1-4.335-2.505a3 3 0 0 0-2.675-4.63C2.11 13.703 2 12.864 2 12m4.804 3c.63 1.091.81 2.346.564 3.524q.613.436 1.297.75A5 5 0 0 1 12 18c1.26 0 2.438.471 3.335 1.274q.684-.314 1.297-.75A5 5 0 0 1 17.196 15a5 5 0 0 1 2.77-2.25a8 8 0 0 0 0-1.5A5 5 0 0 1 17.196 9a5 5 0 0 1-.564-3.524a8 8 0 0 0-1.297-.75A5 5 0 0 1 12 6a5 5 0 0 1-3.335-1.274a8 8 0 0 0-1.297.75A5 5 0 0 1 6.804 9a5 5 0 0 1-2.77 2.25a8 8 0 0 0 0 1.5A5 5 0 0 1 6.805 15M12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function RiSettings4Line(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="M2 12c0-.865.11-1.704.316-2.504A3 3 0 0 0 4.99 4.867a10 10 0 0 1 4.335-2.506a3 3 0 0 0 5.348 0a10 10 0 0 1 4.335 2.506a3 3 0 0 0 2.675 4.63c.206.8.316 1.638.316 2.503c0 .864-.11 1.703-.316 2.503a3 3 0 0 0-2.675 4.63a10 10 0 0 1-4.335 2.505a3 3 0 0 0-5.348 0a10 10 0 0 1-4.335-2.505a3 3 0 0 0-2.675-4.63C2.11 13.703 2 12.864 2 12m4.804 3c.63 1.091.81 2.346.564 3.524q.613.436 1.297.75A5 5 0 0 1 12 18c1.26 0 2.438.471 3.335 1.274q.684-.314 1.297-.75A5 5 0 0 1 17.196 15a5 5 0 0 1 2.77-2.25a8 8 0 0 0 0-1.5A5 5 0 0 1 17.196 9a5 5 0 0 1-.564-3.524a8 8 0 0 0-1.297-.75A5 5 0 0 1 12 6a5 5 0 0 1-3.335-1.274a8 8 0 0 0-1.297.75A5 5 0 0 1 6.804 9a5 5 0 0 1-2.77 2.25a8 8 0 0 0 0 1.5A5 5 0 0 1 6.805 15M12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0-2a1 1 0 1 0 0-2a1 1 0 0 0 0 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="M2 12c0-.865.11-1.704.316-2.504A3 3 0 0 0 4.99 4.867a10 10 0 0 1 4.335-2.506a3 3 0 0 0 5.348 0a10 10 0 0 1 4.335 2.506a3 3 0 0 0 2.675 4.63c.206.8.316 1.638.316 2.503c0 .864-.11 1.703-.316 2.503a3 3 0 0 0-2.675 4.63a10 10 0 0 1-4.335 2.505a3 3 0 0 0-5.348 0a10 10 0 0 1-4.335-2.505a3 3 0 0 0-2.675-4.63C2.11 13.703 2 12.864 2 12m4.804 3c.63 1.091.81 2.346.564 3.524q.613.436 1.297.75A5 5 0 0 1 12 18c1.26 0 2.438.471 3.335 1.274q.684-.314 1.297-.75A5 5 0 0 1 17.196 15a5 5 0 0 1 2.77-2.25a8 8 0 0 0 0-1.5A5 5 0 0 1 17.196 9a5 5 0 0 1-.564-3.524a8 8 0 0 0-1.297-.75A5 5 0 0 1 12 6a5 5 0 0 1-3.335-1.274a8 8 0 0 0-1.297.75A5 5 0 0 1 6.804 9a5 5 0 0 1-2.77 2.25a8 8 0 0 0 0 1.5A5 5 0 0 1 6.805 15M12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-settings-4-line {
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%22M2%2012c0-.865.11-1.704.316-2.504A3%203%200%200%200%204.99%204.867a10%2010%200%200%201%204.335-2.506a3%203%200%200%200%205.348%200a10%2010%200%200%201%204.335%202.506a3%203%200%200%200%202.675%204.63c.206.8.316%201.638.316%202.503c0%20.864-.11%201.703-.316%202.503a3%203%200%200%200-2.675%204.63a10%2010%200%200%201-4.335%202.505a3%203%200%200%200-5.348%200a10%2010%200%200%201-4.335-2.505a3%203%200%200%200-2.675-4.63C2.11%2013.703%202%2012.864%202%2012m4.804%203c.63%201.091.81%202.346.564%203.524q.613.436%201.297.75A5%205%200%200%201%2012%2018c1.26%200%202.438.471%203.335%201.274q.684-.314%201.297-.75A5%205%200%200%201%2017.196%2015a5%205%200%200%201%202.77-2.25a8%208%200%200%200%200-1.5A5%205%200%200%201%2017.196%209a5%205%200%200%201-.564-3.524a8%208%200%200%200-1.297-.75A5%205%200%200%201%2012%206a5%205%200%200%201-3.335-1.274a8%208%200%200%200-1.297.75A5%205%200%200%201%206.804%209a5%205%200%200%201-2.77%202.25a8%208%200%200%200%200%201.5A5%205%200%200%201%206.805%2015M12%2015a3%203%200%201%201%200-6a3%203%200%200%201%200%206m0-2a1%201%200%201%200%200-2a1%201%200%200%200%200%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%22M2%2012c0-.865.11-1.704.316-2.504A3%203%200%200%200%204.99%204.867a10%2010%200%200%201%204.335-2.506a3%203%200%200%200%205.348%200a10%2010%200%200%201%204.335%202.506a3%203%200%200%200%202.675%204.63c.206.8.316%201.638.316%202.503c0%20.864-.11%201.703-.316%202.503a3%203%200%200%200-2.675%204.63a10%2010%200%200%201-4.335%202.505a3%203%200%200%200-5.348%200a10%2010%200%200%201-4.335-2.505a3%203%200%200%200-2.675-4.63C2.11%2013.703%202%2012.864%202%2012m4.804%203c.63%201.091.81%202.346.564%203.524q.613.436%201.297.75A5%205%200%200%201%2012%2018c1.26%200%202.438.471%203.335%201.274q.684-.314%201.297-.75A5%205%200%200%201%2017.196%2015a5%205%200%200%201%202.77-2.25a8%208%200%200%200%200-1.5A5%205%200%200%201%2017.196%209a5%205%200%200%201-.564-3.524a8%208%200%200%200-1.297-.75A5%205%200%200%201%2012%206a5%205%200%200%201-3.335-1.274a8%208%200%200%200-1.297.75A5%205%200%200%201%206.804%209a5%205%200%200%201-2.77%202.25a8%208%200%200%200%200%201.5A5%205%200%200%201%206.805%2015M12%2015a3%203%200%201%201%200-6a3%203%200%200%201%200%206m0-2a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/settings-4-line.svg?color=%231a73e8&size=48