cog four icon
cog-four from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- cog-four
- Set
- Myna UI Icons
- Style
- Regular
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 12a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/><path d="M10 4.89c0 1.435-1.802 2.534-3.074 1.792c-2.271-1.223-3.996 2.145-1.99 3.496c1.224.714 1.225 2.88 0 3.595c-2.163 1.311-.189 4.66 1.99 3.486c1.379-.804 3.075.512 3.075 1.956c0 2.411 3.98 2.349 3.98 0c0-1.471 1.67-2.775 3.074-1.956c2.24 1.207 4.168-2.312 1.99-3.486c-1.226-.715-1.225-2.89 0-3.604c2.163-1.311.19-4.66-1.99-3.487c-1.243.726-3.073-.363-3.074-1.792c0-2.56-3.98-2.48-3.98 0"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiCogFour(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.5 12a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/><path d="M10 4.89c0 1.435-1.802 2.534-3.074 1.792c-2.271-1.223-3.996 2.145-1.99 3.496c1.224.714 1.225 2.88 0 3.595c-2.163 1.311-.189 4.66 1.99 3.486c1.379-.804 3.075.512 3.075 1.956c0 2.411 3.98 2.349 3.98 0c0-1.471 1.67-2.775 3.074-1.956c2.24 1.207 4.168-2.312 1.99-3.486c-1.226-.715-1.225-2.89 0-3.604c2.163-1.311.19-4.66-1.99-3.487c-1.243.726-3.073-.363-3.074-1.792c0-2.56-3.98-2.48-3.98 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 12a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/><path d="M10 4.89c0 1.435-1.802 2.534-3.074 1.792c-2.271-1.223-3.996 2.145-1.99 3.496c1.224.714 1.225 2.88 0 3.595c-2.163 1.311-.189 4.66 1.99 3.486c1.379-.804 3.075.512 3.075 1.956c0 2.411 3.98 2.349 3.98 0c0-1.471 1.67-2.775 3.074-1.956c2.24 1.207 4.168-2.312 1.99-3.486c-1.226-.715-1.225-2.89 0-3.604c2.163-1.311.19-4.66-1.99-3.487c-1.243.726-3.073-.363-3.074-1.792c0-2.56-3.98-2.48-3.98 0"/></g></svg> </template>
CSS
.icon-cog-four {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%2012a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200%22%2F%3E%3Cpath%20d%3D%22M10%204.89c0%201.435-1.802%202.534-3.074%201.792c-2.271-1.223-3.996%202.145-1.99%203.496c1.224.714%201.225%202.88%200%203.595c-2.163%201.311-.189%204.66%201.99%203.486c1.379-.804%203.075.512%203.075%201.956c0%202.411%203.98%202.349%203.98%200c0-1.471%201.67-2.775%203.074-1.956c2.24%201.207%204.168-2.312%201.99-3.486c-1.226-.715-1.225-2.89%200-3.604c2.163-1.311.19-4.66-1.99-3.487c-1.243.726-3.073-.363-3.074-1.792c0-2.56-3.98-2.48-3.98%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%2012a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200%22%2F%3E%3Cpath%20d%3D%22M10%204.89c0%201.435-1.802%202.534-3.074%201.792c-2.271-1.223-3.996%202.145-1.99%203.496c1.224.714%201.225%202.88%200%203.595c-2.163%201.311-.189%204.66%201.99%203.486c1.379-.804%203.075.512%203.075%201.956c0%202.411%203.98%202.349%203.98%200c0-1.471%201.67-2.775%203.074-1.956c2.24%201.207%204.168-2.312%201.99-3.486c-1.226-.715-1.225-2.89%200-3.604c2.163-1.311.19-4.66-1.99-3.487c-1.243.726-3.073-.363-3.074-1.792c0-2.56-3.98-2.48-3.98%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cog-four.svg?color=%231a73e8&size=48