ev-front-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
ev-front-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

Use the ev front icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404c.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848Zm6.75.51a.186.186 0 0 0-.23.034L6.05 7.246a.188.188 0 0 0 .137.316h1.241l-.673 2.195a.19.19 0 0 0 .085.218c.075.043.17.03.23-.034l2.88-3.187a.188.188 0 0 0-.137-.316H8.572l.782-2.195a.19.19 0 0 0-.085-.218Z"/></svg>

React

import type { SVGProps } from "react";

export function BiEvFrontFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404c.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848Zm6.75.51a.186.186 0 0 0-.23.034L6.05 7.246a.188.188 0 0 0 .137.316h1.241l-.673 2.195a.19.19 0 0 0 .085.218c.075.043.17.03.23-.034l2.88-3.187a.188.188 0 0 0-.137-.316H8.572l.782-2.195a.19.19 0 0 0-.085-.218Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404c.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848Zm6.75.51a.186.186 0 0 0-.23.034L6.05 7.246a.188.188 0 0 0 .137.316h1.241l-.673 2.195a.19.19 0 0 0 .085.218c.075.043.17.03.23-.034l2.88-3.187a.188.188 0 0 0-.137-.316H8.572l.782-2.195a.19.19 0 0 0-.085-.218Z"/></svg>
</template>

CSS

.icon-ev-front-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.52%203.515A2.5%202.5%200%200%201%204.82%202h6.362c1%200%201.904.596%202.298%201.515l.792%201.848c.075.175.21.319.38.404c.5.25.855.715.965%201.262l.335%201.679q.05.242.049.49v.413c0%20.814-.39%201.543-1%201.997V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.338c-1.292.048-2.745.088-4%20.088s-2.708-.04-4-.088V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5%202.5%200%200%201%20.049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8%200%200%200%20.381-.404l.792-1.848Zm6.75.51a.186.186%200%200%200-.23.034L6.05%207.246a.188.188%200%200%200%20.137.316h1.241l-.673%202.195a.19.19%200%200%200%20.085.218c.075.043.17.03.23-.034l2.88-3.187a.188.188%200%200%200-.137-.316H8.572l.782-2.195a.19.19%200%200%200-.085-.218Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.52%203.515A2.5%202.5%200%200%201%204.82%202h6.362c1%200%201.904.596%202.298%201.515l.792%201.848c.075.175.21.319.38.404c.5.25.855.715.965%201.262l.335%201.679q.05.242.049.49v.413c0%20.814-.39%201.543-1%201.997V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.338c-1.292.048-2.745.088-4%20.088s-2.708-.04-4-.088V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5%202.5%200%200%201%20.049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8%200%200%200%20.381-.404l.792-1.848Zm6.75.51a.186.186%200%200%200-.23.034L6.05%207.246a.188.188%200%200%200%20.137.316h1.241l-.673%202.195a.19.19%200%200%200%20.085.218c.075.043.17.03.23-.034l2.88-3.187a.188.188%200%200%200-.137-.316H8.572l.782-2.195a.19.19%200%200%200-.085-.218Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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