settings 5 icon
settings-5-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- settings-5-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" d="M13.357 2.682a1 1 0 0 1 1.053-.39a10 10 0 0 1 2.75 1.142a1 1 0 0 1 .47 1.018c-.113.689.058 1.216.38 1.538s.85.494 1.538.38a1 1 0 0 1 1.019.47a10 10 0 0 1 1.14 2.75a1 1 0 0 1-.387 1.055c-.568.407-.82.9-.82 1.356c0 .455.252.95.82 1.356a1 1 0 0 1 .387 1.053a10 10 0 0 1-1.14 2.751a1 1 0 0 1-1.019.47c-.689-.114-1.216.058-1.538.38s-.493.849-.38 1.538a1 1 0 0 1-.47 1.018a10 10 0 0 1-2.75 1.141a1 1 0 0 1-1.053-.388c-.407-.567-.901-.819-1.357-.819s-.95.252-1.356.82a1 1 0 0 1-1.054.387a10 10 0 0 1-2.75-1.14a1 1 0 0 1-.47-1.02c.113-.688-.058-1.215-.38-1.537s-.85-.494-1.539-.38a1 1 0 0 1-1.018-.47a10 10 0 0 1-1.14-2.75a1 1 0 0 1 .388-1.054c.568-.406.82-.9.82-1.356c0-.455-.253-.95-.82-1.356a1 1 0 0 1-.389-1.054a10 10 0 0 1 1.14-2.751a1 1 0 0 1 1.02-.47c.688.114 1.216-.058 1.538-.38s.493-.849.38-1.538a1 1 0 0 1 .47-1.018a10 10 0 0 1 2.75-1.141c.398-.098.815.056 1.054.389c.407.567.9.819 1.356.819s.95-.252 1.357-.82M12 7a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSettings5Fill(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="M13.357 2.682a1 1 0 0 1 1.053-.39a10 10 0 0 1 2.75 1.142a1 1 0 0 1 .47 1.018c-.113.689.058 1.216.38 1.538s.85.494 1.538.38a1 1 0 0 1 1.019.47a10 10 0 0 1 1.14 2.75a1 1 0 0 1-.387 1.055c-.568.407-.82.9-.82 1.356c0 .455.252.95.82 1.356a1 1 0 0 1 .387 1.053a10 10 0 0 1-1.14 2.751a1 1 0 0 1-1.019.47c-.689-.114-1.216.058-1.538.38s-.493.849-.38 1.538a1 1 0 0 1-.47 1.018a10 10 0 0 1-2.75 1.141a1 1 0 0 1-1.053-.388c-.407-.567-.901-.819-1.357-.819s-.95.252-1.356.82a1 1 0 0 1-1.054.387a10 10 0 0 1-2.75-1.14a1 1 0 0 1-.47-1.02c.113-.688-.058-1.215-.38-1.537s-.85-.494-1.539-.38a1 1 0 0 1-1.018-.47a10 10 0 0 1-1.14-2.75a1 1 0 0 1 .388-1.054c.568-.406.82-.9.82-1.356c0-.455-.253-.95-.82-1.356a1 1 0 0 1-.389-1.054a10 10 0 0 1 1.14-2.751a1 1 0 0 1 1.02-.47c.688.114 1.216-.058 1.538-.38s.493-.849.38-1.538a1 1 0 0 1 .47-1.018a10 10 0 0 1 2.75-1.141c.398-.098.815.056 1.054.389c.407.567.9.819 1.356.819s.95-.252 1.357-.82M12 7a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.357 2.682a1 1 0 0 1 1.053-.39a10 10 0 0 1 2.75 1.142a1 1 0 0 1 .47 1.018c-.113.689.058 1.216.38 1.538s.85.494 1.538.38a1 1 0 0 1 1.019.47a10 10 0 0 1 1.14 2.75a1 1 0 0 1-.387 1.055c-.568.407-.82.9-.82 1.356c0 .455.252.95.82 1.356a1 1 0 0 1 .387 1.053a10 10 0 0 1-1.14 2.751a1 1 0 0 1-1.019.47c-.689-.114-1.216.058-1.538.38s-.493.849-.38 1.538a1 1 0 0 1-.47 1.018a10 10 0 0 1-2.75 1.141a1 1 0 0 1-1.053-.388c-.407-.567-.901-.819-1.357-.819s-.95.252-1.356.82a1 1 0 0 1-1.054.387a10 10 0 0 1-2.75-1.14a1 1 0 0 1-.47-1.02c.113-.688-.058-1.215-.38-1.537s-.85-.494-1.539-.38a1 1 0 0 1-1.018-.47a10 10 0 0 1-1.14-2.75a1 1 0 0 1 .388-1.054c.568-.406.82-.9.82-1.356c0-.455-.253-.95-.82-1.356a1 1 0 0 1-.389-1.054a10 10 0 0 1 1.14-2.751a1 1 0 0 1 1.02-.47c.688.114 1.216-.058 1.538-.38s.493-.849.38-1.538a1 1 0 0 1 .47-1.018a10 10 0 0 1 2.75-1.141c.398-.098.815.056 1.054.389c.407.567.9.819 1.356.819s.95-.252 1.357-.82M12 7a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg> </template>
CSS
.icon-settings-5-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%20d%3D%22M13.357%202.682a1%201%200%200%201%201.053-.39a10%2010%200%200%201%202.75%201.142a1%201%200%200%201%20.47%201.018c-.113.689.058%201.216.38%201.538s.85.494%201.538.38a1%201%200%200%201%201.019.47a10%2010%200%200%201%201.14%202.75a1%201%200%200%201-.387%201.055c-.568.407-.82.9-.82%201.356c0%20.455.252.95.82%201.356a1%201%200%200%201%20.387%201.053a10%2010%200%200%201-1.14%202.751a1%201%200%200%201-1.019.47c-.689-.114-1.216.058-1.538.38s-.493.849-.38%201.538a1%201%200%200%201-.47%201.018a10%2010%200%200%201-2.75%201.141a1%201%200%200%201-1.053-.388c-.407-.567-.901-.819-1.357-.819s-.95.252-1.356.82a1%201%200%200%201-1.054.387a10%2010%200%200%201-2.75-1.14a1%201%200%200%201-.47-1.02c.113-.688-.058-1.215-.38-1.537s-.85-.494-1.539-.38a1%201%200%200%201-1.018-.47a10%2010%200%200%201-1.14-2.75a1%201%200%200%201%20.388-1.054c.568-.406.82-.9.82-1.356c0-.455-.253-.95-.82-1.356a1%201%200%200%201-.389-1.054a10%2010%200%200%201%201.14-2.751a1%201%200%200%201%201.02-.47c.688.114%201.216-.058%201.538-.38s.493-.849.38-1.538a1%201%200%200%201%20.47-1.018a10%2010%200%200%201%202.75-1.141c.398-.098.815.056%201.054.389c.407.567.9.819%201.356.819s.95-.252%201.357-.82M12%207a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6%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%22M13.357%202.682a1%201%200%200%201%201.053-.39a10%2010%200%200%201%202.75%201.142a1%201%200%200%201%20.47%201.018c-.113.689.058%201.216.38%201.538s.85.494%201.538.38a1%201%200%200%201%201.019.47a10%2010%200%200%201%201.14%202.75a1%201%200%200%201-.387%201.055c-.568.407-.82.9-.82%201.356c0%20.455.252.95.82%201.356a1%201%200%200%201%20.387%201.053a10%2010%200%200%201-1.14%202.751a1%201%200%200%201-1.019.47c-.689-.114-1.216.058-1.538.38s-.493.849-.38%201.538a1%201%200%200%201-.47%201.018a10%2010%200%200%201-2.75%201.141a1%201%200%200%201-1.053-.388c-.407-.567-.901-.819-1.357-.819s-.95.252-1.356.82a1%201%200%200%201-1.054.387a10%2010%200%200%201-2.75-1.14a1%201%200%200%201-.47-1.02c.113-.688-.058-1.215-.38-1.537s-.85-.494-1.539-.38a1%201%200%200%201-1.018-.47a10%2010%200%200%201-1.14-2.75a1%201%200%200%201%20.388-1.054c.568-.406.82-.9.82-1.356c0-.455-.253-.95-.82-1.356a1%201%200%200%201-.389-1.054a10%2010%200%200%201%201.14-2.751a1%201%200%200%201%201.02-.47c.688.114%201.216-.058%201.538-.38s.493-.849.38-1.538a1%201%200%200%201%20.47-1.018a10%2010%200%200%201%202.75-1.141c.398-.098.815.056%201.054.389c.407.567.9.819%201.356.819s.95-.252%201.357-.82M12%207a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/settings-5-fill.svg?color=%231a73e8&size=48