plate icon

plate-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
plate-bold-duotone
Set
Solar
Style
Bold Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

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 12C1 8.25027 1 6.3754 1.95491 5.06107C2.26331 4.6366 2.6366 4.26331 3.06107 3.95491C4.3754 3 6.25027 3 10 3H14C17.7497 3 19.6246 3 20.9389 3.95491C21.3634 4.26331 21.7367 4.6366 22.0451 5.06107C23 6.3754 23 8.25027 23 12C23 15.7497 23 17.6246 22.0451 18.9389C21.7367 19.3634 21.3634 19.7367 20.9389 20.0451C19.6246 21 17.7497 21 14 21H10C6.25027 21 4.3754 21 3.06107 20.0451C2.6366 19.7367 2.26331 19.3634 1.95491 18.9389C1 17.6246 1 15.7497 1 12Z" opacity=".5"/><path d="M12.75 3C12.75 2.58579 12.4142 2.25 12 2.25C11.5858 2.25 11.25 2.58579 11.25 3V5C11.25 5.41421 11.5858 5.75 12 5.75C12.4142 5.75 12.75 5.41421 12.75 5V3Z"/><path d="M8 9.75C7.58579 9.75 7.25 10.0858 7.25 10.5C7.25 10.9142 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 10.9142 16.75 10.5C16.75 10.0858 16.4142 9.75 16 9.75H8Z"/><path d="M8 13.25C7.58579 13.25 7.25 13.5858 7.25 14C7.25 14.4142 7.58579 14.75 8 14.75H13.5C13.9142 14.75 14.25 14.4142 14.25 14C14.25 13.5858 13.9142 13.25 13.5 13.25H8Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPlateBoldDuotone(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 12C1 8.25027 1 6.3754 1.95491 5.06107C2.26331 4.6366 2.6366 4.26331 3.06107 3.95491C4.3754 3 6.25027 3 10 3H14C17.7497 3 19.6246 3 20.9389 3.95491C21.3634 4.26331 21.7367 4.6366 22.0451 5.06107C23 6.3754 23 8.25027 23 12C23 15.7497 23 17.6246 22.0451 18.9389C21.7367 19.3634 21.3634 19.7367 20.9389 20.0451C19.6246 21 17.7497 21 14 21H10C6.25027 21 4.3754 21 3.06107 20.0451C2.6366 19.7367 2.26331 19.3634 1.95491 18.9389C1 17.6246 1 15.7497 1 12Z" opacity=".5"/><path d="M12.75 3C12.75 2.58579 12.4142 2.25 12 2.25C11.5858 2.25 11.25 2.58579 11.25 3V5C11.25 5.41421 11.5858 5.75 12 5.75C12.4142 5.75 12.75 5.41421 12.75 5V3Z"/><path d="M8 9.75C7.58579 9.75 7.25 10.0858 7.25 10.5C7.25 10.9142 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 10.9142 16.75 10.5C16.75 10.0858 16.4142 9.75 16 9.75H8Z"/><path d="M8 13.25C7.58579 13.25 7.25 13.5858 7.25 14C7.25 14.4142 7.58579 14.75 8 14.75H13.5C13.9142 14.75 14.25 14.4142 14.25 14C14.25 13.5858 13.9142 13.25 13.5 13.25H8Z"/></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 12C1 8.25027 1 6.3754 1.95491 5.06107C2.26331 4.6366 2.6366 4.26331 3.06107 3.95491C4.3754 3 6.25027 3 10 3H14C17.7497 3 19.6246 3 20.9389 3.95491C21.3634 4.26331 21.7367 4.6366 22.0451 5.06107C23 6.3754 23 8.25027 23 12C23 15.7497 23 17.6246 22.0451 18.9389C21.7367 19.3634 21.3634 19.7367 20.9389 20.0451C19.6246 21 17.7497 21 14 21H10C6.25027 21 4.3754 21 3.06107 20.0451C2.6366 19.7367 2.26331 19.3634 1.95491 18.9389C1 17.6246 1 15.7497 1 12Z" opacity=".5"/><path d="M12.75 3C12.75 2.58579 12.4142 2.25 12 2.25C11.5858 2.25 11.25 2.58579 11.25 3V5C11.25 5.41421 11.5858 5.75 12 5.75C12.4142 5.75 12.75 5.41421 12.75 5V3Z"/><path d="M8 9.75C7.58579 9.75 7.25 10.0858 7.25 10.5C7.25 10.9142 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 10.9142 16.75 10.5C16.75 10.0858 16.4142 9.75 16 9.75H8Z"/><path d="M8 13.25C7.58579 13.25 7.25 13.5858 7.25 14C7.25 14.4142 7.58579 14.75 8 14.75H13.5C13.9142 14.75 14.25 14.4142 14.25 14C14.25 13.5858 13.9142 13.25 13.5 13.25H8Z"/></g></svg>
</template>

CSS

.icon-plate-bold-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%2012C1%208.25027%201%206.3754%201.95491%205.06107C2.26331%204.6366%202.6366%204.26331%203.06107%203.95491C4.3754%203%206.25027%203%2010%203H14C17.7497%203%2019.6246%203%2020.9389%203.95491C21.3634%204.26331%2021.7367%204.6366%2022.0451%205.06107C23%206.3754%2023%208.25027%2023%2012C23%2015.7497%2023%2017.6246%2022.0451%2018.9389C21.7367%2019.3634%2021.3634%2019.7367%2020.9389%2020.0451C19.6246%2021%2017.7497%2021%2014%2021H10C6.25027%2021%204.3754%2021%203.06107%2020.0451C2.6366%2019.7367%202.26331%2019.3634%201.95491%2018.9389C1%2017.6246%201%2015.7497%201%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%203C12.75%202.58579%2012.4142%202.25%2012%202.25C11.5858%202.25%2011.25%202.58579%2011.25%203V5C11.25%205.41421%2011.5858%205.75%2012%205.75C12.4142%205.75%2012.75%205.41421%2012.75%205V3Z%22%2F%3E%3Cpath%20d%3D%22M8%209.75C7.58579%209.75%207.25%2010.0858%207.25%2010.5C7.25%2010.9142%207.58579%2011.25%208%2011.25H16C16.4142%2011.25%2016.75%2010.9142%2016.75%2010.5C16.75%2010.0858%2016.4142%209.75%2016%209.75H8Z%22%2F%3E%3Cpath%20d%3D%22M8%2013.25C7.58579%2013.25%207.25%2013.5858%207.25%2014C7.25%2014.4142%207.58579%2014.75%208%2014.75H13.5C13.9142%2014.75%2014.25%2014.4142%2014.25%2014C14.25%2013.5858%2013.9142%2013.25%2013.5%2013.25H8Z%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%2012C1%208.25027%201%206.3754%201.95491%205.06107C2.26331%204.6366%202.6366%204.26331%203.06107%203.95491C4.3754%203%206.25027%203%2010%203H14C17.7497%203%2019.6246%203%2020.9389%203.95491C21.3634%204.26331%2021.7367%204.6366%2022.0451%205.06107C23%206.3754%2023%208.25027%2023%2012C23%2015.7497%2023%2017.6246%2022.0451%2018.9389C21.7367%2019.3634%2021.3634%2019.7367%2020.9389%2020.0451C19.6246%2021%2017.7497%2021%2014%2021H10C6.25027%2021%204.3754%2021%203.06107%2020.0451C2.6366%2019.7367%202.26331%2019.3634%201.95491%2018.9389C1%2017.6246%201%2015.7497%201%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%203C12.75%202.58579%2012.4142%202.25%2012%202.25C11.5858%202.25%2011.25%202.58579%2011.25%203V5C11.25%205.41421%2011.5858%205.75%2012%205.75C12.4142%205.75%2012.75%205.41421%2012.75%205V3Z%22%2F%3E%3Cpath%20d%3D%22M8%209.75C7.58579%209.75%207.25%2010.0858%207.25%2010.5C7.25%2010.9142%207.58579%2011.25%208%2011.25H16C16.4142%2011.25%2016.75%2010.9142%2016.75%2010.5C16.75%2010.0858%2016.4142%209.75%2016%209.75H8Z%22%2F%3E%3Cpath%20d%3D%22M8%2013.25C7.58579%2013.25%207.25%2013.5858%207.25%2014C7.25%2014.4142%207.58579%2014.75%208%2014.75H13.5C13.9142%2014.75%2014.25%2014.4142%2014.25%2014C14.25%2013.5858%2013.9142%2013.25%2013.5%2013.25H8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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