tractor icon
tractor from Line Awesome by Icons8 · Line · Autumn · Apache-2.0 Free for personal and commercial use.
- Name
- tractor
- Set
- Line Awesome
- Style
- Line
- Category
- Autumn
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- tractor-solid
The same icon in other sets
tractorEmoji One (Colored)tractorFont Awesome 6 SolidtractorFont Awesome SolidtractorFluent EmojitractorFluent Emoji FlattractorFluent Emoji High ContrasttractorFirefox OS EmojitractorHuge IconstractorLucidetractorMaterial Design IconstractorNoto EmojitractorOpenMojitractorPhosphortractorStreamline EmojistractorTabler IconstractorTwitter Emoji
Use the tractor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 5v7.25c-1.348.305-2.582.883-3.625 1.719l1.25 1.562A6.96 6.96 0 0 1 9 14c3.879 0 7 3.121 7 7h4.563A3.93 3.93 0 0 0 20 23c0 2.2 1.8 4 4 4s4-1.8 4-4c0-1.027-.418-1.945-1.063-2.656l2-4.969l.063-.188V13h-5v-3c0-.566.434-1 1-1V7c-1.645 0-3 1.355-3 3v3h-3.313l-2.75-7.344l-.25-.656zm2 2h5.313l2.75 7.344l.25.656h9.593l-1.593 4H17.75c-.918-3.996-4.48-7-8.75-7zm0 8c-3.3 0-6 2.7-6 6s2.7 6 6 6s6-2.7 6-6s-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4m0 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m15 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
React
import type { SVGProps } from "react";
export function LaTractor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 5v7.25c-1.348.305-2.582.883-3.625 1.719l1.25 1.562A6.96 6.96 0 0 1 9 14c3.879 0 7 3.121 7 7h4.563A3.93 3.93 0 0 0 20 23c0 2.2 1.8 4 4 4s4-1.8 4-4c0-1.027-.418-1.945-1.063-2.656l2-4.969l.063-.188V13h-5v-3c0-.566.434-1 1-1V7c-1.645 0-3 1.355-3 3v3h-3.313l-2.75-7.344l-.25-.656zm2 2h5.313l2.75 7.344l.25.656h9.593l-1.593 4H17.75c-.918-3.996-4.48-7-8.75-7zm0 8c-3.3 0-6 2.7-6 6s2.7 6 6 6s6-2.7 6-6s-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4m0 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m15 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 5v7.25c-1.348.305-2.582.883-3.625 1.719l1.25 1.562A6.96 6.96 0 0 1 9 14c3.879 0 7 3.121 7 7h4.563A3.93 3.93 0 0 0 20 23c0 2.2 1.8 4 4 4s4-1.8 4-4c0-1.027-.418-1.945-1.063-2.656l2-4.969l.063-.188V13h-5v-3c0-.566.434-1 1-1V7c-1.645 0-3 1.355-3 3v3h-3.313l-2.75-7.344l-.25-.656zm2 2h5.313l2.75 7.344l.25.656h9.593l-1.593 4H17.75c-.918-3.996-4.48-7-8.75-7zm0 8c-3.3 0-6 2.7-6 6s2.7 6 6 6s6-2.7 6-6s-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4m0 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m15 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205v7.25c-1.348.305-2.582.883-3.625%201.719l1.25%201.562A6.96%206.96%200%200%201%209%2014c3.879%200%207%203.121%207%207h4.563A3.93%203.93%200%200%200%2020%2023c0%202.2%201.8%204%204%204s4-1.8%204-4c0-1.027-.418-1.945-1.063-2.656l2-4.969l.063-.188V13h-5v-3c0-.566.434-1%201-1V7c-1.645%200-3%201.355-3%203v3h-3.313l-2.75-7.344l-.25-.656zm2%202h5.313l2.75%207.344l.25.656h9.593l-1.593%204H17.75c-.918-3.996-4.48-7-8.75-7zm0%208c-3.3%200-6%202.7-6%206s2.7%206%206%206s6-2.7%206-6s-2.7-6-6-6m0%202c2.223%200%204%201.777%204%204s-1.777%204-4%204s-4-1.777-4-4s1.777-4%204-4m0%202a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m15%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205v7.25c-1.348.305-2.582.883-3.625%201.719l1.25%201.562A6.96%206.96%200%200%201%209%2014c3.879%200%207%203.121%207%207h4.563A3.93%203.93%200%200%200%2020%2023c0%202.2%201.8%204%204%204s4-1.8%204-4c0-1.027-.418-1.945-1.063-2.656l2-4.969l.063-.188V13h-5v-3c0-.566.434-1%201-1V7c-1.645%200-3%201.355-3%203v3h-3.313l-2.75-7.344l-.25-.656zm2%202h5.313l2.75%207.344l.25.656h9.593l-1.593%204H17.75c-.918-3.996-4.48-7-8.75-7zm0%208c-3.3%200-6%202.7-6%206s2.7%206%206%206s6-2.7%206-6s-2.7-6-6-6m0%202c2.223%200%204%201.777%204%204s-1.777%204-4%204s-4-1.777-4-4s1.777-4%204-4m0%202a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m15%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/tractor.svg?color=%231a73e8&size=48