cog four icon
cog-four-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- cog-four-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
Related icons in Myna UI Icons
Use the cog four icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.841 2.887c-.53-.447-1.21-.643-1.858-.637c-.647.007-1.32.217-1.845.662c-.54.458-.887 1.136-.887 1.977c0 .394-.256.808-.694 1.068c-.435.258-.907.28-1.253.078l-.022-.013c-.743-.4-1.5-.448-2.165-.204c-.648.238-1.144.726-1.45 1.29c-.602 1.113-.546 2.751.85 3.692l.041.026c.318.185.546.612.547 1.15c0 .537-.23.964-.547 1.149l-.01.007c-.72.436-1.134 1.075-1.258 1.773c-.12.679.04 1.362.364 1.92s.835 1.035 1.478 1.273c.66.244 1.416.217 2.15-.178l.022-.013c.384-.224.838-.179 1.252.106c.429.293.695.768.695 1.202c0 .834.354 1.497.905 1.935c.53.421 1.204.605 1.84.6s1.306-.199 1.831-.62c.544-.434.904-1.09.904-1.915c0-.456.267-.932.685-1.219c.402-.276.856-.325 1.261-.089l.023.012c.75.405 1.52.428 2.188.17c.648-.252 1.157-.747 1.474-1.314c.316-.566.472-1.257.343-1.933c-.132-.694-.556-1.322-1.29-1.722c-.313-.188-.539-.613-.539-1.15c0-.54.23-.968.547-1.153l.01-.007c.721-.437 1.135-1.075 1.259-1.773c.12-.679-.041-1.362-.365-1.92c-.323-.557-.835-1.035-1.477-1.273c-.66-.244-1.417-.217-2.15.178l-.023.013c-.327.19-.8.174-1.245-.088s-.7-.674-.701-1.058c0-.854-.341-1.541-.89-2.002M8.75 12a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCogFourSolid(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.841 2.887c-.53-.447-1.21-.643-1.858-.637c-.647.007-1.32.217-1.845.662c-.54.458-.887 1.136-.887 1.977c0 .394-.256.808-.694 1.068c-.435.258-.907.28-1.253.078l-.022-.013c-.743-.4-1.5-.448-2.165-.204c-.648.238-1.144.726-1.45 1.29c-.602 1.113-.546 2.751.85 3.692l.041.026c.318.185.546.612.547 1.15c0 .537-.23.964-.547 1.149l-.01.007c-.72.436-1.134 1.075-1.258 1.773c-.12.679.04 1.362.364 1.92s.835 1.035 1.478 1.273c.66.244 1.416.217 2.15-.178l.022-.013c.384-.224.838-.179 1.252.106c.429.293.695.768.695 1.202c0 .834.354 1.497.905 1.935c.53.421 1.204.605 1.84.6s1.306-.199 1.831-.62c.544-.434.904-1.09.904-1.915c0-.456.267-.932.685-1.219c.402-.276.856-.325 1.261-.089l.023.012c.75.405 1.52.428 2.188.17c.648-.252 1.157-.747 1.474-1.314c.316-.566.472-1.257.343-1.933c-.132-.694-.556-1.322-1.29-1.722c-.313-.188-.539-.613-.539-1.15c0-.54.23-.968.547-1.153l.01-.007c.721-.437 1.135-1.075 1.259-1.773c.12-.679-.041-1.362-.365-1.92c-.323-.557-.835-1.035-1.477-1.273c-.66-.244-1.417-.217-2.15.178l-.023.013c-.327.19-.8.174-1.245-.088s-.7-.674-.701-1.058c0-.854-.341-1.541-.89-2.002M8.75 12a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/></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.841 2.887c-.53-.447-1.21-.643-1.858-.637c-.647.007-1.32.217-1.845.662c-.54.458-.887 1.136-.887 1.977c0 .394-.256.808-.694 1.068c-.435.258-.907.28-1.253.078l-.022-.013c-.743-.4-1.5-.448-2.165-.204c-.648.238-1.144.726-1.45 1.29c-.602 1.113-.546 2.751.85 3.692l.041.026c.318.185.546.612.547 1.15c0 .537-.23.964-.547 1.149l-.01.007c-.72.436-1.134 1.075-1.258 1.773c-.12.679.04 1.362.364 1.92s.835 1.035 1.478 1.273c.66.244 1.416.217 2.15-.178l.022-.013c.384-.224.838-.179 1.252.106c.429.293.695.768.695 1.202c0 .834.354 1.497.905 1.935c.53.421 1.204.605 1.84.6s1.306-.199 1.831-.62c.544-.434.904-1.09.904-1.915c0-.456.267-.932.685-1.219c.402-.276.856-.325 1.261-.089l.023.012c.75.405 1.52.428 2.188.17c.648-.252 1.157-.747 1.474-1.314c.316-.566.472-1.257.343-1.933c-.132-.694-.556-1.322-1.29-1.722c-.313-.188-.539-.613-.539-1.15c0-.54.23-.968.547-1.153l.01-.007c.721-.437 1.135-1.075 1.259-1.773c.12-.679-.041-1.362-.365-1.92c-.323-.557-.835-1.035-1.477-1.273c-.66-.244-1.417-.217-2.15.178l-.023.013c-.327.19-.8.174-1.245-.088s-.7-.674-.701-1.058c0-.854-.341-1.541-.89-2.002M8.75 12a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/></svg> </template>
CSS
.icon-cog-four-solid {
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.841%202.887c-.53-.447-1.21-.643-1.858-.637c-.647.007-1.32.217-1.845.662c-.54.458-.887%201.136-.887%201.977c0%20.394-.256.808-.694%201.068c-.435.258-.907.28-1.253.078l-.022-.013c-.743-.4-1.5-.448-2.165-.204c-.648.238-1.144.726-1.45%201.29c-.602%201.113-.546%202.751.85%203.692l.041.026c.318.185.546.612.547%201.15c0%20.537-.23.964-.547%201.149l-.01.007c-.72.436-1.134%201.075-1.258%201.773c-.12.679.04%201.362.364%201.92s.835%201.035%201.478%201.273c.66.244%201.416.217%202.15-.178l.022-.013c.384-.224.838-.179%201.252.106c.429.293.695.768.695%201.202c0%20.834.354%201.497.905%201.935c.53.421%201.204.605%201.84.6s1.306-.199%201.831-.62c.544-.434.904-1.09.904-1.915c0-.456.267-.932.685-1.219c.402-.276.856-.325%201.261-.089l.023.012c.75.405%201.52.428%202.188.17c.648-.252%201.157-.747%201.474-1.314c.316-.566.472-1.257.343-1.933c-.132-.694-.556-1.322-1.29-1.722c-.313-.188-.539-.613-.539-1.15c0-.54.23-.968.547-1.153l.01-.007c.721-.437%201.135-1.075%201.259-1.773c.12-.679-.041-1.362-.365-1.92c-.323-.557-.835-1.035-1.477-1.273c-.66-.244-1.417-.217-2.15.178l-.023.013c-.327.19-.8.174-1.245-.088s-.7-.674-.701-1.058c0-.854-.341-1.541-.89-2.002M8.75%2012a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%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.841%202.887c-.53-.447-1.21-.643-1.858-.637c-.647.007-1.32.217-1.845.662c-.54.458-.887%201.136-.887%201.977c0%20.394-.256.808-.694%201.068c-.435.258-.907.28-1.253.078l-.022-.013c-.743-.4-1.5-.448-2.165-.204c-.648.238-1.144.726-1.45%201.29c-.602%201.113-.546%202.751.85%203.692l.041.026c.318.185.546.612.547%201.15c0%20.537-.23.964-.547%201.149l-.01.007c-.72.436-1.134%201.075-1.258%201.773c-.12.679.04%201.362.364%201.92s.835%201.035%201.478%201.273c.66.244%201.416.217%202.15-.178l.022-.013c.384-.224.838-.179%201.252.106c.429.293.695.768.695%201.202c0%20.834.354%201.497.905%201.935c.53.421%201.204.605%201.84.6s1.306-.199%201.831-.62c.544-.434.904-1.09.904-1.915c0-.456.267-.932.685-1.219c.402-.276.856-.325%201.261-.089l.023.012c.75.405%201.52.428%202.188.17c.648-.252%201.157-.747%201.474-1.314c.316-.566.472-1.257.343-1.933c-.132-.694-.556-1.322-1.29-1.722c-.313-.188-.539-.613-.539-1.15c0-.54.23-.968.547-1.153l.01-.007c.721-.437%201.135-1.075%201.259-1.773c.12-.679-.041-1.362-.365-1.92c-.323-.557-.835-1.035-1.477-1.273c-.66-.244-1.417-.217-2.15.178l-.023.013c-.327.19-.8.174-1.245-.088s-.7-.674-.701-1.058c0-.854-.341-1.541-.89-2.002M8.75%2012a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cog-four-solid.svg?color=%231a73e8&size=48