plate-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.

Name
plate-duotone
Set
Reicon
Style
Duotone
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More ui icons from Reicon

Use the plate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 3.06 3.955C4.375 3 6.251 3 10 3h4c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C23 6.375 23 8.251 23 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C19.625 21 17.749 21 14 21h-4c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C1 17.625 1 15.749 1 12" opacity=".5"/><path d="M12.75 3a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zM8 9.75a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zm0 3.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPlateDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 3.06 3.955C4.375 3 6.251 3 10 3h4c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C23 6.375 23 8.251 23 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C19.625 21 17.749 21 14 21h-4c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C1 17.625 1 15.749 1 12" opacity=".5"/><path d="M12.75 3a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zM8 9.75a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zm0 3.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1 12c0-3.75 0-5.625.955-6.939A5 5 0 0 1 3.06 3.955C4.375 3 6.251 3 10 3h4c3.75 0 5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C23 6.375 23 8.251 23 12s0 5.625-.955 6.939a5 5 0 0 1-1.106 1.106C19.625 21 17.749 21 14 21h-4c-3.75 0-5.625 0-6.939-.955a5 5 0 0 1-1.106-1.106C1 17.625 1 15.749 1 12" opacity=".5"/><path d="M12.75 3a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zM8 9.75a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zm0 3.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></g></svg>
</template>

CSS

.icon-plate-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M1%2012c0-3.75%200-5.625.955-6.939A5%205%200%200%201%203.06%203.955C4.375%203%206.251%203%2010%203h4c3.75%200%205.625%200%206.939.955a5%205%200%200%201%201.106%201.106C23%206.375%2023%208.251%2023%2012s0%205.625-.955%206.939a5%205%200%200%201-1.106%201.106C19.625%2021%2017.749%2021%2014%2021h-4c-3.75%200-5.625%200-6.939-.955a5%205%200%200%201-1.106-1.106C1%2017.625%201%2015.749%201%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%203a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zM8%209.75a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5zm0%203.5a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5z%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%22currentColor%22%3E%3Cpath%20d%3D%22M1%2012c0-3.75%200-5.625.955-6.939A5%205%200%200%201%203.06%203.955C4.375%203%206.251%203%2010%203h4c3.75%200%205.625%200%206.939.955a5%205%200%200%201%201.106%201.106C23%206.375%2023%208.251%2023%2012s0%205.625-.955%206.939a5%205%200%200%201-1.106%201.106C19.625%2021%2017.749%2021%2014%2021h-4c-3.75%200-5.625%200-6.939-.955a5%205%200%200%201-1.106-1.106C1%2017.625%201%2015.749%201%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%203a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zM8%209.75a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5zm0%203.5a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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