cogs icon
cogs-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- cogs-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Use the cogs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -2 24 24"><path fill="currentColor" d="M14 5.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122A1.473 1.473 0 0 0 8.143 14l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131A1.473 1.473 0 0 0 .5 9.968L0 8.278a1.474 1.474 0 0 0 0-2.555l.5-1.69a1.473 1.473 0 0 0 1.545-2.13L3.487.77A1.473 1.473 0 0 0 5.84.005L8.143 0a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14zM7 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7.393.061a8 8 0 0 0 .545-4.058L16.144 6a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14L22 11.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122a1.473 1.473 0 0 0-2.359.768l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131a1.473 1.473 0 0 0-1.545-2.13l-.312-1.056a7.96 7.96 0 0 0 3.821-1.674a3 3 0 1 0 2.384-3.177"/></svg>
React
import type { SVGProps } from "react";
export function JamCogsF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -2 24 24"><path fill="currentColor" d="M14 5.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122A1.473 1.473 0 0 0 8.143 14l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131A1.473 1.473 0 0 0 .5 9.968L0 8.278a1.474 1.474 0 0 0 0-2.555l.5-1.69a1.473 1.473 0 0 0 1.545-2.13L3.487.77A1.473 1.473 0 0 0 5.84.005L8.143 0a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14zM7 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7.393.061a8 8 0 0 0 .545-4.058L16.144 6a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14L22 11.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122a1.473 1.473 0 0 0-2.359.768l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131a1.473 1.473 0 0 0-1.545-2.13l-.312-1.056a7.96 7.96 0 0 0 3.821-1.674a3 3 0 1 0 2.384-3.177"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -2 24 24"><path fill="currentColor" d="M14 5.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122A1.473 1.473 0 0 0 8.143 14l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131A1.473 1.473 0 0 0 .5 9.968L0 8.278a1.474 1.474 0 0 0 0-2.555l.5-1.69a1.473 1.473 0 0 0 1.545-2.13L3.487.77A1.473 1.473 0 0 0 5.84.005L8.143 0a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14zM7 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7.393.061a8 8 0 0 0 .545-4.058L16.144 6a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14L22 11.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122a1.473 1.473 0 0 0-2.359.768l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131a1.473 1.473 0 0 0-1.545-2.13l-.312-1.056a7.96 7.96 0 0 0 3.821-1.674a3 3 0 1 0 2.384-3.177"/></svg> </template>
CSS
.icon-cogs-f {
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%22-1%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%205.714a1.474%201.474%200%200%200%200%202.572l-.502%201.684a1.473%201.473%200%200%200-1.553%202.14l-1.443%201.122A1.473%201.473%200%200%200%208.143%2014l-2.304-.006a1.473%201.473%200%200%200-2.352-.765l-1.442-1.131A1.473%201.473%200%200%200%20.5%209.968L0%208.278a1.474%201.474%200%200%200%200-2.555l.5-1.69a1.473%201.473%200%200%200%201.545-2.13L3.487.77A1.473%201.473%200%200%200%205.84.005L8.143%200a1.473%201.473%200%200%200%202.358.768l1.444%201.122a1.473%201.473%200%200%200%201.553%202.14zM7%2010a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7.393.061a8%208%200%200%200%20.545-4.058L16.144%206a1.473%201.473%200%200%200%202.358.768l1.444%201.122a1.473%201.473%200%200%200%201.553%202.14L22%2011.714a1.474%201.474%200%200%200%200%202.572l-.502%201.684a1.473%201.473%200%200%200-1.553%202.14l-1.443%201.122a1.473%201.473%200%200%200-2.359.768l-2.304-.006a1.473%201.473%200%200%200-2.352-.765l-1.442-1.131a1.473%201.473%200%200%200-1.545-2.13l-.312-1.056a7.96%207.96%200%200%200%203.821-1.674a3%203%200%201%200%202.384-3.177%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%22-1%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%205.714a1.474%201.474%200%200%200%200%202.572l-.502%201.684a1.473%201.473%200%200%200-1.553%202.14l-1.443%201.122A1.473%201.473%200%200%200%208.143%2014l-2.304-.006a1.473%201.473%200%200%200-2.352-.765l-1.442-1.131A1.473%201.473%200%200%200%20.5%209.968L0%208.278a1.474%201.474%200%200%200%200-2.555l.5-1.69a1.473%201.473%200%200%200%201.545-2.13L3.487.77A1.473%201.473%200%200%200%205.84.005L8.143%200a1.473%201.473%200%200%200%202.358.768l1.444%201.122a1.473%201.473%200%200%200%201.553%202.14zM7%2010a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7.393.061a8%208%200%200%200%20.545-4.058L16.144%206a1.473%201.473%200%200%200%202.358.768l1.444%201.122a1.473%201.473%200%200%200%201.553%202.14L22%2011.714a1.474%201.474%200%200%200%200%202.572l-.502%201.684a1.473%201.473%200%200%200-1.553%202.14l-1.443%201.122a1.473%201.473%200%200%200-2.359.768l-2.304-.006a1.473%201.473%200%200%200-2.352-.765l-1.442-1.131a1.473%201.473%200%200%200-1.545-2.13l-.312-1.056a7.96%207.96%200%200%200%203.821-1.674a3%203%200%201%200%202.384-3.177%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/cogs-f.svg?color=%231a73e8&size=48