settings cog check icon
settings-cog-check from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- settings-cog-check
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
Related icons in Majesticons
Use the settings cog check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.024 2.783A1 1 0 0 1 10 2h4a1 1 0 0 1 .976.783l.44 1.981q.6.285 1.14.66l1.938-.61a1 1 0 0 1 1.166.454l2 3.464a1 1 0 0 1-.19 1.237l-1.497 1.373a8 8 0 0 1 0 1.316l1.497 1.373a1 1 0 0 1 .19 1.237l-2 3.464a1 1 0 0 1-1.166.454l-1.937-.61q-.54.375-1.14.66l-.44 1.98A1 1 0 0 1 14 22h-4a1 1 0 0 1-.976-.783l-.44-1.981q-.6-.285-1.14-.66l-1.938.61a1 1 0 0 1-1.166-.454l-2-3.464a1 1 0 0 1 .19-1.237l1.497-1.373a8 8 0 0 1 0-1.316L2.53 9.97a1 1 0 0 1-.19-1.237l2-3.464a1 1 0 0 1 1.166-.454l1.937.61q.54-.375 1.14-.66l.44-1.98zm6.683 7.924a1 1 0 0 0-1.414-1.414L11 12.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MajesticonsSettingsCogCheck(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" fillRule="evenodd" d="M9.024 2.783A1 1 0 0 1 10 2h4a1 1 0 0 1 .976.783l.44 1.981q.6.285 1.14.66l1.938-.61a1 1 0 0 1 1.166.454l2 3.464a1 1 0 0 1-.19 1.237l-1.497 1.373a8 8 0 0 1 0 1.316l1.497 1.373a1 1 0 0 1 .19 1.237l-2 3.464a1 1 0 0 1-1.166.454l-1.937-.61q-.54.375-1.14.66l-.44 1.98A1 1 0 0 1 14 22h-4a1 1 0 0 1-.976-.783l-.44-1.981q-.6-.285-1.14-.66l-1.938.61a1 1 0 0 1-1.166-.454l-2-3.464a1 1 0 0 1 .19-1.237l1.497-1.373a8 8 0 0 1 0-1.316L2.53 9.97a1 1 0 0 1-.19-1.237l2-3.464a1 1 0 0 1 1.166-.454l1.937.61q.54-.375 1.14-.66l.44-1.98zm6.683 7.924a1 1 0 0 0-1.414-1.414L11 12.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.024 2.783A1 1 0 0 1 10 2h4a1 1 0 0 1 .976.783l.44 1.981q.6.285 1.14.66l1.938-.61a1 1 0 0 1 1.166.454l2 3.464a1 1 0 0 1-.19 1.237l-1.497 1.373a8 8 0 0 1 0 1.316l1.497 1.373a1 1 0 0 1 .19 1.237l-2 3.464a1 1 0 0 1-1.166.454l-1.937-.61q-.54.375-1.14.66l-.44 1.98A1 1 0 0 1 14 22h-4a1 1 0 0 1-.976-.783l-.44-1.981q-.6-.285-1.14-.66l-1.938.61a1 1 0 0 1-1.166-.454l-2-3.464a1 1 0 0 1 .19-1.237l1.497-1.373a8 8 0 0 1 0-1.316L2.53 9.97a1 1 0 0 1-.19-1.237l2-3.464a1 1 0 0 1 1.166-.454l1.937.61q.54-.375 1.14-.66l.44-1.98zm6.683 7.924a1 1 0 0 0-1.414-1.414L11 12.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-settings-cog-check {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.024%202.783A1%201%200%200%201%2010%202h4a1%201%200%200%201%20.976.783l.44%201.981q.6.285%201.14.66l1.938-.61a1%201%200%200%201%201.166.454l2%203.464a1%201%200%200%201-.19%201.237l-1.497%201.373a8%208%200%200%201%200%201.316l1.497%201.373a1%201%200%200%201%20.19%201.237l-2%203.464a1%201%200%200%201-1.166.454l-1.937-.61q-.54.375-1.14.66l-.44%201.98A1%201%200%200%201%2014%2022h-4a1%201%200%200%201-.976-.783l-.44-1.981q-.6-.285-1.14-.66l-1.938.61a1%201%200%200%201-1.166-.454l-2-3.464a1%201%200%200%201%20.19-1.237l1.497-1.373a8%208%200%200%201%200-1.316L2.53%209.97a1%201%200%200%201-.19-1.237l2-3.464a1%201%200%200%201%201.166-.454l1.937.61q.54-.375%201.14-.66l.44-1.98zm6.683%207.924a1%201%200%200%200-1.414-1.414L11%2012.586l-1.293-1.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.024%202.783A1%201%200%200%201%2010%202h4a1%201%200%200%201%20.976.783l.44%201.981q.6.285%201.14.66l1.938-.61a1%201%200%200%201%201.166.454l2%203.464a1%201%200%200%201-.19%201.237l-1.497%201.373a8%208%200%200%201%200%201.316l1.497%201.373a1%201%200%200%201%20.19%201.237l-2%203.464a1%201%200%200%201-1.166.454l-1.937-.61q-.54.375-1.14.66l-.44%201.98A1%201%200%200%201%2014%2022h-4a1%201%200%200%201-.976-.783l-.44-1.981q-.6-.285-1.14-.66l-1.938.61a1%201%200%200%201-1.166-.454l-2-3.464a1%201%200%200%201%20.19-1.237l1.497-1.373a8%208%200%200%201%200-1.316L2.53%209.97a1%201%200%200%201-.19-1.237l2-3.464a1%201%200%200%201%201.166-.454l1.937.61q.54-.375%201.14-.66l.44-1.98zm6.683%207.924a1%201%200%200%200-1.414-1.414L11%2012.586l-1.293-1.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/settings-cog-check.svg?color=%231a73e8&size=48