tractor icon
tractor-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- tractor-fill
- Set
- Phosphor
- Style
- Fill
- 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="M80 172a12 12 0 1 1-12-12a12 12 0 0 1 12 12m40 0a52 52 0 1 1-52-52a52.06 52.06 0 0 1 52 52m-24 0a28 28 0 1 0-28 28a28 28 0 0 0 28-28m152 16a36 36 0 0 1-71.77 4H144a8 8 0 0 1-8-8v-12a68.07 68.07 0 0 0-68-68H40a8 8 0 0 1 0-16h8V56h-8a8 8 0 0 1 0-16h120a8 8 0 0 1 0 16h-8v41.88l24 6.5V72a8 8 0 0 1 16 0v36.71l36.39 9.86l.21.06A15.89 15.89 0 0 1 240 134v31.46a35.8 35.8 0 0 1 8 22.54m-20 0a16 16 0 1 0-16 16a16 16 0 0 0 16-16"/></svg>
React
import type { SVGProps } from "react";
export function PhTractorFill(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="M80 172a12 12 0 1 1-12-12a12 12 0 0 1 12 12m40 0a52 52 0 1 1-52-52a52.06 52.06 0 0 1 52 52m-24 0a28 28 0 1 0-28 28a28 28 0 0 0 28-28m152 16a36 36 0 0 1-71.77 4H144a8 8 0 0 1-8-8v-12a68.07 68.07 0 0 0-68-68H40a8 8 0 0 1 0-16h8V56h-8a8 8 0 0 1 0-16h120a8 8 0 0 1 0 16h-8v41.88l24 6.5V72a8 8 0 0 1 16 0v36.71l36.39 9.86l.21.06A15.89 15.89 0 0 1 240 134v31.46a35.8 35.8 0 0 1 8 22.54m-20 0a16 16 0 1 0-16 16a16 16 0 0 0 16-16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M80 172a12 12 0 1 1-12-12a12 12 0 0 1 12 12m40 0a52 52 0 1 1-52-52a52.06 52.06 0 0 1 52 52m-24 0a28 28 0 1 0-28 28a28 28 0 0 0 28-28m152 16a36 36 0 0 1-71.77 4H144a8 8 0 0 1-8-8v-12a68.07 68.07 0 0 0-68-68H40a8 8 0 0 1 0-16h8V56h-8a8 8 0 0 1 0-16h120a8 8 0 0 1 0 16h-8v41.88l24 6.5V72a8 8 0 0 1 16 0v36.71l36.39 9.86l.21.06A15.89 15.89 0 0 1 240 134v31.46a35.8 35.8 0 0 1 8 22.54m-20 0a16 16 0 1 0-16 16a16 16 0 0 0 16-16"/></svg> </template>
CSS
.icon-tractor-fill {
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%22M80%20172a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m40%200a52%2052%200%201%201-52-52a52.06%2052.06%200%200%201%2052%2052m-24%200a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m152%2016a36%2036%200%200%201-71.77%204H144a8%208%200%200%201-8-8v-12a68.07%2068.07%200%200%200-68-68H40a8%208%200%200%201%200-16h8V56h-8a8%208%200%200%201%200-16h120a8%208%200%200%201%200%2016h-8v41.88l24%206.5V72a8%208%200%200%201%2016%200v36.71l36.39%209.86l.21.06A15.89%2015.89%200%200%201%20240%20134v31.46a35.8%2035.8%200%200%201%208%2022.54m-20%200a16%2016%200%201%200-16%2016a16%2016%200%200%200%2016-16%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%22M80%20172a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m40%200a52%2052%200%201%201-52-52a52.06%2052.06%200%200%201%2052%2052m-24%200a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m152%2016a36%2036%200%200%201-71.77%204H144a8%208%200%200%201-8-8v-12a68.07%2068.07%200%200%200-68-68H40a8%208%200%200%201%200-16h8V56h-8a8%208%200%200%201%200-16h120a8%208%200%200%201%200%2016h-8v41.88l24%206.5V72a8%208%200%200%201%2016%200v36.71l36.39%209.86l.21.06A15.89%2015.89%200%200%201%20240%20134v31.46a35.8%2035.8%200%200%201%208%2022.54m-20%200a16%2016%200%201%200-16%2016a16%2016%200%200%200%2016-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tractor-fill.svg?color=%231a73e8&size=48