van icon
van-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- van-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="m254.07 106.79l-45.54-53.06A16 16 0 0 0 196.26 48H32a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h17a32 32 0 0 0 62 0h50a32 32 0 0 0 62 0h17a16 16 0 0 0 16-16v-64a8 8 0 0 0-1.93-5.21M32 104V64h56v40Zm48 96a16 16 0 1 1 16-16a16 16 0 0 1-16 16m80-96h-56V64h56Zm32 96a16 16 0 1 1 16-16a16 16 0 0 1-16 16m-16-96V64h20.26l34.33 40Z"/></svg>
React
import type { SVGProps } from "react";
export function PhVanFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m254.07 106.79l-45.54-53.06A16 16 0 0 0 196.26 48H32a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h17a32 32 0 0 0 62 0h50a32 32 0 0 0 62 0h17a16 16 0 0 0 16-16v-64a8 8 0 0 0-1.93-5.21M32 104V64h56v40Zm48 96a16 16 0 1 1 16-16a16 16 0 0 1-16 16m80-96h-56V64h56Zm32 96a16 16 0 1 1 16-16a16 16 0 0 1-16 16m-16-96V64h20.26l34.33 40Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m254.07 106.79l-45.54-53.06A16 16 0 0 0 196.26 48H32a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h17a32 32 0 0 0 62 0h50a32 32 0 0 0 62 0h17a16 16 0 0 0 16-16v-64a8 8 0 0 0-1.93-5.21M32 104V64h56v40Zm48 96a16 16 0 1 1 16-16a16 16 0 0 1-16 16m80-96h-56V64h56Zm32 96a16 16 0 1 1 16-16a16 16 0 0 1-16 16m-16-96V64h20.26l34.33 40Z"/></svg> </template>
CSS
.icon-van-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m254.07%20106.79l-45.54-53.06A16%2016%200%200%200%20196.26%2048H32a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h17a32%2032%200%200%200%2062%200h50a32%2032%200%200%200%2062%200h17a16%2016%200%200%200%2016-16v-64a8%208%200%200%200-1.93-5.21M32%20104V64h56v40Zm48%2096a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m80-96h-56V64h56Zm32%2096a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m-16-96V64h20.26l34.33%2040Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m254.07%20106.79l-45.54-53.06A16%2016%200%200%200%20196.26%2048H32a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h17a32%2032%200%200%200%2062%200h50a32%2032%200%200%200%2062%200h17a16%2016%200%200%200%2016-16v-64a8%208%200%200%200-1.93-5.21M32%20104V64h56v40Zm48%2096a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m80-96h-56V64h56Zm32%2096a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m-16-96V64h20.26l34.33%2040Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/van-fill.svg?color=%231a73e8&size=48