car 05 icon
car-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- car-05
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the car 05 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 15.422V18.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C19 19.199 19 18.966 19 18.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.199 17 17.966 17 17.5 17h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 17.801 5 18.034 5 18.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 20 3.966 20 3.5 20s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 19.199 2 18.966 2 18.5v-3.078c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 10l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 4 10.5 4h3c1.939 0 2.908 0 3.664.504s1.129 1.399 1.874 3.188L20 10l.656.985c.667 1 1 1.5 1.172 2.067S22 14.22 22 15.422"/><path d="M6.125 14H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.875 0H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 8.5L4 10l2 .5h12l2-.5l2-1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCar05(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 15.422V18.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C19 19.199 19 18.966 19 18.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.199 17 17.966 17 17.5 17h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 17.801 5 18.034 5 18.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 20 3.966 20 3.5 20s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 19.199 2 18.966 2 18.5v-3.078c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 10l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 4 10.5 4h3c1.939 0 2.908 0 3.664.504s1.129 1.399 1.874 3.188L20 10l.656.985c.667 1 1 1.5 1.172 2.067S22 14.22 22 15.422"/><path d="M6.125 14H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.875 0H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 8.5L4 10l2 .5h12l2-.5l2-1.5"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 15.422V18.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C19 19.199 19 18.966 19 18.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.199 17 17.966 17 17.5 17h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 17.801 5 18.034 5 18.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 20 3.966 20 3.5 20s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 19.199 2 18.966 2 18.5v-3.078c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 10l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 4 10.5 4h3c1.939 0 2.908 0 3.664.504s1.129 1.399 1.874 3.188L20 10l.656.985c.667 1 1 1.5 1.172 2.067S22 14.22 22 15.422"/><path d="M6.125 14H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.875 0H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 8.5L4 10l2 .5h12l2-.5l2-1.5"/></g></svg> </template>
CSS
.icon-car-05 {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2015.422V18.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C19%2019.199%2019%2018.966%2019%2018.5s0-.699-.076-.883a1%201%200%200%200-.541-.54C18.199%2017%2017.966%2017%2017.5%2017h-11c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%2017.801%205%2018.034%205%2018.5s0%20.699-.076.883a1%201%200%200%201-.541.54C4.199%2020%203.966%2020%203.5%2020s-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2019.199%202%2018.966%202%2018.5v-3.078c0-1.202%200-1.803.172-2.37s.505-1.067%201.172-2.067L4%2010l.962-2.308c.745-1.79%201.118-2.684%201.874-3.188S8.56%204%2010.5%204h3c1.939%200%202.908%200%203.664.504s1.129%201.399%201.874%203.188L20%2010l.656.985c.667%201%201%201.5%201.172%202.067S22%2014.22%2022%2015.422%22%2F%3E%3Cpath%20d%3D%22M6.125%2014H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.875%200H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M2%208.5L4%2010l2%20.5h12l2-.5l2-1.5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2015.422V18.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C19%2019.199%2019%2018.966%2019%2018.5s0-.699-.076-.883a1%201%200%200%200-.541-.54C18.199%2017%2017.966%2017%2017.5%2017h-11c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%2017.801%205%2018.034%205%2018.5s0%20.699-.076.883a1%201%200%200%201-.541.54C4.199%2020%203.966%2020%203.5%2020s-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2019.199%202%2018.966%202%2018.5v-3.078c0-1.202%200-1.803.172-2.37s.505-1.067%201.172-2.067L4%2010l.962-2.308c.745-1.79%201.118-2.684%201.874-3.188S8.56%204%2010.5%204h3c1.939%200%202.908%200%203.664.504s1.129%201.399%201.874%203.188L20%2010l.656.985c.667%201%201%201.5%201.172%202.067S22%2014.22%2022%2015.422%22%2F%3E%3Cpath%20d%3D%22M6.125%2014H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.875%200H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M2%208.5L4%2010l2%20.5h12l2-.5l2-1.5%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/car-05.svg?color=%231a73e8&size=48