plate from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
plate
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the plate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M18.43 13c.36.517.57 1.147.57 1.828C19 16.58 17.602 18 15.877 18q-.458-.001-.877-.127M18.98 10c1.805 1.019 3.02 2.924 3.02 5.106C22 18.361 19.298 21 15.965 21A6.1 6.1 0 0 1 12 19.55"/><circle cx="9" cy="10" r="4"/><circle cx="9" cy="10" r="7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPlate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M18.43 13c.36.517.57 1.147.57 1.828C19 16.58 17.602 18 15.877 18q-.458-.001-.877-.127M18.98 10c1.805 1.019 3.02 2.924 3.02 5.106C22 18.361 19.298 21 15.965 21A6.1 6.1 0 0 1 12 19.55"/><circle cx="9" cy="10" r="4"/><circle cx="9" cy="10" r="7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M18.43 13c.36.517.57 1.147.57 1.828C19 16.58 17.602 18 15.877 18q-.458-.001-.877-.127M18.98 10c1.805 1.019 3.02 2.924 3.02 5.106C22 18.361 19.298 21 15.965 21A6.1 6.1 0 0 1 12 19.55"/><circle cx="9" cy="10" r="4"/><circle cx="9" cy="10" r="7"/></g></svg>
</template>

CSS

.icon-plate {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.43%2013c.36.517.57%201.147.57%201.828C19%2016.58%2017.602%2018%2015.877%2018q-.458-.001-.877-.127M18.98%2010c1.805%201.019%203.02%202.924%203.02%205.106C22%2018.361%2019.298%2021%2015.965%2021A6.1%206.1%200%200%201%2012%2019.55%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2210%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2210%22%20r%3D%227%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.43%2013c.36.517.57%201.147.57%201.828C19%2016.58%2017.602%2018%2015.877%2018q-.458-.001-.877-.127M18.98%2010c1.805%201.019%203.02%202.924%203.02%205.106C22%2018.361%2019.298%2021%2015.965%2021A6.1%206.1%200%200%201%2012%2019.55%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2210%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2210%22%20r%3D%227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/plate.svg?color=%231a73e8&size=48