cog icon
cog from Font Awesome Solid by Dave Gandy · Solid · Interfaces · CC-BY-4.0 Attribution required.
- Name
- cog
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Interfaces
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More interfaces icons from Font Awesome Solid
Use the cog icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M259.1 73.5c3-14.8 16.1-25.5 31.3-25.5h59.8c15.2 0 28.3 10.7 31.3 25.5l14.5 70c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L511 297.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9L541 481.9c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5h-59.8c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8l-68.1 22.5c-14.4 4.8-30.2-1.2-37.8-14.4l-29.9-51.8c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7l-53.4-47.5c-11.4-10.1-14-26.8-6.5-39.9l29.9-51.8c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8zM320.3 400c44.2-.2 79.9-36.1 79.7-80.3s-36.1-79.9-80.3-79.7s-79.9 36.1-79.7 80.3s36.1 79.9 80.3 79.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCog(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M259.1 73.5c3-14.8 16.1-25.5 31.3-25.5h59.8c15.2 0 28.3 10.7 31.3 25.5l14.5 70c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L511 297.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9L541 481.9c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5h-59.8c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8l-68.1 22.5c-14.4 4.8-30.2-1.2-37.8-14.4l-29.9-51.8c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7l-53.4-47.5c-11.4-10.1-14-26.8-6.5-39.9l29.9-51.8c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8zM320.3 400c44.2-.2 79.9-36.1 79.7-80.3s-36.1-79.9-80.3-79.7s-79.9 36.1-79.7 80.3s36.1 79.9 80.3 79.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M259.1 73.5c3-14.8 16.1-25.5 31.3-25.5h59.8c15.2 0 28.3 10.7 31.3 25.5l14.5 70c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L511 297.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9L541 481.9c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5h-59.8c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8l-68.1 22.5c-14.4 4.8-30.2-1.2-37.8-14.4l-29.9-51.8c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7l-53.4-47.5c-11.4-10.1-14-26.8-6.5-39.9l29.9-51.8c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8zM320.3 400c44.2-.2 79.9-36.1 79.7-80.3s-36.1-79.9-80.3-79.7s-79.9 36.1-79.7 80.3s36.1 79.9 80.3 79.7"/></svg> </template>
CSS
.icon-cog {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M259.1%2073.5c3-14.8%2016.1-25.5%2031.3-25.5h59.8c15.2%200%2028.3%2010.7%2031.3%2025.5l14.5%2070c14.1%206%2027.3%2013.7%2039.3%2022.8l67.8-22.5c14.4-4.8%2030.2%201.2%2037.8%2014.4l29.9%2051.8c7.6%2013.2%204.9%2029.8-6.5%2039.9L511%20297.3c.9%207.4%201.3%2015%201.3%2022.7s-.5%2015.3-1.3%2022.7l53.4%2047.5c11.4%2010.1%2014%2026.8%206.5%2039.9L541%20481.9c-7.6%2013.1-23.4%2019.2-37.8%2014.4l-67.8-22.5c-12.1%209.1-25.3%2016.7-39.3%2022.8l-14.4%2069.9c-3.1%2014.9-16.2%2025.5-31.3%2025.5h-59.8c-15.2%200-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8l-68.1%2022.5c-14.4%204.8-30.2-1.2-37.8-14.4l-29.9-51.8c-7.6-13.2-4.9-29.8%206.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3%201.3-22.7l-53.4-47.5c-11.4-10.1-14-26.8-6.5-39.9l29.9-51.8c7.6-13.2%2023.4-19.2%2037.8-14.4l67.8%2022.5c12.1-9.1%2025.3-16.7%2039.3-22.8zM320.3%20400c44.2-.2%2079.9-36.1%2079.7-80.3s-36.1-79.9-80.3-79.7s-79.9%2036.1-79.7%2080.3s36.1%2079.9%2080.3%2079.7%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M259.1%2073.5c3-14.8%2016.1-25.5%2031.3-25.5h59.8c15.2%200%2028.3%2010.7%2031.3%2025.5l14.5%2070c14.1%206%2027.3%2013.7%2039.3%2022.8l67.8-22.5c14.4-4.8%2030.2%201.2%2037.8%2014.4l29.9%2051.8c7.6%2013.2%204.9%2029.8-6.5%2039.9L511%20297.3c.9%207.4%201.3%2015%201.3%2022.7s-.5%2015.3-1.3%2022.7l53.4%2047.5c11.4%2010.1%2014%2026.8%206.5%2039.9L541%20481.9c-7.6%2013.1-23.4%2019.2-37.8%2014.4l-67.8-22.5c-12.1%209.1-25.3%2016.7-39.3%2022.8l-14.4%2069.9c-3.1%2014.9-16.2%2025.5-31.3%2025.5h-59.8c-15.2%200-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8l-68.1%2022.5c-14.4%204.8-30.2-1.2-37.8-14.4l-29.9-51.8c-7.6-13.2-4.9-29.8%206.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3%201.3-22.7l-53.4-47.5c-11.4-10.1-14-26.8-6.5-39.9l29.9-51.8c7.6-13.2%2023.4-19.2%2037.8-14.4l67.8%2022.5c12.1-9.1%2025.3-16.7%2039.3-22.8zM320.3%20400c44.2-.2%2079.9-36.1%2079.7-80.3s-36.1-79.9-80.3-79.7s-79.9%2036.1-79.7%2080.3s36.1%2079.9%2080.3%2079.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cog.svg?color=%231a73e8&size=48