car from IconPark TwoTone by ByteDance · Two tone · Hardware · Apache-2.0 Free for personal and commercial use.

Name
car
Set
IconPark TwoTone
Style
Two tone
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark TwoTone

Use the car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGsBC8zbiD1"><g fill="none"><path fill="#fff" fill-rule="evenodd" d="M13.5 32a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m21 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clip-rule="evenodd"/><path fill="#555" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M7 37a3 3 0 0 1-3-3v-9.29a6 6 0 0 1 3.319-5.368l.682-.34l2.31-9.91A4 4 0 0 1 14.205 6h19.688a4 4 0 0 1 3.904 3.128l2.205 9.874l.68.34A6 6 0 0 1 44 24.708V34a3 3 0 0 1-3 3h-1.997v1A4.001 4.001 0 0 1 31 38v-1H17v1a4 4 0 1 1-8 0v-1z"/><path fill="#555" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M14 22h20l-1.652-7.434A2 2 0 0 0 30.396 13H17.604a2 2 0 0 0-1.952 1.566z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGsBC8zbiD1)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneCar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGsBC8zbiD1"><g fill="none"><path fill="#fff" fillRule="evenodd" d="M13.5 32a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m21 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clipRule="evenodd"/><path fill="#555" stroke="#fff" strokeLinejoin="round" strokeWidth="4" d="M7 37a3 3 0 0 1-3-3v-9.29a6 6 0 0 1 3.319-5.368l.682-.34l2.31-9.91A4 4 0 0 1 14.205 6h19.688a4 4 0 0 1 3.904 3.128l2.205 9.874l.68.34A6 6 0 0 1 44 24.708V34a3 3 0 0 1-3 3h-1.997v1A4.001 4.001 0 0 1 31 38v-1H17v1a4 4 0 1 1-8 0v-1z"/><path fill="#555" stroke="#fff" strokeLinejoin="round" strokeWidth="4" d="M14 22h20l-1.652-7.434A2 2 0 0 0 30.396 13H17.604a2 2 0 0 0-1.952 1.566z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGsBC8zbiD1)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGsBC8zbiD1"><g fill="none"><path fill="#fff" fill-rule="evenodd" d="M13.5 32a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m21 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clip-rule="evenodd"/><path fill="#555" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M7 37a3 3 0 0 1-3-3v-9.29a6 6 0 0 1 3.319-5.368l.682-.34l2.31-9.91A4 4 0 0 1 14.205 6h19.688a4 4 0 0 1 3.904 3.128l2.205 9.874l.68.34A6 6 0 0 1 44 24.708V34a3 3 0 0 1-3 3h-1.997v1A4.001 4.001 0 0 1 31 38v-1H17v1a4 4 0 1 1-8 0v-1z"/><path fill="#555" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M14 22h20l-1.652-7.434A2 2 0 0 0 30.396 13H17.604a2 2 0 0 0-1.952 1.566z"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGsBC8zbiD1)"/></svg>
</template>

CSS

.icon-car {
  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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGsBC8zbiD1%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%2032a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m21%200a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7%2037a3%203%200%200%201-3-3v-9.29a6%206%200%200%201%203.319-5.368l.682-.34l2.31-9.91A4%204%200%200%201%2014.205%206h19.688a4%204%200%200%201%203.904%203.128l2.205%209.874l.68.34A6%206%200%200%201%2044%2024.708V34a3%203%200%200%201-3%203h-1.997v1A4.001%204.001%200%200%201%2031%2038v-1H17v1a4%204%200%201%201-8%200v-1z%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2022h20l-1.652-7.434A2%202%200%200%200%2030.396%2013H17.604a2%202%200%200%200-1.952%201.566z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGsBC8zbiD1)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGsBC8zbiD1%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%2032a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m21%200a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7%2037a3%203%200%200%201-3-3v-9.29a6%206%200%200%201%203.319-5.368l.682-.34l2.31-9.91A4%204%200%200%201%2014.205%206h19.688a4%204%200%200%201%203.904%203.128l2.205%209.874l.68.34A6%206%200%200%201%2044%2024.708V34a3%203%200%200%201-3%203h-1.997v1A4.001%204.001%200%200%201%2031%2038v-1H17v1a4%204%200%201%201-8%200v-1z%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2022h20l-1.652-7.434A2%202%200%200%200%2030.396%2013H17.604a2%202%200%200%200-1.952%201.566z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGsBC8zbiD1)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/car.svg?color=%231a73e8&size=48

Car two tone icon — IconPark TwoTone · IconsDB