gears icon
gears from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- gears
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Use the gears icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5l-3.1-5.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1L241.3 77c-10.7-8.8-23-16-36.2-20.9l-6.1-29c-1.9-9.3-9.1-16.7-18.5-17.8c-6.6-.9-13.3-1.3-20.1-1.3h-.7q-10.2 0-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9l-28.3-9.2c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8c-1.1 6.7-1.7 13.7-1.7 20.8s.6 14.1 1.7 20.9l-22.2 19.8c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8q10.05 1.2 20.4 1.2c10.35 0 13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7.9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0a48 48 0 1 1-96 0m392.7 324.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2L613 391c9.3-1.9 16.7-9.1 17.8-18.5q1.2-10.05 1.2-20.4c0-10.35-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5l-29.1-6.2c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1.6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2l-29.1 6c-9.3 1.9-16.7 9.1-17.8 18.5q-1.2 10.05-1.2 20.4c0 10.35.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6.9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidGears(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5l-3.1-5.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1L241.3 77c-10.7-8.8-23-16-36.2-20.9l-6.1-29c-1.9-9.3-9.1-16.7-18.5-17.8c-6.6-.9-13.3-1.3-20.1-1.3h-.7q-10.2 0-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9l-28.3-9.2c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8c-1.1 6.7-1.7 13.7-1.7 20.8s.6 14.1 1.7 20.9l-22.2 19.8c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8q10.05 1.2 20.4 1.2c10.35 0 13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7.9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0a48 48 0 1 1-96 0m392.7 324.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2L613 391c9.3-1.9 16.7-9.1 17.8-18.5q1.2-10.05 1.2-20.4c0-10.35-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5l-29.1-6.2c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1.6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2l-29.1 6c-9.3 1.9-16.7 9.1-17.8 18.5q-1.2 10.05-1.2 20.4c0 10.35.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6.9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5l-3.1-5.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1L241.3 77c-10.7-8.8-23-16-36.2-20.9l-6.1-29c-1.9-9.3-9.1-16.7-18.5-17.8c-6.6-.9-13.3-1.3-20.1-1.3h-.7q-10.2 0-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9l-28.3-9.2c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8c-1.1 6.7-1.7 13.7-1.7 20.8s.6 14.1 1.7 20.9l-22.2 19.8c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8q10.05 1.2 20.4 1.2c10.35 0 13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7.9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0a48 48 0 1 1-96 0m392.7 324.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2L613 391c9.3-1.9 16.7-9.1 17.8-18.5q1.2-10.05 1.2-20.4c0-10.35-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5l-29.1-6.2c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1.6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2l-29.1 6c-9.3 1.9-16.7 9.1-17.8 18.5q-1.2 10.05-1.2 20.4c0 10.35.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6.9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg> </template>
CSS
.icon-gears {
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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M308.5%20135.3c7.1-6.3%209.9-16.2%206.2-25c-2.3-5.3-4.8-10.5-7.6-15.5l-3.1-5.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1L241.3%2077c-10.7-8.8-23-16-36.2-20.9l-6.1-29c-1.9-9.3-9.1-16.7-18.5-17.8c-6.6-.9-13.3-1.3-20.1-1.3h-.7q-10.2%200-20.1%201.2c-9.4%201.1-16.6%208.6-18.5%2017.8L115%2056.1c-13.3%205-25.5%2012.1-36.2%2020.9l-28.3-9.2c-9-3-19-.5-24.7%207.1c-3.5%204.7-6.8%209.6-9.9%2014.6l-3%205.3c-2.8%205-5.3%2010.2-7.6%2015.6c-3.7%208.7-.9%2018.6%206.2%2025l22.2%2019.8c-1.1%206.7-1.7%2013.7-1.7%2020.8s.6%2014.1%201.7%2020.9l-22.2%2019.8c-7.1%206.3-9.9%2016.2-6.2%2025c2.3%205.3%204.8%2010.5%207.6%2015.6l3%205.2c3%205.1%206.3%209.9%209.9%2014.6c5.7%207.6%2015.7%2010.1%2024.7%207.1l28.2-9.3c10.7%208.8%2023%2016%2036.2%2020.9l6.1%2029.1c1.9%209.3%209.1%2016.7%2018.5%2017.8q10.05%201.2%2020.4%201.2c10.35%200%2013.7-.4%2020.4-1.2c9.4-1.1%2016.6-8.6%2018.5-17.8l6.1-29.1c13.3-5%2025.5-12.1%2036.2-20.9l28.2%209.3c9%203%2019%20.5%2024.7-7.1c3.5-4.7%206.8-9.5%209.8-14.6l3.1-5.4c2.8-5%205.3-10.2%207.6-15.5c3.7-8.7.9-18.6-6.2-25l-22.2-19.8c1.1-6.8%201.7-13.8%201.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112%20176a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m392.7%20324.5c6.3%207.1%2016.2%209.9%2025%206.2c5.3-2.3%2010.5-4.8%2015.5-7.6l5.4-3.1c5-3%209.9-6.3%2014.6-9.8c7.6-5.7%2010.1-15.7%207.1-24.7l-9.3-28.2c8.8-10.7%2016-23%2020.9-36.2L613%20391c9.3-1.9%2016.7-9.1%2017.8-18.5q1.2-10.05%201.2-20.4c0-10.35-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5l-29.1-6.2c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9%20.5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25%206.2l-19.8%2022.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1.6-20.9%201.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3%202.3-10.5%204.8-15.6%207.6l-5.2%203c-5.1%203-9.9%206.3-14.6%209.9c-7.6%205.7-10.1%2015.7-7.1%2024.7l9.3%2028.2c-8.8%2010.7-16%2023-20.9%2036.2l-29.1%206c-9.3%201.9-16.7%209.1-17.8%2018.5q-1.2%2010.05-1.2%2020.4c0%2010.35.4%2013.7%201.2%2020.4c1.1%209.4%208.6%2016.6%2017.8%2018.5l29.1%206.1c5%2013.3%2012.1%2025.5%2020.9%2036.2l-9.3%2028.2c-3%209-.5%2019%207.1%2024.7c4.7%203.5%209.5%206.8%2014.6%209.8l5.4%203.1c5%202.8%2010.2%205.3%2015.5%207.6c8.7%203.7%2018.6.9%2025-6.2l19.8-22.2c6.8%201.1%2013.8%201.7%2020.9%201.7s14.1-.6%2020.9-1.7l19.8%2022.2zM464%20304a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M308.5%20135.3c7.1-6.3%209.9-16.2%206.2-25c-2.3-5.3-4.8-10.5-7.6-15.5l-3.1-5.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1L241.3%2077c-10.7-8.8-23-16-36.2-20.9l-6.1-29c-1.9-9.3-9.1-16.7-18.5-17.8c-6.6-.9-13.3-1.3-20.1-1.3h-.7q-10.2%200-20.1%201.2c-9.4%201.1-16.6%208.6-18.5%2017.8L115%2056.1c-13.3%205-25.5%2012.1-36.2%2020.9l-28.3-9.2c-9-3-19-.5-24.7%207.1c-3.5%204.7-6.8%209.6-9.9%2014.6l-3%205.3c-2.8%205-5.3%2010.2-7.6%2015.6c-3.7%208.7-.9%2018.6%206.2%2025l22.2%2019.8c-1.1%206.7-1.7%2013.7-1.7%2020.8s.6%2014.1%201.7%2020.9l-22.2%2019.8c-7.1%206.3-9.9%2016.2-6.2%2025c2.3%205.3%204.8%2010.5%207.6%2015.6l3%205.2c3%205.1%206.3%209.9%209.9%2014.6c5.7%207.6%2015.7%2010.1%2024.7%207.1l28.2-9.3c10.7%208.8%2023%2016%2036.2%2020.9l6.1%2029.1c1.9%209.3%209.1%2016.7%2018.5%2017.8q10.05%201.2%2020.4%201.2c10.35%200%2013.7-.4%2020.4-1.2c9.4-1.1%2016.6-8.6%2018.5-17.8l6.1-29.1c13.3-5%2025.5-12.1%2036.2-20.9l28.2%209.3c9%203%2019%20.5%2024.7-7.1c3.5-4.7%206.8-9.5%209.8-14.6l3.1-5.4c2.8-5%205.3-10.2%207.6-15.5c3.7-8.7.9-18.6-6.2-25l-22.2-19.8c1.1-6.8%201.7-13.8%201.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112%20176a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m392.7%20324.5c6.3%207.1%2016.2%209.9%2025%206.2c5.3-2.3%2010.5-4.8%2015.5-7.6l5.4-3.1c5-3%209.9-6.3%2014.6-9.8c7.6-5.7%2010.1-15.7%207.1-24.7l-9.3-28.2c8.8-10.7%2016-23%2020.9-36.2L613%20391c9.3-1.9%2016.7-9.1%2017.8-18.5q1.2-10.05%201.2-20.4c0-10.35-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5l-29.1-6.2c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9%20.5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25%206.2l-19.8%2022.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1.6-20.9%201.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3%202.3-10.5%204.8-15.6%207.6l-5.2%203c-5.1%203-9.9%206.3-14.6%209.9c-7.6%205.7-10.1%2015.7-7.1%2024.7l9.3%2028.2c-8.8%2010.7-16%2023-20.9%2036.2l-29.1%206c-9.3%201.9-16.7%209.1-17.8%2018.5q-1.2%2010.05-1.2%2020.4c0%2010.35.4%2013.7%201.2%2020.4c1.1%209.4%208.6%2016.6%2017.8%2018.5l29.1%206.1c5%2013.3%2012.1%2025.5%2020.9%2036.2l-9.3%2028.2c-3%209-.5%2019%207.1%2024.7c4.7%203.5%209.5%206.8%2014.6%209.8l5.4%203.1c5%202.8%2010.2%205.3%2015.5%207.6c8.7%203.7%2018.6.9%2025-6.2l19.8-22.2c6.8%201.1%2013.8%201.7%2020.9%201.7s14.1-.6%2020.9-1.7l19.8%2022.2zM464%20304a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/gears.svg?color=%231a73e8&size=48