van from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
van
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the van 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m12 6l.954 3.86A1.5 1.5 0 0 0 14.41 11H20"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 6h11.069c1.549 0 2.323 0 2.98.346c.656.346 1.094.985 1.97 2.262c.613.896 1.258 1.546 2.164 2.125c.912.582 1.346.867 1.586 1.324c.231.437.231.955.231 1.992c0 1.367 0 2.05-.413 2.484l-.054.054C21.1 17 20.416 17 19.05 17M5 17c-.32 0-.615 0-.77-.033c-.156-.034-.302-.1-.595-.231L2 16c0-3.194.479-5.038 1.106-6.55c.41-.992.616-1.488.53-1.93C3.553 7.08 2.5 6 2.5 6M9 17h6"/><circle cx="17" cy="17" r="2"/><circle cx="7" cy="17" r="2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsVan(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m12 6l.954 3.86A1.5 1.5 0 0 0 14.41 11H20"/><path strokeLinecap="round" strokeLinejoin="round" d="M2 6h11.069c1.549 0 2.323 0 2.98.346c.656.346 1.094.985 1.97 2.262c.613.896 1.258 1.546 2.164 2.125c.912.582 1.346.867 1.586 1.324c.231.437.231.955.231 1.992c0 1.367 0 2.05-.413 2.484l-.054.054C21.1 17 20.416 17 19.05 17M5 17c-.32 0-.615 0-.77-.033c-.156-.034-.302-.1-.595-.231L2 16c0-3.194.479-5.038 1.106-6.55c.41-.992.616-1.488.53-1.93C3.553 7.08 2.5 6 2.5 6M9 17h6"/><circle cx="17" cy="17" r="2"/><circle cx="7" cy="17" r="2"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m12 6l.954 3.86A1.5 1.5 0 0 0 14.41 11H20"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 6h11.069c1.549 0 2.323 0 2.98.346c.656.346 1.094.985 1.97 2.262c.613.896 1.258 1.546 2.164 2.125c.912.582 1.346.867 1.586 1.324c.231.437.231.955.231 1.992c0 1.367 0 2.05-.413 2.484l-.054.054C21.1 17 20.416 17 19.05 17M5 17c-.32 0-.615 0-.77-.033c-.156-.034-.302-.1-.595-.231L2 16c0-3.194.479-5.038 1.106-6.55c.41-.992.616-1.488.53-1.93C3.553 7.08 2.5 6 2.5 6M9 17h6"/><circle cx="17" cy="17" r="2"/><circle cx="7" cy="17" r="2"/></g></svg>
</template>

CSS

.icon-van {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%206l.954%203.86A1.5%201.5%200%200%200%2014.41%2011H20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%206h11.069c1.549%200%202.323%200%202.98.346c.656.346%201.094.985%201.97%202.262c.613.896%201.258%201.546%202.164%202.125c.912.582%201.346.867%201.586%201.324c.231.437.231.955.231%201.992c0%201.367%200%202.05-.413%202.484l-.054.054C21.1%2017%2020.416%2017%2019.05%2017M5%2017c-.32%200-.615%200-.77-.033c-.156-.034-.302-.1-.595-.231L2%2016c0-3.194.479-5.038%201.106-6.55c.41-.992.616-1.488.53-1.93C3.553%207.08%202.5%206%202.5%206M9%2017h6%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2217%22%20r%3D%222%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%206l.954%203.86A1.5%201.5%200%200%200%2014.41%2011H20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%206h11.069c1.549%200%202.323%200%202.98.346c.656.346%201.094.985%201.97%202.262c.613.896%201.258%201.546%202.164%202.125c.912.582%201.346.867%201.586%201.324c.231.437.231.955.231%201.992c0%201.367%200%202.05-.413%202.484l-.054.054C21.1%2017%2020.416%2017%2019.05%2017M5%2017c-.32%200-.615%200-.77-.033c-.156-.034-.302-.1-.595-.231L2%2016c0-3.194.479-5.038%201.106-6.55c.41-.992.616-1.488.53-1.93C3.553%207.08%202.5%206%202.5%206M9%2017h6%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2217%22%20r%3D%222%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/van.svg?color=%231a73e8&size=48