tractor icon
tractor from Font Awesome 6 Solid by Dave Gandy · Regular · Autumn · CC-BY-4.0 Attribution required.
- Name
- tractor
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Autumn
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
tractorEmoji One (Colored)tractorFont Awesome SolidtractorFluent EmojitractorFluent Emoji FlattractorFluent Emoji High ContrasttractorFirefox OS EmojitractorHuge IconstractorLine AwesometractorLucidetractorMaterial Design IconstractorNoto EmojitractorOpenMojitractorPhosphortractorStreamline EmojistractorTabler IconstractorTwitter Emoji
More autumn icons from Font Awesome 6 Solid
Use the tractor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 64c0-35.3 28.7-64 64-64h106.3c26.2 0 49.7 15.9 59.4 40.2l48 119.8H480v-33.8c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9v33.8h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48h-80c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8v8.2c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0l-22.6-22.6c-12.5-12.5-12.5-32.8 0-45.3L46 398c-2.2-4.6-4.1-9.3-5.8-14.1l-8.2.1c-17.7 0-32-14.3-32-32v-32c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V64zm170.3 0H160v96h144.7zM176 256a80 80 0 1 0 0 160a80 80 0 1 0 0-160m352 192a24 24 0 1 0 0-48a24 24 0 1 0 0 48m0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3.1 7.9.3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidTractor(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="M96 64c0-35.3 28.7-64 64-64h106.3c26.2 0 49.7 15.9 59.4 40.2l48 119.8H480v-33.8c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9v33.8h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48h-80c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8v8.2c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0l-22.6-22.6c-12.5-12.5-12.5-32.8 0-45.3L46 398c-2.2-4.6-4.1-9.3-5.8-14.1l-8.2.1c-17.7 0-32-14.3-32-32v-32c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V64zm170.3 0H160v96h144.7zM176 256a80 80 0 1 0 0 160a80 80 0 1 0 0-160m352 192a24 24 0 1 0 0-48a24 24 0 1 0 0 48m0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3.1 7.9.3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 64c0-35.3 28.7-64 64-64h106.3c26.2 0 49.7 15.9 59.4 40.2l48 119.8H480v-33.8c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9v33.8h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48h-80c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8v8.2c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0l-22.6-22.6c-12.5-12.5-12.5-32.8 0-45.3L46 398c-2.2-4.6-4.1-9.3-5.8-14.1l-8.2.1c-17.7 0-32-14.3-32-32v-32c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V64zm170.3 0H160v96h144.7zM176 256a80 80 0 1 0 0 160a80 80 0 1 0 0-160m352 192a24 24 0 1 0 0-48a24 24 0 1 0 0 48m0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3.1 7.9.3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2064c0-35.3%2028.7-64%2064-64h106.3c26.2%200%2049.7%2015.9%2059.4%2040.2l48%20119.8H480v-33.8c0-24.8%205.8-49.3%2016.9-71.6l2.5-5c7.9-15.8%2027.1-22.2%2042.9-14.3s22.2%2027.1%2014.3%2042.9l-2.5%205c-6.7%2013.3-10.1%2028-10.1%2042.9v33.8h56c22.1%200%2040%2017.9%2040%2040v45.4c0%2016.5-8.5%2031.9-22.6%2040.7l-43.3%2027.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3%200-74.1%2018.9-96%2048h-80c0%2017.7-14.3%2032-32%2032h-8.2c-1.7%204.8-3.7%209.5-5.8%2014.1l5.8%205.8c12.5%2012.5%2012.5%2032.8%200%2045.3l-22.6%2022.6c-12.5%2012.5-32.8%2012.5-45.3%200l-5.8-5.8c-4.6%202.2-9.3%204.1-14.1%205.8v8.2c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8%205.8c-12.5%2012.5-32.8%2012.5-45.3%200l-22.6-22.6c-12.5-12.5-12.5-32.8%200-45.3L46%20398c-2.2-4.6-4.1-9.3-5.8-14.1l-8.2.1c-17.7%200-32-14.3-32-32v-32c0-17.7%2014.3-32%2032-32h8.2c1.7-4.8%203.7-9.5%205.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8%200-45.3l22.6-22.6c9-9%2021.9-11.5%2033.1-7.6V64zm170.3%200H160v96h144.7zM176%20256a80%2080%200%201%200%200%20160a80%2080%200%201%200%200-160m352%20192a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m0%2064c-48.6%200-88-39.4-88-88c0-29.8%2014.8-56.1%2037.4-72c14.3-10.1%2031.8-16%2050.6-16c2.7%200%205.3.1%207.9.3c44.9%204%2080.1%2041.7%2080.1%2087.7c0%2048.6-39.4%2088-88%2088%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%22M96%2064c0-35.3%2028.7-64%2064-64h106.3c26.2%200%2049.7%2015.9%2059.4%2040.2l48%20119.8H480v-33.8c0-24.8%205.8-49.3%2016.9-71.6l2.5-5c7.9-15.8%2027.1-22.2%2042.9-14.3s22.2%2027.1%2014.3%2042.9l-2.5%205c-6.7%2013.3-10.1%2028-10.1%2042.9v33.8h56c22.1%200%2040%2017.9%2040%2040v45.4c0%2016.5-8.5%2031.9-22.6%2040.7l-43.3%2027.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3%200-74.1%2018.9-96%2048h-80c0%2017.7-14.3%2032-32%2032h-8.2c-1.7%204.8-3.7%209.5-5.8%2014.1l5.8%205.8c12.5%2012.5%2012.5%2032.8%200%2045.3l-22.6%2022.6c-12.5%2012.5-32.8%2012.5-45.3%200l-5.8-5.8c-4.6%202.2-9.3%204.1-14.1%205.8v8.2c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8%205.8c-12.5%2012.5-32.8%2012.5-45.3%200l-22.6-22.6c-12.5-12.5-12.5-32.8%200-45.3L46%20398c-2.2-4.6-4.1-9.3-5.8-14.1l-8.2.1c-17.7%200-32-14.3-32-32v-32c0-17.7%2014.3-32%2032-32h8.2c1.7-4.8%203.7-9.5%205.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8%200-45.3l22.6-22.6c9-9%2021.9-11.5%2033.1-7.6V64zm170.3%200H160v96h144.7zM176%20256a80%2080%200%201%200%200%20160a80%2080%200%201%200%200-160m352%20192a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m0%2064c-48.6%200-88-39.4-88-88c0-29.8%2014.8-56.1%2037.4-72c14.3-10.1%2031.8-16%2050.6-16c2.7%200%205.3.1%207.9.3c44.9%204%2080.1%2041.7%2080.1%2087.7c0%2048.6-39.4%2088-88%2088%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/tractor.svg?color=%231a73e8&size=48