tow truck icon
tow-truck from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tow-truck
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tow truck icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M17.002 21a2 2 0 1 0 0-4a2 2 0 0 0 0 4Zm-9.996 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M2.008 8.143c.154.5.635.857 1.125.857c.62 0 1.124-.576 1.124-1.286S3.754 6.43 3.133 6.43l.333-3.054c.023-.214.183-.375.372-.375h2.168l5.998 9M6.006 3l2 10M19 19c2.683 0 3-.928 3-3.488c0-1.225 0-1.837-.24-2.354c-.25-.54-.702-.877-1.652-1.565c-.943-.684-1.614-1.452-2.253-2.51c-.912-1.51-1.367-2.265-2.05-2.674C15.12 6 14.314 6 12.702 6h-.7v7"/><path stroke-linecap="round" d="M5.007 18.996s-1.16.01-1.52-.036c-.3-.12-.664-.402-.9-.558c-.72-.479-.575-.282-.575-.714l-.004-3.682v-.96c0-.06-.062-.047.4-.04H21.48M9.005 19.002h5.998"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTowTruck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M17.002 21a2 2 0 1 0 0-4a2 2 0 0 0 0 4Zm-9.996 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M2.008 8.143c.154.5.635.857 1.125.857c.62 0 1.124-.576 1.124-1.286S3.754 6.43 3.133 6.43l.333-3.054c.023-.214.183-.375.372-.375h2.168l5.998 9M6.006 3l2 10M19 19c2.683 0 3-.928 3-3.488c0-1.225 0-1.837-.24-2.354c-.25-.54-.702-.877-1.652-1.565c-.943-.684-1.614-1.452-2.253-2.51c-.912-1.51-1.367-2.265-2.05-2.674C15.12 6 14.314 6 12.702 6h-.7v7"/><path strokeLinecap="round" d="M5.007 18.996s-1.16.01-1.52-.036c-.3-.12-.664-.402-.9-.558c-.72-.479-.575-.282-.575-.714l-.004-3.682v-.96c0-.06-.062-.047.4-.04H21.48M9.005 19.002h5.998"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M17.002 21a2 2 0 1 0 0-4a2 2 0 0 0 0 4Zm-9.996 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M2.008 8.143c.154.5.635.857 1.125.857c.62 0 1.124-.576 1.124-1.286S3.754 6.43 3.133 6.43l.333-3.054c.023-.214.183-.375.372-.375h2.168l5.998 9M6.006 3l2 10M19 19c2.683 0 3-.928 3-3.488c0-1.225 0-1.837-.24-2.354c-.25-.54-.702-.877-1.652-1.565c-.943-.684-1.614-1.452-2.253-2.51c-.912-1.51-1.367-2.265-2.05-2.674C15.12 6 14.314 6 12.702 6h-.7v7"/><path stroke-linecap="round" d="M5.007 18.996s-1.16.01-1.52-.036c-.3-.12-.664-.402-.9-.558c-.72-.479-.575-.282-.575-.714l-.004-3.682v-.96c0-.06-.062-.047.4-.04H21.48M9.005 19.002h5.998"/></g></svg> </template>
CSS
.icon-tow-truck {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.002%2021a2%202%200%201%200%200-4a2%202%200%200%200%200%204Zm-9.996%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.008%208.143c.154.5.635.857%201.125.857c.62%200%201.124-.576%201.124-1.286S3.754%206.43%203.133%206.43l.333-3.054c.023-.214.183-.375.372-.375h2.168l5.998%209M6.006%203l2%2010M19%2019c2.683%200%203-.928%203-3.488c0-1.225%200-1.837-.24-2.354c-.25-.54-.702-.877-1.652-1.565c-.943-.684-1.614-1.452-2.253-2.51c-.912-1.51-1.367-2.265-2.05-2.674C15.12%206%2014.314%206%2012.702%206h-.7v7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.007%2018.996s-1.16.01-1.52-.036c-.3-.12-.664-.402-.9-.558c-.72-.479-.575-.282-.575-.714l-.004-3.682v-.96c0-.06-.062-.047.4-.04H21.48M9.005%2019.002h5.998%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.002%2021a2%202%200%201%200%200-4a2%202%200%200%200%200%204Zm-9.996%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.008%208.143c.154.5.635.857%201.125.857c.62%200%201.124-.576%201.124-1.286S3.754%206.43%203.133%206.43l.333-3.054c.023-.214.183-.375.372-.375h2.168l5.998%209M6.006%203l2%2010M19%2019c2.683%200%203-.928%203-3.488c0-1.225%200-1.837-.24-2.354c-.25-.54-.702-.877-1.652-1.565c-.943-.684-1.614-1.452-2.253-2.51c-.912-1.51-1.367-2.265-2.05-2.674C15.12%206%2014.314%206%2012.702%206h-.7v7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.007%2018.996s-1.16.01-1.52-.036c-.3-.12-.664-.402-.9-.558c-.72-.479-.575-.282-.575-.714l-.004-3.682v-.96c0-.06-.062-.047.4-.04H21.48M9.005%2019.002h5.998%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tow-truck.svg?color=%231a73e8&size=48