car-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
car-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.764 4a3 3 0 0 1 2.683 1.658l1.385 2.77q.367-.15.72-.323a1 1 0 0 1 .895 1.79q-.361.16-.726.311l.963 1.925A3 3 0 0 1 22 13.47V16a3 3 0 0 1-1 2.236V19.5a1.5 1.5 0 0 1-3 0V19H6v.5a1.5 1.5 0 0 1-3 0v-1.264A3 3 0 0 1 2 16v-2.528a3 3 0 0 1 .316-1.341l.955-1.91q-.363-.153-.715-.325a1.01 1.01 0 0 1-.45-1.343a1 1 0 0 1 1.341-.448q.355.173.72.324l1.386-2.77A3 3 0 0 1 8.236 4zM7.5 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8.236 6a1 1 0 0 0-.894.553L6.072 9.09C7.62 9.555 9.705 10 12 10s4.38-.445 5.928-.91l-1.27-2.537A1 1 0 0 0 15.764 6z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCarFill(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="M15.764 4a3 3 0 0 1 2.683 1.658l1.385 2.77q.367-.15.72-.323a1 1 0 0 1 .895 1.79q-.361.16-.726.311l.963 1.925A3 3 0 0 1 22 13.47V16a3 3 0 0 1-1 2.236V19.5a1.5 1.5 0 0 1-3 0V19H6v.5a1.5 1.5 0 0 1-3 0v-1.264A3 3 0 0 1 2 16v-2.528a3 3 0 0 1 .316-1.341l.955-1.91q-.363-.153-.715-.325a1.01 1.01 0 0 1-.45-1.343a1 1 0 0 1 1.341-.448q.355.173.72.324l1.386-2.77A3 3 0 0 1 8.236 4zM7.5 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8.236 6a1 1 0 0 0-.894.553L6.072 9.09C7.62 9.555 9.705 10 12 10s4.38-.445 5.928-.91l-1.27-2.537A1 1 0 0 0 15.764 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.764 4a3 3 0 0 1 2.683 1.658l1.385 2.77q.367-.15.72-.323a1 1 0 0 1 .895 1.79q-.361.16-.726.311l.963 1.925A3 3 0 0 1 22 13.47V16a3 3 0 0 1-1 2.236V19.5a1.5 1.5 0 0 1-3 0V19H6v.5a1.5 1.5 0 0 1-3 0v-1.264A3 3 0 0 1 2 16v-2.528a3 3 0 0 1 .316-1.341l.955-1.91q-.363-.153-.715-.325a1.01 1.01 0 0 1-.45-1.343a1 1 0 0 1 1.341-.448q.355.173.72.324l1.386-2.77A3 3 0 0 1 8.236 4zM7.5 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8.236 6a1 1 0 0 0-.894.553L6.072 9.09C7.62 9.555 9.705 10 12 10s4.38-.445 5.928-.91l-1.27-2.537A1 1 0 0 0 15.764 6z"/></svg>
</template>

CSS

.icon-car-fill {
  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%22M15.764%204a3%203%200%200%201%202.683%201.658l1.385%202.77q.367-.15.72-.323a1%201%200%200%201%20.895%201.79q-.361.16-.726.311l.963%201.925A3%203%200%200%201%2022%2013.47V16a3%203%200%200%201-1%202.236V19.5a1.5%201.5%200%200%201-3%200V19H6v.5a1.5%201.5%200%200%201-3%200v-1.264A3%203%200%200%201%202%2016v-2.528a3%203%200%200%201%20.316-1.341l.955-1.91q-.363-.153-.715-.325a1.01%201.01%200%200%201-.45-1.343a1%201%200%200%201%201.341-.448q.355.173.72.324l1.386-2.77A3%203%200%200%201%208.236%204zM7.5%2013a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M8.236%206a1%201%200%200%200-.894.553L6.072%209.09C7.62%209.555%209.705%2010%2012%2010s4.38-.445%205.928-.91l-1.27-2.537A1%201%200%200%200%2015.764%206z%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%22M15.764%204a3%203%200%200%201%202.683%201.658l1.385%202.77q.367-.15.72-.323a1%201%200%200%201%20.895%201.79q-.361.16-.726.311l.963%201.925A3%203%200%200%201%2022%2013.47V16a3%203%200%200%201-1%202.236V19.5a1.5%201.5%200%200%201-3%200V19H6v.5a1.5%201.5%200%200%201-3%200v-1.264A3%203%200%200%201%202%2016v-2.528a3%203%200%200%201%20.316-1.341l.955-1.91q-.363-.153-.715-.325a1.01%201.01%200%200%201-.45-1.343a1%201%200%200%201%201.341-.448q.355.173.72.324l1.386-2.77A3%203%200%200%201%208.236%204zM7.5%2013a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M8.236%206a1%201%200%200%200-.894.553L6.072%209.09C7.62%209.555%209.705%2010%2012%2010s4.38-.445%205.928-.91l-1.27-2.537A1%201%200%200%200%2015.764%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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