ev station icon
ev-station from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- ev-station
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the ev station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.616 6.48l.014-.017l-4-3.24l-1.26 1.554l2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111c.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922a1 1 0 0 1-.318-.217a1 1 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1q.205 0 .391.078a1.03 1.03 0 0 1 .531.533A1 1 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168c.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881q.611 0 1.168-.236c.358-.15.68-.367.951-.641A2.98 2.98 0 0 0 20.976 18L21 9a3 3 0 0 0-1.384-2.52M6 18l1-5H4l5-7l-1 5h3zm12-8a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function BxsEvStation(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="m19.616 6.48l.014-.017l-4-3.24l-1.26 1.554l2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111c.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922a1 1 0 0 1-.318-.217a1 1 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1q.205 0 .391.078a1.03 1.03 0 0 1 .531.533A1 1 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168c.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881q.611 0 1.168-.236c.358-.15.68-.367.951-.641A2.98 2.98 0 0 0 20.976 18L21 9a3 3 0 0 0-1.384-2.52M6 18l1-5H4l5-7l-1 5h3zm12-8a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.616 6.48l.014-.017l-4-3.24l-1.26 1.554l2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111c.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922a1 1 0 0 1-.318-.217a1 1 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1q.205 0 .391.078a1.03 1.03 0 0 1 .531.533A1 1 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168c.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881q.611 0 1.168-.236c.358-.15.68-.367.951-.641A2.98 2.98 0 0 0 20.976 18L21 9a3 3 0 0 0-1.384-2.52M6 18l1-5H4l5-7l-1 5h3zm12-8a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-ev-station {
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%22m19.616%206.48l.014-.017l-4-3.24l-1.26%201.554l2.067%201.674a2.99%202.99%200%200%200-1.394%203.062c.15.899.769%201.676%201.57%202.111c.895.487%201.68.442%202.378.194L18.976%2018a.996.996%200%200%201-1.39.922a1%201%200%200%201-.318-.217a1%201%200%200%201-.291-.705L17%2016a2.98%202.98%200%200%200-.877-2.119A3%203%200%200%200%2014%2013h-1V5a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-4h1q.205%200%20.391.078a1.03%201.03%200%200%201%20.531.533A1%201%200%200%201%2015%2016l-.024%202c0%20.406.079.799.236%201.168c.151.359.368.68.641.951a2.97%202.97%200%200%200%202.123.881q.611%200%201.168-.236c.358-.15.68-.367.951-.641A2.98%202.98%200%200%200%2020.976%2018L21%209a3%203%200%200%200-1.384-2.52M6%2018l1-5H4l5-7l-1%205h3zm12-8a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%22m19.616%206.48l.014-.017l-4-3.24l-1.26%201.554l2.067%201.674a2.99%202.99%200%200%200-1.394%203.062c.15.899.769%201.676%201.57%202.111c.895.487%201.68.442%202.378.194L18.976%2018a.996.996%200%200%201-1.39.922a1%201%200%200%201-.318-.217a1%201%200%200%201-.291-.705L17%2016a2.98%202.98%200%200%200-.877-2.119A3%203%200%200%200%2014%2013h-1V5a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-4h1q.205%200%20.391.078a1.03%201.03%200%200%201%20.531.533A1%201%200%200%201%2015%2016l-.024%202c0%20.406.079.799.236%201.168c.151.359.368.68.641.951a2.97%202.97%200%200%200%202.123.881q.611%200%201.168-.236c.358-.15.68-.367.951-.641A2.98%202.98%200%200%200%2020.976%2018L21%209a3%203%200%200%200-1.384-2.52M6%2018l1-5H4l5-7l-1%205h3zm12-8a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/ev-station.svg?color=%231a73e8&size=48