tractor icon
tractor from Font Awesome Solid by Dave Gandy · Solid · Autumn · CC-BY-4.0 Attribution required.
- Name
- tractor
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Autumn
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
tractorEmoji One (Colored)tractorFont Awesome 6 SolidtractorFluent EmojitractorFluent Emoji FlattractorFluent Emoji High ContrasttractorFirefox OS EmojitractorHuge IconstractorLine AwesometractorLucidetractorMaterial Design IconstractorNoto EmojitractorOpenMojitractorPhosphortractorStreamline EmojistractorTabler IconstractorTwitter Emoji
More autumn icons from Font Awesome Solid
Use the tractor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 160v96h133.4l-57.6-96zm-64 127V128c0-17.7 14.3-32 32-32h107.8c22.5 0 43.3 11.8 54.9 31.1L400.1 256h64v-72c0-13.3 10.7-24 24-24s24 10.7 24 24v72h48c26.5 0 48 21.5 48 48v41.5c0 14.2-6.3 27.8-17.3 36.9l-35 29.2c26.5 15.2 44.3 43.7 44.3 76.4c0 48.6-39.4 88-88 88s-88-39.4-88-88c0-14.4 3.5-28 9.6-40H332.5c-3 13.4-7.9 26-14.4 37.7c7.7 9.4 7.2 23.4-1.6 32.2l-22.6 22.6c-8.8 8.8-22.7 9.3-32.2 1.6c-9.3 5.2-19.3 9.3-29.8 12.3c-1.2 12.1-11.4 21.6-23.9 21.6h-32c-12.4 0-22.7-9.5-23.9-21.6c-10.5-3-20.4-7.2-29.8-12.3c-9.4 7.7-23.4 7.2-32.2-1.6l-22.6-22.7c-8.8-8.8-9.3-22.7-1.6-32.2c-5.2-9.3-9.3-19.3-12.3-29.8c-12.1-1.2-21.6-11.4-21.6-23.9v-32c0-12.4 9.5-22.7 21.6-23.9c3-10.5 7.2-20.4 12.3-29.8c-7.7-9.4-7.2-23.4 1.6-32.2l22.6-22.6c8.8-8.8 22.7-9.3 32.2-1.6c1.9-1 3.7-2 5.7-3zm64 65c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64s-28.7-64-64-64m280 136c0 22.1 17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTractor(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="M192 160v96h133.4l-57.6-96zm-64 127V128c0-17.7 14.3-32 32-32h107.8c22.5 0 43.3 11.8 54.9 31.1L400.1 256h64v-72c0-13.3 10.7-24 24-24s24 10.7 24 24v72h48c26.5 0 48 21.5 48 48v41.5c0 14.2-6.3 27.8-17.3 36.9l-35 29.2c26.5 15.2 44.3 43.7 44.3 76.4c0 48.6-39.4 88-88 88s-88-39.4-88-88c0-14.4 3.5-28 9.6-40H332.5c-3 13.4-7.9 26-14.4 37.7c7.7 9.4 7.2 23.4-1.6 32.2l-22.6 22.6c-8.8 8.8-22.7 9.3-32.2 1.6c-9.3 5.2-19.3 9.3-29.8 12.3c-1.2 12.1-11.4 21.6-23.9 21.6h-32c-12.4 0-22.7-9.5-23.9-21.6c-10.5-3-20.4-7.2-29.8-12.3c-9.4 7.7-23.4 7.2-32.2-1.6l-22.6-22.7c-8.8-8.8-9.3-22.7-1.6-32.2c-5.2-9.3-9.3-19.3-12.3-29.8c-12.1-1.2-21.6-11.4-21.6-23.9v-32c0-12.4 9.5-22.7 21.6-23.9c3-10.5 7.2-20.4 12.3-29.8c-7.7-9.4-7.2-23.4 1.6-32.2l22.6-22.6c8.8-8.8 22.7-9.3 32.2-1.6c1.9-1 3.7-2 5.7-3zm64 65c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64s-28.7-64-64-64m280 136c0 22.1 17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 160v96h133.4l-57.6-96zm-64 127V128c0-17.7 14.3-32 32-32h107.8c22.5 0 43.3 11.8 54.9 31.1L400.1 256h64v-72c0-13.3 10.7-24 24-24s24 10.7 24 24v72h48c26.5 0 48 21.5 48 48v41.5c0 14.2-6.3 27.8-17.3 36.9l-35 29.2c26.5 15.2 44.3 43.7 44.3 76.4c0 48.6-39.4 88-88 88s-88-39.4-88-88c0-14.4 3.5-28 9.6-40H332.5c-3 13.4-7.9 26-14.4 37.7c7.7 9.4 7.2 23.4-1.6 32.2l-22.6 22.6c-8.8 8.8-22.7 9.3-32.2 1.6c-9.3 5.2-19.3 9.3-29.8 12.3c-1.2 12.1-11.4 21.6-23.9 21.6h-32c-12.4 0-22.7-9.5-23.9-21.6c-10.5-3-20.4-7.2-29.8-12.3c-9.4 7.7-23.4 7.2-32.2-1.6l-22.6-22.7c-8.8-8.8-9.3-22.7-1.6-32.2c-5.2-9.3-9.3-19.3-12.3-29.8c-12.1-1.2-21.6-11.4-21.6-23.9v-32c0-12.4 9.5-22.7 21.6-23.9c3-10.5 7.2-20.4 12.3-29.8c-7.7-9.4-7.2-23.4 1.6-32.2l22.6-22.6c8.8-8.8 22.7-9.3 32.2-1.6c1.9-1 3.7-2 5.7-3zm64 65c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64s-28.7-64-64-64m280 136c0 22.1 17.9 40 40 40s40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40"/></svg> </template>
CSS
.icon-tractor {
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%22M192%20160v96h133.4l-57.6-96zm-64%20127V128c0-17.7%2014.3-32%2032-32h107.8c22.5%200%2043.3%2011.8%2054.9%2031.1L400.1%20256h64v-72c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v72h48c26.5%200%2048%2021.5%2048%2048v41.5c0%2014.2-6.3%2027.8-17.3%2036.9l-35%2029.2c26.5%2015.2%2044.3%2043.7%2044.3%2076.4c0%2048.6-39.4%2088-88%2088s-88-39.4-88-88c0-14.4%203.5-28%209.6-40H332.5c-3%2013.4-7.9%2026-14.4%2037.7c7.7%209.4%207.2%2023.4-1.6%2032.2l-22.6%2022.6c-8.8%208.8-22.7%209.3-32.2%201.6c-9.3%205.2-19.3%209.3-29.8%2012.3c-1.2%2012.1-11.4%2021.6-23.9%2021.6h-32c-12.4%200-22.7-9.5-23.9-21.6c-10.5-3-20.4-7.2-29.8-12.3c-9.4%207.7-23.4%207.2-32.2-1.6l-22.6-22.7c-8.8-8.8-9.3-22.7-1.6-32.2c-5.2-9.3-9.3-19.3-12.3-29.8c-12.1-1.2-21.6-11.4-21.6-23.9v-32c0-12.4%209.5-22.7%2021.6-23.9c3-10.5%207.2-20.4%2012.3-29.8c-7.7-9.4-7.2-23.4%201.6-32.2l22.6-22.6c8.8-8.8%2022.7-9.3%2032.2-1.6c1.9-1%203.7-2%205.7-3zm64%2065c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064s64-28.7%2064-64s-28.7-64-64-64m280%20136c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040%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%22M192%20160v96h133.4l-57.6-96zm-64%20127V128c0-17.7%2014.3-32%2032-32h107.8c22.5%200%2043.3%2011.8%2054.9%2031.1L400.1%20256h64v-72c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v72h48c26.5%200%2048%2021.5%2048%2048v41.5c0%2014.2-6.3%2027.8-17.3%2036.9l-35%2029.2c26.5%2015.2%2044.3%2043.7%2044.3%2076.4c0%2048.6-39.4%2088-88%2088s-88-39.4-88-88c0-14.4%203.5-28%209.6-40H332.5c-3%2013.4-7.9%2026-14.4%2037.7c7.7%209.4%207.2%2023.4-1.6%2032.2l-22.6%2022.6c-8.8%208.8-22.7%209.3-32.2%201.6c-9.3%205.2-19.3%209.3-29.8%2012.3c-1.2%2012.1-11.4%2021.6-23.9%2021.6h-32c-12.4%200-22.7-9.5-23.9-21.6c-10.5-3-20.4-7.2-29.8-12.3c-9.4%207.7-23.4%207.2-32.2-1.6l-22.6-22.7c-8.8-8.8-9.3-22.7-1.6-32.2c-5.2-9.3-9.3-19.3-12.3-29.8c-12.1-1.2-21.6-11.4-21.6-23.9v-32c0-12.4%209.5-22.7%2021.6-23.9c3-10.5%207.2-20.4%2012.3-29.8c-7.7-9.4-7.2-23.4%201.6-32.2l22.6-22.6c8.8-8.8%2022.7-9.3%2032.2-1.6c1.9-1%203.7-2%205.7-3zm64%2065c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064s64-28.7%2064-64s-28.7-64-64-64m280%20136c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/tractor.svg?color=%231a73e8&size=48