car 02 icon
car-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- car-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the car 02 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-width="1.5"><path stroke-linejoin="round" d="M2.066 11.913c.115-.63.623-1.273 1.442-1.83c1.476-1 3.16-.996 4.848-1.058c.56-.02 2.062-.028 3.644-.024c1.582-.004 3.085.003 3.644.024c1.687.062 3.372.058 4.848 1.059c.82.556 1.327 1.2 1.442 1.83c.1.54.084 2.394-.03 3.703c-.06.69-.122 1.026-.213 1.167c-.277.426-1.074.785-2.248 1.01c-1.101.21-.937.206-7.443.206s-6.342.005-7.443-.207c-1.174-.224-1.971-.583-2.248-1.009c-.091-.14-.153-.477-.213-1.167c-.114-1.309-.13-3.163-.03-3.704"/><path stroke-linejoin="round" d="m4.5 9l1.313-4.51c.12-.3.355-.55.686-.663c3.243-1.103 7.76-1.103 11.002 0c.33.113.565.363.686.663L19.5 9m-17 3l1.5.5m17.5-.5l-1.5.5m-12 5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 17.5"/><path d="M7.002 18.562v.802c0 .875-.039 1.039-.303 1.294a1.7 1.7 0 0 1-.348.239c-.201.1-.268.103-1.823.103c-1.59 0-1.619-.002-1.864-.112a1.3 1.3 0 0 1-.383-.275c-.262-.315-.275-.408-.277-2.067V15m14.994 3.562v.802c0 .875.039 1.039.303 1.294c.077.075.234.182.348.239c.201.1.268.103 1.823.103c1.59 0 1.619-.002 1.864-.112c.137-.062.31-.186.383-.275c.262-.315.275-.408.277-2.067V15"/><path stroke-linejoin="round" d="m20 9l1.5-.5M4 9l-1.5-.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCar02(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M2.066 11.913c.115-.63.623-1.273 1.442-1.83c1.476-1 3.16-.996 4.848-1.058c.56-.02 2.062-.028 3.644-.024c1.582-.004 3.085.003 3.644.024c1.687.062 3.372.058 4.848 1.059c.82.556 1.327 1.2 1.442 1.83c.1.54.084 2.394-.03 3.703c-.06.69-.122 1.026-.213 1.167c-.277.426-1.074.785-2.248 1.01c-1.101.21-.937.206-7.443.206s-6.342.005-7.443-.207c-1.174-.224-1.971-.583-2.248-1.009c-.091-.14-.153-.477-.213-1.167c-.114-1.309-.13-3.163-.03-3.704"/><path strokeLinejoin="round" d="m4.5 9l1.313-4.51c.12-.3.355-.55.686-.663c3.243-1.103 7.76-1.103 11.002 0c.33.113.565.363.686.663L19.5 9m-17 3l1.5.5m17.5-.5l-1.5.5m-12 5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 17.5"/><path d="M7.002 18.562v.802c0 .875-.039 1.039-.303 1.294a1.7 1.7 0 0 1-.348.239c-.201.1-.268.103-1.823.103c-1.59 0-1.619-.002-1.864-.112a1.3 1.3 0 0 1-.383-.275c-.262-.315-.275-.408-.277-2.067V15m14.994 3.562v.802c0 .875.039 1.039.303 1.294c.077.075.234.182.348.239c.201.1.268.103 1.823.103c1.59 0 1.619-.002 1.864-.112c.137-.062.31-.186.383-.275c.262-.315.275-.408.277-2.067V15"/><path strokeLinejoin="round" d="m20 9l1.5-.5M4 9l-1.5-.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-width="1.5"><path stroke-linejoin="round" d="M2.066 11.913c.115-.63.623-1.273 1.442-1.83c1.476-1 3.16-.996 4.848-1.058c.56-.02 2.062-.028 3.644-.024c1.582-.004 3.085.003 3.644.024c1.687.062 3.372.058 4.848 1.059c.82.556 1.327 1.2 1.442 1.83c.1.54.084 2.394-.03 3.703c-.06.69-.122 1.026-.213 1.167c-.277.426-1.074.785-2.248 1.01c-1.101.21-.937.206-7.443.206s-6.342.005-7.443-.207c-1.174-.224-1.971-.583-2.248-1.009c-.091-.14-.153-.477-.213-1.167c-.114-1.309-.13-3.163-.03-3.704"/><path stroke-linejoin="round" d="m4.5 9l1.313-4.51c.12-.3.355-.55.686-.663c3.243-1.103 7.76-1.103 11.002 0c.33.113.565.363.686.663L19.5 9m-17 3l1.5.5m17.5-.5l-1.5.5m-12 5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 17.5"/><path d="M7.002 18.562v.802c0 .875-.039 1.039-.303 1.294a1.7 1.7 0 0 1-.348.239c-.201.1-.268.103-1.823.103c-1.59 0-1.619-.002-1.864-.112a1.3 1.3 0 0 1-.383-.275c-.262-.315-.275-.408-.277-2.067V15m14.994 3.562v.802c0 .875.039 1.039.303 1.294c.077.075.234.182.348.239c.201.1.268.103 1.823.103c1.59 0 1.619-.002 1.864-.112c.137-.062.31-.186.383-.275c.262-.315.275-.408.277-2.067V15"/><path stroke-linejoin="round" d="m20 9l1.5-.5M4 9l-1.5-.5"/></g></svg> </template>
CSS
.icon-car-02 {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.066%2011.913c.115-.63.623-1.273%201.442-1.83c1.476-1%203.16-.996%204.848-1.058c.56-.02%202.062-.028%203.644-.024c1.582-.004%203.085.003%203.644.024c1.687.062%203.372.058%204.848%201.059c.82.556%201.327%201.2%201.442%201.83c.1.54.084%202.394-.03%203.703c-.06.69-.122%201.026-.213%201.167c-.277.426-1.074.785-2.248%201.01c-1.101.21-.937.206-7.443.206s-6.342.005-7.443-.207c-1.174-.224-1.971-.583-2.248-1.009c-.091-.14-.153-.477-.213-1.167c-.114-1.309-.13-3.163-.03-3.704%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m4.5%209l1.313-4.51c.12-.3.355-.55.686-.663c3.243-1.103%207.76-1.103%2011.002%200c.33.113.565.363.686.663L19.5%209m-17%203l1.5.5m17.5-.5l-1.5.5m-12%205l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258%201.856-.258h1.938c.984%200%201.476%200%201.856.258s.564.715.93%201.628L16%2017.5%22%2F%3E%3Cpath%20d%3D%22M7.002%2018.562v.802c0%20.875-.039%201.039-.303%201.294a1.7%201.7%200%200%201-.348.239c-.201.1-.268.103-1.823.103c-1.59%200-1.619-.002-1.864-.112a1.3%201.3%200%200%201-.383-.275c-.262-.315-.275-.408-.277-2.067V15m14.994%203.562v.802c0%20.875.039%201.039.303%201.294c.077.075.234.182.348.239c.201.1.268.103%201.823.103c1.59%200%201.619-.002%201.864-.112c.137-.062.31-.186.383-.275c.262-.315.275-.408.277-2.067V15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m20%209l1.5-.5M4%209l-1.5-.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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.066%2011.913c.115-.63.623-1.273%201.442-1.83c1.476-1%203.16-.996%204.848-1.058c.56-.02%202.062-.028%203.644-.024c1.582-.004%203.085.003%203.644.024c1.687.062%203.372.058%204.848%201.059c.82.556%201.327%201.2%201.442%201.83c.1.54.084%202.394-.03%203.703c-.06.69-.122%201.026-.213%201.167c-.277.426-1.074.785-2.248%201.01c-1.101.21-.937.206-7.443.206s-6.342.005-7.443-.207c-1.174-.224-1.971-.583-2.248-1.009c-.091-.14-.153-.477-.213-1.167c-.114-1.309-.13-3.163-.03-3.704%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m4.5%209l1.313-4.51c.12-.3.355-.55.686-.663c3.243-1.103%207.76-1.103%2011.002%200c.33.113.565.363.686.663L19.5%209m-17%203l1.5.5m17.5-.5l-1.5.5m-12%205l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258%201.856-.258h1.938c.984%200%201.476%200%201.856.258s.564.715.93%201.628L16%2017.5%22%2F%3E%3Cpath%20d%3D%22M7.002%2018.562v.802c0%20.875-.039%201.039-.303%201.294a1.7%201.7%200%200%201-.348.239c-.201.1-.268.103-1.823.103c-1.59%200-1.619-.002-1.864-.112a1.3%201.3%200%200%201-.383-.275c-.262-.315-.275-.408-.277-2.067V15m14.994%203.562v.802c0%20.875.039%201.039.303%201.294c.077.075.234.182.348.239c.201.1.268.103%201.823.103c1.59%200%201.619-.002%201.864-.112c.137-.062.31-.186.383-.275c.262-.315.275-.408.277-2.067V15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m20%209l1.5-.5M4%209l-1.5-.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-02.svg?color=%231a73e8&size=48