car from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
car
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M447.68 220.78a16 16 0 0 0-1-3.08l-37.78-88.16C400.19 109.17 379 96 354.89 96H157.11c-24.09 0-45.3 13.17-54 33.54L65.29 217.7A15.7 15.7 0 0 0 64 224v176a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h256v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32a32 32 0 0 1-32 32M104.26 208l28.23-65.85C136.11 133.69 146 128 157.11 128h197.78c11.1 0 21 5.69 24.62 14.15L407.74 208Z"/></svg>

React

import type { SVGProps } from "react";

export function IonCar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M447.68 220.78a16 16 0 0 0-1-3.08l-37.78-88.16C400.19 109.17 379 96 354.89 96H157.11c-24.09 0-45.3 13.17-54 33.54L65.29 217.7A15.7 15.7 0 0 0 64 224v176a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h256v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32a32 32 0 0 1-32 32M104.26 208l28.23-65.85C136.11 133.69 146 128 157.11 128h197.78c11.1 0 21 5.69 24.62 14.15L407.74 208Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M447.68 220.78a16 16 0 0 0-1-3.08l-37.78-88.16C400.19 109.17 379 96 354.89 96H157.11c-24.09 0-45.3 13.17-54 33.54L65.29 217.7A15.7 15.7 0 0 0 64 224v176a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h256v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32a32 32 0 0 1-32 32M104.26 208l28.23-65.85C136.11 133.69 146 128 157.11 128h197.78c11.1 0 21 5.69 24.62 14.15L407.74 208Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M447.68%20220.78a16%2016%200%200%200-1-3.08l-37.78-88.16C400.19%20109.17%20379%2096%20354.89%2096H157.11c-24.09%200-45.3%2013.17-54%2033.54L65.29%20217.7A15.7%2015.7%200%200%200%2064%20224v176a16%2016%200%200%200%2016%2016h32a16%2016%200%200%200%2016-16v-16h256v16a16%2016%200%200%200%2016%2016h32a16%2016%200%200%200%2016-16V224a16%2016%200%200%200-.32-3.22M144%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m224%200a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032M104.26%20208l28.23-65.85C136.11%20133.69%20146%20128%20157.11%20128h197.78c11.1%200%2021%205.69%2024.62%2014.15L407.74%20208Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M447.68%20220.78a16%2016%200%200%200-1-3.08l-37.78-88.16C400.19%20109.17%20379%2096%20354.89%2096H157.11c-24.09%200-45.3%2013.17-54%2033.54L65.29%20217.7A15.7%2015.7%200%200%200%2064%20224v176a16%2016%200%200%200%2016%2016h32a16%2016%200%200%200%2016-16v-16h256v16a16%2016%200%200%200%2016%2016h32a16%2016%200%200%200%2016-16V224a16%2016%200%200%200-.32-3.22M144%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m224%200a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032M104.26%20208l28.23-65.85C136.11%20133.69%20146%20128%20157.11%20128h197.78c11.1%200%2021%205.69%2024.62%2014.15L407.74%20208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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