car alert icon
car-alert from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- car-alert
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the car alert 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="m4 12l-.656.985c-.667 1-1 1.5-1.172 2.067S2 16.22 2 17.422V20.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C5 21.199 5 20.966 5 20.5s0-.699.076-.883a1 1 0 0 1 .541-.54C5.801 19 6.034 19 6.5 19h11c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-3.078c0-1.202 0-1.803-.172-2.37s-.505-1.067-1.172-2.067L20 12l-1.522.38c-.239.06-.358.09-.48.105s-.245.015-.49.015H6.492c-.245 0-.368 0-.49-.015a4 4 0 0 1-.48-.104zm0 0l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 6 10.5 6M4 12l-2-1.5"/><circle cx="17" cy="6" r="4"/><path d="M17 4v2M6.125 16H6m.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 0m-1.2-8.098H17m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCarAlert(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="m4 12l-.656.985c-.667 1-1 1.5-1.172 2.067S2 16.22 2 17.422V20.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C5 21.199 5 20.966 5 20.5s0-.699.076-.883a1 1 0 0 1 .541-.54C5.801 19 6.034 19 6.5 19h11c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-3.078c0-1.202 0-1.803-.172-2.37s-.505-1.067-1.172-2.067L20 12l-1.522.38c-.239.06-.358.09-.48.105s-.245.015-.49.015H6.492c-.245 0-.368 0-.49-.015a4 4 0 0 1-.48-.104zm0 0l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 6 10.5 6M4 12l-2-1.5"/><circle cx="17" cy="6" r="4"/><path d="M17 4v2M6.125 16H6m.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 0m-1.2-8.098H17m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></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="m4 12l-.656.985c-.667 1-1 1.5-1.172 2.067S2 16.22 2 17.422V20.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C5 21.199 5 20.966 5 20.5s0-.699.076-.883a1 1 0 0 1 .541-.54C5.801 19 6.034 19 6.5 19h11c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-3.078c0-1.202 0-1.803-.172-2.37s-.505-1.067-1.172-2.067L20 12l-1.522.38c-.239.06-.358.09-.48.105s-.245.015-.49.015H6.492c-.245 0-.368 0-.49-.015a4 4 0 0 1-.48-.104zm0 0l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 6 10.5 6M4 12l-2-1.5"/><circle cx="17" cy="6" r="4"/><path d="M17 4v2M6.125 16H6m.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 0m-1.2-8.098H17m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg> </template>
CSS
.icon-car-alert {
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%22m4%2012l-.656.985c-.667%201-1%201.5-1.172%202.067S2%2016.22%202%2017.422V20.5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C5%2021.199%205%2020.966%205%2020.5s0-.699.076-.883a1%201%200%200%201%20.541-.54C5.801%2019%206.034%2019%206.5%2019h11c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-3.078c0-1.202%200-1.803-.172-2.37s-.505-1.067-1.172-2.067L20%2012l-1.522.38c-.239.06-.358.09-.48.105s-.245.015-.49.015H6.492c-.245%200-.368%200-.49-.015a4%204%200%200%201-.48-.104zm0%200l.962-2.308c.745-1.79%201.118-2.684%201.874-3.188S8.56%206%2010.5%206M4%2012l-2-1.5%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M17%204v2M6.125%2016H6m.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%200m-1.2-8.098H17m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%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%22m4%2012l-.656.985c-.667%201-1%201.5-1.172%202.067S2%2016.22%202%2017.422V20.5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C5%2021.199%205%2020.966%205%2020.5s0-.699.076-.883a1%201%200%200%201%20.541-.54C5.801%2019%206.034%2019%206.5%2019h11c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-3.078c0-1.202%200-1.803-.172-2.37s-.505-1.067-1.172-2.067L20%2012l-1.522.38c-.239.06-.358.09-.48.105s-.245.015-.49.015H6.492c-.245%200-.368%200-.49-.015a4%204%200%200%201-.48-.104zm0%200l.962-2.308c.745-1.79%201.118-2.684%201.874-3.188S8.56%206%2010.5%206M4%2012l-2-1.5%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M17%204v2M6.125%2016H6m.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%200m-1.2-8.098H17m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%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-alert.svg?color=%231a73e8&size=48