settings 5 icon
settings-5-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- settings-5-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the settings 5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.29 7.357A9 9 0 0 0 3.262 9.83c.762.547 1.237 1.317 1.237 2.17s-.475 1.623-1.237 2.169a9 9 0 0 0 1.026 2.475c.925-.153 1.805.056 2.408.659s.812 1.483.66 2.407a9 9 0 0 0 2.474 1.026c.546-.762 1.316-1.236 2.169-1.236s1.623.474 2.17 1.236a9 9 0 0 0 2.474-1.026c-.152-.924.056-1.804.66-2.407c.602-.603 1.482-.812 2.407-.66a9 9 0 0 0 1.026-2.474c-.762-.546-1.237-1.316-1.237-2.17c0-.852.475-1.622 1.237-2.169a9 9 0 0 0-1.026-2.474c-.925.152-1.805-.057-2.408-.66s-.812-1.483-.659-2.407a9 9 0 0 0-2.475-1.026C13.623 4.026 12.853 4.5 12 4.5s-1.623-.475-2.17-1.237A9 9 0 0 0 7.357 4.29c.153.924-.056 1.804-.66 2.407c-.602.603-1.482.812-2.407.66Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSettings5Line(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M4.29 7.357A9 9 0 0 0 3.262 9.83c.762.547 1.237 1.317 1.237 2.17s-.475 1.623-1.237 2.169a9 9 0 0 0 1.026 2.475c.925-.153 1.805.056 2.408.659s.812 1.483.66 2.407a9 9 0 0 0 2.474 1.026c.546-.762 1.316-1.236 2.169-1.236s1.623.474 2.17 1.236a9 9 0 0 0 2.474-1.026c-.152-.924.056-1.804.66-2.407c.602-.603 1.482-.812 2.407-.66a9 9 0 0 0 1.026-2.474c-.762-.546-1.237-1.316-1.237-2.17c0-.852.475-1.622 1.237-2.169a9 9 0 0 0-1.026-2.474c-.925.152-1.805-.057-2.408-.66s-.812-1.483-.659-2.407a9 9 0 0 0-2.475-1.026C13.623 4.026 12.853 4.5 12 4.5s-1.623-.475-2.17-1.237A9 9 0 0 0 7.357 4.29c.153.924-.056 1.804-.66 2.407c-.602.603-1.482.812-2.407.66Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.29 7.357A9 9 0 0 0 3.262 9.83c.762.547 1.237 1.317 1.237 2.17s-.475 1.623-1.237 2.169a9 9 0 0 0 1.026 2.475c.925-.153 1.805.056 2.408.659s.812 1.483.66 2.407a9 9 0 0 0 2.474 1.026c.546-.762 1.316-1.236 2.169-1.236s1.623.474 2.17 1.236a9 9 0 0 0 2.474-1.026c-.152-.924.056-1.804.66-2.407c.602-.603 1.482-.812 2.407-.66a9 9 0 0 0 1.026-2.474c-.762-.546-1.237-1.316-1.237-2.17c0-.852.475-1.622 1.237-2.169a9 9 0 0 0-1.026-2.474c-.925.152-1.805-.057-2.408-.66s-.812-1.483-.659-2.407a9 9 0 0 0-2.475-1.026C13.623 4.026 12.853 4.5 12 4.5s-1.623-.475-2.17-1.237A9 9 0 0 0 7.357 4.29c.153.924-.056 1.804-.66 2.407c-.602.603-1.482.812-2.407.66Z"/></svg> </template>
CSS
.icon-settings-5-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.29%207.357A9%209%200%200%200%203.262%209.83c.762.547%201.237%201.317%201.237%202.17s-.475%201.623-1.237%202.169a9%209%200%200%200%201.026%202.475c.925-.153%201.805.056%202.408.659s.812%201.483.66%202.407a9%209%200%200%200%202.474%201.026c.546-.762%201.316-1.236%202.169-1.236s1.623.474%202.17%201.236a9%209%200%200%200%202.474-1.026c-.152-.924.056-1.804.66-2.407c.602-.603%201.482-.812%202.407-.66a9%209%200%200%200%201.026-2.474c-.762-.546-1.237-1.316-1.237-2.17c0-.852.475-1.622%201.237-2.169a9%209%200%200%200-1.026-2.474c-.925.152-1.805-.057-2.408-.66s-.812-1.483-.659-2.407a9%209%200%200%200-2.475-1.026C13.623%204.026%2012.853%204.5%2012%204.5s-1.623-.475-2.17-1.237A9%209%200%200%200%207.357%204.29c.153.924-.056%201.804-.66%202.407c-.602.603-1.482.812-2.407.66Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.29%207.357A9%209%200%200%200%203.262%209.83c.762.547%201.237%201.317%201.237%202.17s-.475%201.623-1.237%202.169a9%209%200%200%200%201.026%202.475c.925-.153%201.805.056%202.408.659s.812%201.483.66%202.407a9%209%200%200%200%202.474%201.026c.546-.762%201.316-1.236%202.169-1.236s1.623.474%202.17%201.236a9%209%200%200%200%202.474-1.026c-.152-.924.056-1.804.66-2.407c.602-.603%201.482-.812%202.407-.66a9%209%200%200%200%201.026-2.474c-.762-.546-1.237-1.316-1.237-2.17c0-.852.475-1.622%201.237-2.169a9%209%200%200%200-1.026-2.474c-.925.152-1.805-.057-2.408-.66s-.812-1.483-.659-2.407a9%209%200%200%200-2.475-1.026C13.623%204.026%2012.853%204.5%2012%204.5s-1.623-.475-2.17-1.237A9%209%200%200%200%207.357%204.29c.153.924-.056%201.804-.66%202.407c-.602.603-1.482.812-2.407.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/settings-5-line.svg?color=%231a73e8&size=48