car3 icon
car3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- car3-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor" d="M21.75 7.998c0 .41-.34.75-.75.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.02l.38-1.81c.36-1.75 1.11-3.36 4.09-3.36h7.02c2.98 0 3.73 1.61 4.09 3.36l.38 1.81H21c.41 0 .75.34.75.75m.432 5.662c-.15-1.65-.59-3.41-3.8-3.41H5.621c-3.21 0-3.64 1.76-3.8 3.41l-.56 6.09c-.07.76.18 1.52.7 2.09c.53.58 1.28.91 2.08.91h1.88c1.62 0 1.93-.93 2.13-1.54l.2-.6c.23-.69.29-.86 1.19-.86h5.12c.9 0 .93.1 1.19.86l.2.6c.2.61.51 1.54 2.13 1.54h1.88c.79 0 1.55-.33 2.08-.91c.52-.57.77-1.33.7-2.09zm-13.18 2.09h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m9 0h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCar3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 7.998c0 .41-.34.75-.75.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.02l.38-1.81c.36-1.75 1.11-3.36 4.09-3.36h7.02c2.98 0 3.73 1.61 4.09 3.36l.38 1.81H21c.41 0 .75.34.75.75m.432 5.662c-.15-1.65-.59-3.41-3.8-3.41H5.621c-3.21 0-3.64 1.76-3.8 3.41l-.56 6.09c-.07.76.18 1.52.7 2.09c.53.58 1.28.91 2.08.91h1.88c1.62 0 1.93-.93 2.13-1.54l.2-.6c.23-.69.29-.86 1.19-.86h5.12c.9 0 .93.1 1.19.86l.2.6c.2.61.51 1.54 2.13 1.54h1.88c.79 0 1.55-.33 2.08-.91c.52-.57.77-1.33.7-2.09zm-13.18 2.09h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m9 0h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 7.998c0 .41-.34.75-.75.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.02l.38-1.81c.36-1.75 1.11-3.36 4.09-3.36h7.02c2.98 0 3.73 1.61 4.09 3.36l.38 1.81H21c.41 0 .75.34.75.75m.432 5.662c-.15-1.65-.59-3.41-3.8-3.41H5.621c-3.21 0-3.64 1.76-3.8 3.41l-.56 6.09c-.07.76.18 1.52.7 2.09c.53.58 1.28.91 2.08.91h1.88c1.62 0 1.93-.93 2.13-1.54l.2-.6c.23-.69.29-.86 1.19-.86h5.12c.9 0 .93.1 1.19.86l.2.6c.2.61.51 1.54 2.13 1.54h1.88c.79 0 1.55-.33 2.08-.91c.52-.57.77-1.33.7-2.09zm-13.18 2.09h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m9 0h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg> </template>
CSS
.icon-car3-filled {
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%22currentColor%22%20d%3D%22M21.75%207.998c0%20.41-.34.75-.75.75H3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.02l.38-1.81c.36-1.75%201.11-3.36%204.09-3.36h7.02c2.98%200%203.73%201.61%204.09%203.36l.38%201.81H21c.41%200%20.75.34.75.75m.432%205.662c-.15-1.65-.59-3.41-3.8-3.41H5.621c-3.21%200-3.64%201.76-3.8%203.41l-.56%206.09c-.07.76.18%201.52.7%202.09c.53.58%201.28.91%202.08.91h1.88c1.62%200%201.93-.93%202.13-1.54l.2-.6c.23-.69.29-.86%201.19-.86h5.12c.9%200%20.93.1%201.19.86l.2.6c.2.61.51%201.54%202.13%201.54h1.88c.79%200%201.55-.33%202.08-.91c.52-.57.77-1.33.7-2.09zm-13.18%202.09h-3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75m9%200h-3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22currentColor%22%20d%3D%22M21.75%207.998c0%20.41-.34.75-.75.75H3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.02l.38-1.81c.36-1.75%201.11-3.36%204.09-3.36h7.02c2.98%200%203.73%201.61%204.09%203.36l.38%201.81H21c.41%200%20.75.34.75.75m.432%205.662c-.15-1.65-.59-3.41-3.8-3.41H5.621c-3.21%200-3.64%201.76-3.8%203.41l-.56%206.09c-.07.76.18%201.52.7%202.09c.53.58%201.28.91%202.08.91h1.88c1.62%200%201.93-.93%202.13-1.54l.2-.6c.23-.69.29-.86%201.19-.86h5.12c.9%200%20.93.1%201.19.86l.2.6c.2.61.51%201.54%202.13%201.54h1.88c.79%200%201.55-.33%202.08-.91c.52-.57.77-1.33.7-2.09zm-13.18%202.09h-3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75m9%200h-3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/car3-filled.svg?color=%231a73e8&size=48