settings 7 icon
settings-7-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- settings-7-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the settings 7 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="M13 3a1 1 0 1 0-2 0v1.062a8 8 0 0 0-2.104.562l-.53-.918a1 1 0 0 0-1.732 1l.531.92c-.58.44-1.098.959-1.54 1.54l-.92-.532a1 1 0 0 0-1 1.732l.92.53A8 8 0 0 0 4.061 11H3a1 1 0 1 0 0 2h1.062c.092.737.284 1.443.562 2.104l-.918.53a1 1 0 1 0 1 1.732l.92-.531c.44.58.959 1.098 1.54 1.54l-.532.92a1 1 0 1 0 1.732 1l.53-.92a8 8 0 0 0 2.104.563V21a1 1 0 1 0 2 0v-1.062a8 8 0 0 0 2.104-.562l.53.918a1 1 0 1 0 1.732-1l-.531-.92a8 8 0 0 0 1.54-1.54l.92.532a1 1 0 1 0 1-1.732l-.92-.53A8 8 0 0 0 19.938 13H21a1 1 0 1 0 0-2h-1.062a8 8 0 0 0-.562-2.104l.918-.53a1 1 0 1 0-1-1.732l-.92.531a8 8 0 0 0-1.54-1.54l.532-.92a1 1 0 1 0-1.732-1l-.53.92A8 8 0 0 0 13 4.061zm-2 8.423L7.246 13.59c-.503.29-.732.913-.44 1.415c.29.502.938.607 1.44.317L12 13.155l3.754 2.167c.502.29 1.15.185 1.44-.317c.292-.502.063-1.125-.44-1.415L13 11.423V7.088C13 6.508 12.58 6 12 6s-1 .508-1 1.088z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSettings7Fill(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="M13 3a1 1 0 1 0-2 0v1.062a8 8 0 0 0-2.104.562l-.53-.918a1 1 0 0 0-1.732 1l.531.92c-.58.44-1.098.959-1.54 1.54l-.92-.532a1 1 0 0 0-1 1.732l.92.53A8 8 0 0 0 4.061 11H3a1 1 0 1 0 0 2h1.062c.092.737.284 1.443.562 2.104l-.918.53a1 1 0 1 0 1 1.732l.92-.531c.44.58.959 1.098 1.54 1.54l-.532.92a1 1 0 1 0 1.732 1l.53-.92a8 8 0 0 0 2.104.563V21a1 1 0 1 0 2 0v-1.062a8 8 0 0 0 2.104-.562l.53.918a1 1 0 1 0 1.732-1l-.531-.92a8 8 0 0 0 1.54-1.54l.92.532a1 1 0 1 0 1-1.732l-.92-.53A8 8 0 0 0 19.938 13H21a1 1 0 1 0 0-2h-1.062a8 8 0 0 0-.562-2.104l.918-.53a1 1 0 1 0-1-1.732l-.92.531a8 8 0 0 0-1.54-1.54l.532-.92a1 1 0 1 0-1.732-1l-.53.92A8 8 0 0 0 13 4.061zm-2 8.423L7.246 13.59c-.503.29-.732.913-.44 1.415c.29.502.938.607 1.44.317L12 13.155l3.754 2.167c.502.29 1.15.185 1.44-.317c.292-.502.063-1.125-.44-1.415L13 11.423V7.088C13 6.508 12.58 6 12 6s-1 .508-1 1.088z" 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="M13 3a1 1 0 1 0-2 0v1.062a8 8 0 0 0-2.104.562l-.53-.918a1 1 0 0 0-1.732 1l.531.92c-.58.44-1.098.959-1.54 1.54l-.92-.532a1 1 0 0 0-1 1.732l.92.53A8 8 0 0 0 4.061 11H3a1 1 0 1 0 0 2h1.062c.092.737.284 1.443.562 2.104l-.918.53a1 1 0 1 0 1 1.732l.92-.531c.44.58.959 1.098 1.54 1.54l-.532.92a1 1 0 1 0 1.732 1l.53-.92a8 8 0 0 0 2.104.563V21a1 1 0 1 0 2 0v-1.062a8 8 0 0 0 2.104-.562l.53.918a1 1 0 1 0 1.732-1l-.531-.92a8 8 0 0 0 1.54-1.54l.92.532a1 1 0 1 0 1-1.732l-.92-.53A8 8 0 0 0 19.938 13H21a1 1 0 1 0 0-2h-1.062a8 8 0 0 0-.562-2.104l.918-.53a1 1 0 1 0-1-1.732l-.92.531a8 8 0 0 0-1.54-1.54l.532-.92a1 1 0 1 0-1.732-1l-.53.92A8 8 0 0 0 13 4.061zm-2 8.423L7.246 13.59c-.503.29-.732.913-.44 1.415c.29.502.938.607 1.44.317L12 13.155l3.754 2.167c.502.29 1.15.185 1.44-.317c.292-.502.063-1.125-.44-1.415L13 11.423V7.088C13 6.508 12.58 6 12 6s-1 .508-1 1.088z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-settings-7-fill {
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%22M13%203a1%201%200%201%200-2%200v1.062a8%208%200%200%200-2.104.562l-.53-.918a1%201%200%200%200-1.732%201l.531.92c-.58.44-1.098.959-1.54%201.54l-.92-.532a1%201%200%200%200-1%201.732l.92.53A8%208%200%200%200%204.061%2011H3a1%201%200%201%200%200%202h1.062c.092.737.284%201.443.562%202.104l-.918.53a1%201%200%201%200%201%201.732l.92-.531c.44.58.959%201.098%201.54%201.54l-.532.92a1%201%200%201%200%201.732%201l.53-.92a8%208%200%200%200%202.104.563V21a1%201%200%201%200%202%200v-1.062a8%208%200%200%200%202.104-.562l.53.918a1%201%200%201%200%201.732-1l-.531-.92a8%208%200%200%200%201.54-1.54l.92.532a1%201%200%201%200%201-1.732l-.92-.53A8%208%200%200%200%2019.938%2013H21a1%201%200%201%200%200-2h-1.062a8%208%200%200%200-.562-2.104l.918-.53a1%201%200%201%200-1-1.732l-.92.531a8%208%200%200%200-1.54-1.54l.532-.92a1%201%200%201%200-1.732-1l-.53.92A8%208%200%200%200%2013%204.061zm-2%208.423L7.246%2013.59c-.503.29-.732.913-.44%201.415c.29.502.938.607%201.44.317L12%2013.155l3.754%202.167c.502.29%201.15.185%201.44-.317c.292-.502.063-1.125-.44-1.415L13%2011.423V7.088C13%206.508%2012.58%206%2012%206s-1%20.508-1%201.088z%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%22M13%203a1%201%200%201%200-2%200v1.062a8%208%200%200%200-2.104.562l-.53-.918a1%201%200%200%200-1.732%201l.531.92c-.58.44-1.098.959-1.54%201.54l-.92-.532a1%201%200%200%200-1%201.732l.92.53A8%208%200%200%200%204.061%2011H3a1%201%200%201%200%200%202h1.062c.092.737.284%201.443.562%202.104l-.918.53a1%201%200%201%200%201%201.732l.92-.531c.44.58.959%201.098%201.54%201.54l-.532.92a1%201%200%201%200%201.732%201l.53-.92a8%208%200%200%200%202.104.563V21a1%201%200%201%200%202%200v-1.062a8%208%200%200%200%202.104-.562l.53.918a1%201%200%201%200%201.732-1l-.531-.92a8%208%200%200%200%201.54-1.54l.92.532a1%201%200%201%200%201-1.732l-.92-.53A8%208%200%200%200%2019.938%2013H21a1%201%200%201%200%200-2h-1.062a8%208%200%200%200-.562-2.104l.918-.53a1%201%200%201%200-1-1.732l-.92.531a8%208%200%200%200-1.54-1.54l.532-.92a1%201%200%201%200-1.732-1l-.53.92A8%208%200%200%200%2013%204.061zm-2%208.423L7.246%2013.59c-.503.29-.732.913-.44%201.415c.29.502.938.607%201.44.317L12%2013.155l3.754%202.167c.502.29%201.15.185%201.44-.317c.292-.502.063-1.125-.44-1.415L13%2011.423V7.088C13%206.508%2012.58%206%2012%206s-1%20.508-1%201.088z%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/mingcute/settings-7-fill.svg?color=%231a73e8&size=48