ev-plug-tesla from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
ev-plug-tesla
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
ev-charger-tesla

More automotive icons from Material Design Icons

Use the ev plug tesla icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 9c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1s-1-.45-1-1m11 1c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m5-.07V11a9 9 0 0 1-9 9h-2c-4.97 0-9-4-9-9V9.93C2 6.65 4.65 4 7.93 4h8.14C19.35 4 22 6.65 22 9.93M14.5 9a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m-10 0a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0M9 17c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m4.5 0c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5m3.5 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m2.97-5.34C19.23 12.5 18.18 13 17 13c-2.21 0-4-1.79-4-4c0-1.2.54-2.27 1.38-3H9.62c.84.73 1.38 1.8 1.38 3c0 2.21-1.79 4-4 4a3.9 3.9 0 0 1-2.97-1.34c.16 1.66.9 3.16 2.01 4.28C7.71 14.73 9.76 14 12 14s4.29.73 5.96 1.94a7.04 7.04 0 0 0 2.01-4.28"/></svg>

React

import type { SVGProps } from "react";

export function MdiEvPlugTesla(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="M6 9c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1s-1-.45-1-1m11 1c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m5-.07V11a9 9 0 0 1-9 9h-2c-4.97 0-9-4-9-9V9.93C2 6.65 4.65 4 7.93 4h8.14C19.35 4 22 6.65 22 9.93M14.5 9a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m-10 0a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0M9 17c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m4.5 0c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5m3.5 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m2.97-5.34C19.23 12.5 18.18 13 17 13c-2.21 0-4-1.79-4-4c0-1.2.54-2.27 1.38-3H9.62c.84.73 1.38 1.8 1.38 3c0 2.21-1.79 4-4 4a3.9 3.9 0 0 1-2.97-1.34c.16 1.66.9 3.16 2.01 4.28C7.71 14.73 9.76 14 12 14s4.29.73 5.96 1.94a7.04 7.04 0 0 0 2.01-4.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 9c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1s-1-.45-1-1m11 1c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m5-.07V11a9 9 0 0 1-9 9h-2c-4.97 0-9-4-9-9V9.93C2 6.65 4.65 4 7.93 4h8.14C19.35 4 22 6.65 22 9.93M14.5 9a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m-10 0a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0M9 17c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m4.5 0c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5m3.5 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m2.97-5.34C19.23 12.5 18.18 13 17 13c-2.21 0-4-1.79-4-4c0-1.2.54-2.27 1.38-3H9.62c.84.73 1.38 1.8 1.38 3c0 2.21-1.79 4-4 4a3.9 3.9 0 0 1-2.97-1.34c.16 1.66.9 3.16 2.01 4.28C7.71 14.73 9.76 14 12 14s4.29.73 5.96 1.94a7.04 7.04 0 0 0 2.01-4.28"/></svg>
</template>

CSS

.icon-ev-plug-tesla {
  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%22M6%209c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201s-1-.45-1-1m11%201c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m5-.07V11a9%209%200%200%201-9%209h-2c-4.97%200-9-4-9-9V9.93C2%206.65%204.65%204%207.93%204h8.14C19.35%204%2022%206.65%2022%209.93M14.5%209a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m-10%200a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200M9%2017c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m4.5%200c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5m3.5%200c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m2.97-5.34C19.23%2012.5%2018.18%2013%2017%2013c-2.21%200-4-1.79-4-4c0-1.2.54-2.27%201.38-3H9.62c.84.73%201.38%201.8%201.38%203c0%202.21-1.79%204-4%204a3.9%203.9%200%200%201-2.97-1.34c.16%201.66.9%203.16%202.01%204.28C7.71%2014.73%209.76%2014%2012%2014s4.29.73%205.96%201.94a7.04%207.04%200%200%200%202.01-4.28%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%22M6%209c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201s-1-.45-1-1m11%201c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m5-.07V11a9%209%200%200%201-9%209h-2c-4.97%200-9-4-9-9V9.93C2%206.65%204.65%204%207.93%204h8.14C19.35%204%2022%206.65%2022%209.93M14.5%209a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m-10%200a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200M9%2017c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m4.5%200c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5m3.5%200c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m2.97-5.34C19.23%2012.5%2018.18%2013%2017%2013c-2.21%200-4-1.79-4-4c0-1.2.54-2.27%201.38-3H9.62c.84.73%201.38%201.8%201.38%203c0%202.21-1.79%204-4%204a3.9%203.9%200%200%201-2.97-1.34c.16%201.66.9%203.16%202.01%204.28C7.71%2014.73%209.76%2014%2012%2014s4.29.73%205.96%201.94a7.04%207.04%200%200%200%202.01-4.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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