tractor icon
tractor from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- tractor
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
tractorEmoji One (Colored)tractorFont Awesome 6 SolidtractorFont Awesome SolidtractorFluent EmojitractorFluent Emoji FlattractorFluent Emoji High ContrasttractorFirefox OS EmojitractorHuge IconstractorLine AwesometractorLucidetractorMaterial Design IconstractorNoto EmojitractorOpenMojitractorStreamline EmojistractorTabler IconstractorTwitter Emoji
Use the tractor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 165.41V134a15.89 15.89 0 0 0-11.4-15.32l-.21-.06l-36.39-9.91V72a8 8 0 0 0-16 0v32.38l-24-6.5V56h8a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16h8v32h-8a8 8 0 0 0 0 16h28a68.07 68.07 0 0 1 68 68v12a8 8 0 0 0 8 8h32.23A36 36 0 1 0 240 165.41M68 88h-4V56h72v66.77A83.92 83.92 0 0 0 68 88m84 26.45L224 134v20.1a36 36 0 0 0-45.94 21.9H152ZM212 208a20 20 0 1 1 20-20a20 20 0 0 1-20 20M68 120a52 52 0 1 0 52 52a52.06 52.06 0 0 0-52-52m0 88a36 36 0 1 1 36-36a36 36 0 0 1-36 36m12-36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhTractor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 165.41V134a15.89 15.89 0 0 0-11.4-15.32l-.21-.06l-36.39-9.91V72a8 8 0 0 0-16 0v32.38l-24-6.5V56h8a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16h8v32h-8a8 8 0 0 0 0 16h28a68.07 68.07 0 0 1 68 68v12a8 8 0 0 0 8 8h32.23A36 36 0 1 0 240 165.41M68 88h-4V56h72v66.77A83.92 83.92 0 0 0 68 88m84 26.45L224 134v20.1a36 36 0 0 0-45.94 21.9H152ZM212 208a20 20 0 1 1 20-20a20 20 0 0 1-20 20M68 120a52 52 0 1 0 52 52a52.06 52.06 0 0 0-52-52m0 88a36 36 0 1 1 36-36a36 36 0 0 1-36 36m12-36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 165.41V134a15.89 15.89 0 0 0-11.4-15.32l-.21-.06l-36.39-9.91V72a8 8 0 0 0-16 0v32.38l-24-6.5V56h8a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16h8v32h-8a8 8 0 0 0 0 16h28a68.07 68.07 0 0 1 68 68v12a8 8 0 0 0 8 8h32.23A36 36 0 1 0 240 165.41M68 88h-4V56h72v66.77A83.92 83.92 0 0 0 68 88m84 26.45L224 134v20.1a36 36 0 0 0-45.94 21.9H152ZM212 208a20 20 0 1 1 20-20a20 20 0 0 1-20 20M68 120a52 52 0 1 0 52 52a52.06 52.06 0 0 0-52-52m0 88a36 36 0 1 1 36-36a36 36 0 0 1-36 36m12-36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20165.41V134a15.89%2015.89%200%200%200-11.4-15.32l-.21-.06l-36.39-9.91V72a8%208%200%200%200-16%200v32.38l-24-6.5V56h8a8%208%200%200%200%200-16H40a8%208%200%200%200%200%2016h8v32h-8a8%208%200%200%200%200%2016h28a68.07%2068.07%200%200%201%2068%2068v12a8%208%200%200%200%208%208h32.23A36%2036%200%201%200%20240%20165.41M68%2088h-4V56h72v66.77A83.92%2083.92%200%200%200%2068%2088m84%2026.45L224%20134v20.1a36%2036%200%200%200-45.94%2021.9H152ZM212%20208a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020M68%20120a52%2052%200%201%200%2052%2052a52.06%2052.06%200%200%200-52-52m0%2088a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m12-36a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20165.41V134a15.89%2015.89%200%200%200-11.4-15.32l-.21-.06l-36.39-9.91V72a8%208%200%200%200-16%200v32.38l-24-6.5V56h8a8%208%200%200%200%200-16H40a8%208%200%200%200%200%2016h8v32h-8a8%208%200%200%200%200%2016h28a68.07%2068.07%200%200%201%2068%2068v12a8%208%200%200%200%208%208h32.23A36%2036%200%201%200%20240%20165.41M68%2088h-4V56h72v66.77A83.92%2083.92%200%200%200%2068%2088m84%2026.45L224%20134v20.1a36%2036%200%200%200-45.94%2021.9H152ZM212%20208a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020M68%20120a52%2052%200%201%200%2052%2052a52.06%2052.06%200%200%200-52-52m0%2088a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m12-36a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tractor.svg?color=%231a73e8&size=48