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

Name
ev-plug-ccs1
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
ev-charger-ccs1, ev-plug-ccs-combo-1

More automotive icons from Material Design Icons

Use the ev plug ccs1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 20c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5M18 18.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5s1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5m4 1.5c0 2.2-1.8 4-4 4H6c-2.2 0-4-1.8-4-4s1.8-4 4-4h.3C4.3 14.4 3 11.8 3 9c0-5 4-9 9-9s9 4 9 9c0 2.8-1.3 5.4-3.3 7h.3c2.2 0 4 1.8 4 4m-10-4c3.9 0 7-3.1 7-7s-3.1-7-7-7s-7 3.1-7 7s3.1 7 7 7m8 4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2s.9 2 2 2h12c1.1 0 2-.9 2-2M12.9 6.3c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8s-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8m-5.4 0c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8s-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8m1.8 3.9c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.4-1.2 1-1.2c.7 0 1.2.6 1.2 1.2m4.5 2.5c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s1.8.8 1.8 1.8m3.2-2.5c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.4-1.2 1.1-1.2c.6 0 1.1.6 1.1 1.2"/></svg>

React

import type { SVGProps } from "react";

export function MdiEvPlugCcs1(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="M7.5 20c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5M18 18.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5s1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5m4 1.5c0 2.2-1.8 4-4 4H6c-2.2 0-4-1.8-4-4s1.8-4 4-4h.3C4.3 14.4 3 11.8 3 9c0-5 4-9 9-9s9 4 9 9c0 2.8-1.3 5.4-3.3 7h.3c2.2 0 4 1.8 4 4m-10-4c3.9 0 7-3.1 7-7s-3.1-7-7-7s-7 3.1-7 7s3.1 7 7 7m8 4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2s.9 2 2 2h12c1.1 0 2-.9 2-2M12.9 6.3c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8s-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8m-5.4 0c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8s-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8m1.8 3.9c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.4-1.2 1-1.2c.7 0 1.2.6 1.2 1.2m4.5 2.5c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s1.8.8 1.8 1.8m3.2-2.5c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.4-1.2 1.1-1.2c.6 0 1.1.6 1.1 1.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="M7.5 20c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5M18 18.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5s1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5m4 1.5c0 2.2-1.8 4-4 4H6c-2.2 0-4-1.8-4-4s1.8-4 4-4h.3C4.3 14.4 3 11.8 3 9c0-5 4-9 9-9s9 4 9 9c0 2.8-1.3 5.4-3.3 7h.3c2.2 0 4 1.8 4 4m-10-4c3.9 0 7-3.1 7-7s-3.1-7-7-7s-7 3.1-7 7s3.1 7 7 7m8 4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2s.9 2 2 2h12c1.1 0 2-.9 2-2M12.9 6.3c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8s-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8m-5.4 0c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8s-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8m1.8 3.9c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.4-1.2 1-1.2c.7 0 1.2.6 1.2 1.2m4.5 2.5c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s1.8.8 1.8 1.8m3.2-2.5c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.4-1.2 1.1-1.2c.6 0 1.1.6 1.1 1.2"/></svg>
</template>

CSS

.icon-ev-plug-ccs1 {
  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%22M7.5%2020c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5M18%2018.5c-.8%200-1.5.7-1.5%201.5s.7%201.5%201.5%201.5s1.5-.7%201.5-1.5s-.7-1.5-1.5-1.5m4%201.5c0%202.2-1.8%204-4%204H6c-2.2%200-4-1.8-4-4s1.8-4%204-4h.3C4.3%2014.4%203%2011.8%203%209c0-5%204-9%209-9s9%204%209%209c0%202.8-1.3%205.4-3.3%207h.3c2.2%200%204%201.8%204%204m-10-4c3.9%200%207-3.1%207-7s-3.1-7-7-7s-7%203.1-7%207s3.1%207%207%207m8%204c0-1.1-.9-2-2-2H6c-1.1%200-2%20.9-2%202s.9%202%202%202h12c1.1%200%202-.9%202-2M12.9%206.3c0-1%20.8-1.8%201.8-1.8s1.8.8%201.8%201.8s-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8m-5.4%200c0-1%20.8-1.8%201.8-1.8s1.8.8%201.8%201.8s-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8m1.8%203.9c0%20.6-.5%201.1-1.1%201.1s-1.1-.5-1.1-1.1s.4-1.2%201-1.2c.7%200%201.2.6%201.2%201.2m4.5%202.5c0%201-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8s.8-1.8%201.8-1.8s1.8.8%201.8%201.8m3.2-2.5c0%20.6-.5%201.1-1.1%201.1s-1.1-.5-1.1-1.1s.4-1.2%201.1-1.2c.6%200%201.1.6%201.1%201.2%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%22M7.5%2020c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5M18%2018.5c-.8%200-1.5.7-1.5%201.5s.7%201.5%201.5%201.5s1.5-.7%201.5-1.5s-.7-1.5-1.5-1.5m4%201.5c0%202.2-1.8%204-4%204H6c-2.2%200-4-1.8-4-4s1.8-4%204-4h.3C4.3%2014.4%203%2011.8%203%209c0-5%204-9%209-9s9%204%209%209c0%202.8-1.3%205.4-3.3%207h.3c2.2%200%204%201.8%204%204m-10-4c3.9%200%207-3.1%207-7s-3.1-7-7-7s-7%203.1-7%207s3.1%207%207%207m8%204c0-1.1-.9-2-2-2H6c-1.1%200-2%20.9-2%202s.9%202%202%202h12c1.1%200%202-.9%202-2M12.9%206.3c0-1%20.8-1.8%201.8-1.8s1.8.8%201.8%201.8s-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8m-5.4%200c0-1%20.8-1.8%201.8-1.8s1.8.8%201.8%201.8s-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8m1.8%203.9c0%20.6-.5%201.1-1.1%201.1s-1.1-.5-1.1-1.1s.4-1.2%201-1.2c.7%200%201.2.6%201.2%201.2m4.5%202.5c0%201-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8s.8-1.8%201.8-1.8s1.8.8%201.8%201.8m3.2-2.5c0%20.6-.5%201.1-1.1%201.1s-1.1-.5-1.1-1.1s.4-1.2%201.1-1.2c.6%200%201.1.6%201.1%201.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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