cog three icon
cog-three from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- cog-three
- 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 three 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="M8.4 18.235a7.2 7.2 0 0 0 7.2-12.47m0 0a7.2 7.2 0 1 0-7.2 12.47m0 0l-.9 1.56m8.1-14.03l.9-1.56M5.765 8.4l-1.56-.9m10.295 6l5.294 3M12 21v-1.8M12 9V3m4.5 16.794l-.899-1.558m-8.1-14.03l.898 1.558M20.999 12h-1.798m-16.2 0h1.798m14.995-4.5l-1.558.899M9.5 13.5l-5.294 3"/><path d="M14.5 12a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiCogThree(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="M8.4 18.235a7.2 7.2 0 0 0 7.2-12.47m0 0a7.2 7.2 0 1 0-7.2 12.47m0 0l-.9 1.56m8.1-14.03l.9-1.56M5.765 8.4l-1.56-.9m10.295 6l5.294 3M12 21v-1.8M12 9V3m4.5 16.794l-.899-1.558m-8.1-14.03l.898 1.558M20.999 12h-1.798m-16.2 0h1.798m14.995-4.5l-1.558.899M9.5 13.5l-5.294 3"/><path d="M14.5 12a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 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="M8.4 18.235a7.2 7.2 0 0 0 7.2-12.47m0 0a7.2 7.2 0 1 0-7.2 12.47m0 0l-.9 1.56m8.1-14.03l.9-1.56M5.765 8.4l-1.56-.9m10.295 6l5.294 3M12 21v-1.8M12 9V3m4.5 16.794l-.899-1.558m-8.1-14.03l.898 1.558M20.999 12h-1.798m-16.2 0h1.798m14.995-4.5l-1.558.899M9.5 13.5l-5.294 3"/><path d="M14.5 12a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></g></svg> </template>
CSS
.icon-cog-three {
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%22M8.4%2018.235a7.2%207.2%200%200%200%207.2-12.47m0%200a7.2%207.2%200%201%200-7.2%2012.47m0%200l-.9%201.56m8.1-14.03l.9-1.56M5.765%208.4l-1.56-.9m10.295%206l5.294%203M12%2021v-1.8M12%209V3m4.5%2016.794l-.899-1.558m-8.1-14.03l.898%201.558M20.999%2012h-1.798m-16.2%200h1.798m14.995-4.5l-1.558.899M9.5%2013.5l-5.294%203%22%2F%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%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%22M8.4%2018.235a7.2%207.2%200%200%200%207.2-12.47m0%200a7.2%207.2%200%201%200-7.2%2012.47m0%200l-.9%201.56m8.1-14.03l.9-1.56M5.765%208.4l-1.56-.9m10.295%206l5.294%203M12%2021v-1.8M12%209V3m4.5%2016.794l-.899-1.558m-8.1-14.03l.898%201.558M20.999%2012h-1.798m-16.2%200h1.798m14.995-4.5l-1.558.899M9.5%2013.5l-5.294%203%22%2F%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cog-three.svg?color=%231a73e8&size=48