car3 icon
car3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- car3
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the car3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.51 2.83H8.49C6 2.83 5.45 4.07 5.13 5.59L4 11h16l-1.13-5.41c-.32-1.52-.87-2.76-3.36-2.76m6.48 16.99c.11 1.17-.83 2.18-2.03 2.18h-1.88c-1.08 0-1.23-.46-1.42-1.03l-.2-.6c-.28-.82-.46-1.37-1.9-1.37H9.44c-1.44 0-1.65.62-1.9 1.37l-.2.6C7.15 21.54 7 22 5.92 22H4.04c-1.2 0-2.14-1.01-2.03-2.18l.56-6.09C2.71 12.23 3 11 5.62 11h12.76c2.62 0 2.91 1.23 3.05 2.73zM4 8H3m18 0h-1m-8-5v2m-1.5 0h3M6 15h3m6 0h3"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCar3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.51 2.83H8.49C6 2.83 5.45 4.07 5.13 5.59L4 11h16l-1.13-5.41c-.32-1.52-.87-2.76-3.36-2.76m6.48 16.99c.11 1.17-.83 2.18-2.03 2.18h-1.88c-1.08 0-1.23-.46-1.42-1.03l-.2-.6c-.28-.82-.46-1.37-1.9-1.37H9.44c-1.44 0-1.65.62-1.9 1.37l-.2.6C7.15 21.54 7 22 5.92 22H4.04c-1.2 0-2.14-1.01-2.03-2.18l.56-6.09C2.71 12.23 3 11 5.62 11h12.76c2.62 0 2.91 1.23 3.05 2.73zM4 8H3m18 0h-1m-8-5v2m-1.5 0h3M6 15h3m6 0h3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.51 2.83H8.49C6 2.83 5.45 4.07 5.13 5.59L4 11h16l-1.13-5.41c-.32-1.52-.87-2.76-3.36-2.76m6.48 16.99c.11 1.17-.83 2.18-2.03 2.18h-1.88c-1.08 0-1.23-.46-1.42-1.03l-.2-.6c-.28-.82-.46-1.37-1.9-1.37H9.44c-1.44 0-1.65.62-1.9 1.37l-.2.6C7.15 21.54 7 22 5.92 22H4.04c-1.2 0-2.14-1.01-2.03-2.18l.56-6.09C2.71 12.23 3 11 5.62 11h12.76c2.62 0 2.91 1.23 3.05 2.73zM4 8H3m18 0h-1m-8-5v2m-1.5 0h3M6 15h3m6 0h3"/></svg> </template>
CSS
.icon-car3 {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.51%202.83H8.49C6%202.83%205.45%204.07%205.13%205.59L4%2011h16l-1.13-5.41c-.32-1.52-.87-2.76-3.36-2.76m6.48%2016.99c.11%201.17-.83%202.18-2.03%202.18h-1.88c-1.08%200-1.23-.46-1.42-1.03l-.2-.6c-.28-.82-.46-1.37-1.9-1.37H9.44c-1.44%200-1.65.62-1.9%201.37l-.2.6C7.15%2021.54%207%2022%205.92%2022H4.04c-1.2%200-2.14-1.01-2.03-2.18l.56-6.09C2.71%2012.23%203%2011%205.62%2011h12.76c2.62%200%202.91%201.23%203.05%202.73zM4%208H3m18%200h-1m-8-5v2m-1.5%200h3M6%2015h3m6%200h3%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.51%202.83H8.49C6%202.83%205.45%204.07%205.13%205.59L4%2011h16l-1.13-5.41c-.32-1.52-.87-2.76-3.36-2.76m6.48%2016.99c.11%201.17-.83%202.18-2.03%202.18h-1.88c-1.08%200-1.23-.46-1.42-1.03l-.2-.6c-.28-.82-.46-1.37-1.9-1.37H9.44c-1.44%200-1.65.62-1.9%201.37l-.2.6C7.15%2021.54%207%2022%205.92%2022H4.04c-1.2%200-2.14-1.01-2.03-2.18l.56-6.09C2.71%2012.23%203%2011%205.62%2011h12.76c2.62%200%202.91%201.23%203.05%202.73zM4%208H3m18%200h-1m-8-5v2m-1.5%200h3M6%2015h3m6%200h3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/car3.svg?color=%231a73e8&size=48