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

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

More automotive icons from Material Design Icons

Use the ev plug ccs2 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 19c0 .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 17.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.5m0-2.5h-.3c2-1.6 3.3-4.2 3.3-7s-1.3-5.4-3.3-7H6.3C4.3 2.6 3 5.2 3 8s1.3 5.4 3.3 7H6c-2.2 0-4 1.8-4 4s1.8 4 4 4h12c2.2 0 4-1.8 4-4s-1.8-4-4-4M5 8c0-1.9.8-3.7 2.1-5h9.8C18.2 4.3 19 6.1 19 8c0 3.9-3.1 7-7 7s-7-3.1-7-7m13 13H6c-1.1 0-2-.9-2-2s.9-2 2-2h12c1.1 0 2 .9 2 2s-.9 2-2 2M12.9 5.3c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S14.9 4 14.1 4c-.7 0-1.2.6-1.2 1.3m-4.3 0c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S10.6 4 9.9 4c-.8 0-1.3.6-1.3 1.3M7.7 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7S6 7.3 6 8.3c0 .9.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M12 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7s-1.7.8-1.7 1.7s.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M18 8.3c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7S18 9.2 18 8.3"/></svg>

React

import type { SVGProps } from "react";

export function MdiEvPlugCcs2(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 19c0 .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 17.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.5m0-2.5h-.3c2-1.6 3.3-4.2 3.3-7s-1.3-5.4-3.3-7H6.3C4.3 2.6 3 5.2 3 8s1.3 5.4 3.3 7H6c-2.2 0-4 1.8-4 4s1.8 4 4 4h12c2.2 0 4-1.8 4-4s-1.8-4-4-4M5 8c0-1.9.8-3.7 2.1-5h9.8C18.2 4.3 19 6.1 19 8c0 3.9-3.1 7-7 7s-7-3.1-7-7m13 13H6c-1.1 0-2-.9-2-2s.9-2 2-2h12c1.1 0 2 .9 2 2s-.9 2-2 2M12.9 5.3c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S14.9 4 14.1 4c-.7 0-1.2.6-1.2 1.3m-4.3 0c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S10.6 4 9.9 4c-.8 0-1.3.6-1.3 1.3M7.7 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7S6 7.3 6 8.3c0 .9.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M12 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7s-1.7.8-1.7 1.7s.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M18 8.3c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7S18 9.2 18 8.3"/></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 19c0 .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 17.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.5m0-2.5h-.3c2-1.6 3.3-4.2 3.3-7s-1.3-5.4-3.3-7H6.3C4.3 2.6 3 5.2 3 8s1.3 5.4 3.3 7H6c-2.2 0-4 1.8-4 4s1.8 4 4 4h12c2.2 0 4-1.8 4-4s-1.8-4-4-4M5 8c0-1.9.8-3.7 2.1-5h9.8C18.2 4.3 19 6.1 19 8c0 3.9-3.1 7-7 7s-7-3.1-7-7m13 13H6c-1.1 0-2-.9-2-2s.9-2 2-2h12c1.1 0 2 .9 2 2s-.9 2-2 2M12.9 5.3c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S14.9 4 14.1 4c-.7 0-1.2.6-1.2 1.3m-4.3 0c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S10.6 4 9.9 4c-.8 0-1.3.6-1.3 1.3M7.7 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7S6 7.3 6 8.3c0 .9.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M12 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7s-1.7.8-1.7 1.7s.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M18 8.3c0-.9-.8-1.7-1.7-1.7c-1 0-1.7.8-1.7 1.7c0 1 .8 1.7 1.7 1.7S18 9.2 18 8.3"/></svg>
</template>

CSS

.icon-ev-plug-ccs2 {
  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%2019c0%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%2017.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.5m0-2.5h-.3c2-1.6%203.3-4.2%203.3-7s-1.3-5.4-3.3-7H6.3C4.3%202.6%203%205.2%203%208s1.3%205.4%203.3%207H6c-2.2%200-4%201.8-4%204s1.8%204%204%204h12c2.2%200%204-1.8%204-4s-1.8-4-4-4M5%208c0-1.9.8-3.7%202.1-5h9.8C18.2%204.3%2019%206.1%2019%208c0%203.9-3.1%207-7%207s-7-3.1-7-7m13%2013H6c-1.1%200-2-.9-2-2s.9-2%202-2h12c1.1%200%202%20.9%202%202s-.9%202-2%202M12.9%205.3c0%20.7.6%201.3%201.3%201.3s1.3-.6%201.3-1.3S14.9%204%2014.1%204c-.7%200-1.2.6-1.2%201.3m-4.3%200c0%20.7.6%201.3%201.3%201.3s1.3-.6%201.3-1.3S10.6%204%209.9%204c-.8%200-1.3.6-1.3%201.3M7.7%2010c1%200%201.7-.8%201.7-1.7s-.8-1.7-1.7-1.7S6%207.3%206%208.3c0%20.9.8%201.7%201.7%201.7m3.9%201.7c0-.9-.8-1.7-1.7-1.7c-1%200-1.7.8-1.7%201.7c0%201%20.8%201.7%201.7%201.7s1.7-.7%201.7-1.7M12%2010c1%200%201.7-.8%201.7-1.7s-.8-1.7-1.7-1.7s-1.7.8-1.7%201.7s.8%201.7%201.7%201.7m3.9%201.7c0-.9-.8-1.7-1.7-1.7c-1%200-1.7.8-1.7%201.7c0%201%20.8%201.7%201.7%201.7s1.7-.7%201.7-1.7M18%208.3c0-.9-.8-1.7-1.7-1.7c-1%200-1.7.8-1.7%201.7c0%201%20.8%201.7%201.7%201.7S18%209.2%2018%208.3%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%2019c0%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%2017.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.5m0-2.5h-.3c2-1.6%203.3-4.2%203.3-7s-1.3-5.4-3.3-7H6.3C4.3%202.6%203%205.2%203%208s1.3%205.4%203.3%207H6c-2.2%200-4%201.8-4%204s1.8%204%204%204h12c2.2%200%204-1.8%204-4s-1.8-4-4-4M5%208c0-1.9.8-3.7%202.1-5h9.8C18.2%204.3%2019%206.1%2019%208c0%203.9-3.1%207-7%207s-7-3.1-7-7m13%2013H6c-1.1%200-2-.9-2-2s.9-2%202-2h12c1.1%200%202%20.9%202%202s-.9%202-2%202M12.9%205.3c0%20.7.6%201.3%201.3%201.3s1.3-.6%201.3-1.3S14.9%204%2014.1%204c-.7%200-1.2.6-1.2%201.3m-4.3%200c0%20.7.6%201.3%201.3%201.3s1.3-.6%201.3-1.3S10.6%204%209.9%204c-.8%200-1.3.6-1.3%201.3M7.7%2010c1%200%201.7-.8%201.7-1.7s-.8-1.7-1.7-1.7S6%207.3%206%208.3c0%20.9.8%201.7%201.7%201.7m3.9%201.7c0-.9-.8-1.7-1.7-1.7c-1%200-1.7.8-1.7%201.7c0%201%20.8%201.7%201.7%201.7s1.7-.7%201.7-1.7M12%2010c1%200%201.7-.8%201.7-1.7s-.8-1.7-1.7-1.7s-1.7.8-1.7%201.7s.8%201.7%201.7%201.7m3.9%201.7c0-.9-.8-1.7-1.7-1.7c-1%200-1.7.8-1.7%201.7c0%201%20.8%201.7%201.7%201.7s1.7-.7%201.7-1.7M18%208.3c0-.9-.8-1.7-1.7-1.7c-1%200-1.7.8-1.7%201.7c0%201%20.8%201.7%201.7%201.7S18%209.2%2018%208.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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