plate icon
plate from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- plate
- Set
- Reicon
- Style
- Outline
- 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="M12.75 3a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z"/><path d="M9.002 4.75a.75.75 0 0 0-.004-1.5c-1.547.005-2.8.03-3.807.202c-1.028.174-1.872.511-2.55 1.19c-.748.748-1.08 1.697-1.238 2.869c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.432.153h4.114c1.837 0 3.293 0 4.432-.153c1.172-.158 2.121-.49 2.87-1.238c.748-.749 1.08-1.698 1.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-1.006-.17-2.26-.196-3.807-.2a.75.75 0 0 0-.004 1.5c1.567.005 2.696.033 3.56.18c.842.142 1.355.386 1.74.77c.423.424.677 1.004.812 2.01c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14h-4c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008c.385-.385.898-.629 1.74-.772c.864-.146 1.993-.174 3.56-.18"/><path d="M7.25 10.5A.75.75 0 0 1 8 9.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75M8 13.25a.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 ReiconPlate(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="M12.75 3a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z"/><path d="M9.002 4.75a.75.75 0 0 0-.004-1.5c-1.547.005-2.8.03-3.807.202c-1.028.174-1.872.511-2.55 1.19c-.748.748-1.08 1.697-1.238 2.869c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.432.153h4.114c1.837 0 3.293 0 4.432-.153c1.172-.158 2.121-.49 2.87-1.238c.748-.749 1.08-1.698 1.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-1.006-.17-2.26-.196-3.807-.2a.75.75 0 0 0-.004 1.5c1.567.005 2.696.033 3.56.18c.842.142 1.355.386 1.74.77c.423.424.677 1.004.812 2.01c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14h-4c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008c.385-.385.898-.629 1.74-.772c.864-.146 1.993-.174 3.56-.18"/><path d="M7.25 10.5A.75.75 0 0 1 8 9.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75M8 13.25a.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="M12.75 3a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z"/><path d="M9.002 4.75a.75.75 0 0 0-.004-1.5c-1.547.005-2.8.03-3.807.202c-1.028.174-1.872.511-2.55 1.19c-.748.748-1.08 1.697-1.238 2.869c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.432.153h4.114c1.837 0 3.293 0 4.432-.153c1.172-.158 2.121-.49 2.87-1.238c.748-.749 1.08-1.698 1.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-1.006-.17-2.26-.196-3.807-.2a.75.75 0 0 0-.004 1.5c1.567.005 2.696.033 3.56.18c.842.142 1.355.386 1.74.77c.423.424.677 1.004.812 2.01c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14h-4c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008c.385-.385.898-.629 1.74-.772c.864-.146 1.993-.174 3.56-.18"/><path d="M7.25 10.5A.75.75 0 0 1 8 9.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75M8 13.25a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%203a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200z%22%2F%3E%3Cpath%20d%3D%22M9.002%204.75a.75.75%200%200%200-.004-1.5c-1.547.005-2.8.03-3.807.202c-1.028.174-1.872.511-2.55%201.19c-.748.748-1.08%201.697-1.238%202.869c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.432.153h4.114c1.837%200%203.293%200%204.432-.153c1.172-.158%202.121-.49%202.87-1.238c.748-.749%201.08-1.698%201.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-1.006-.17-2.26-.196-3.807-.2a.75.75%200%200%200-.004%201.5c1.567.005%202.696.033%203.56.18c.842.142%201.355.386%201.74.77c.423.424.677%201.004.812%202.01c.138%201.028.14%202.382.14%204.289s-.002%203.262-.14%204.29c-.135%201.005-.389%201.585-.812%202.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14h-4c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008c.385-.385.898-.629%201.74-.772c.864-.146%201.993-.174%203.56-.18%22%2F%3E%3Cpath%20d%3D%22M7.25%2010.5A.75.75%200%200%201%208%209.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75M8%2013.25a.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%22M12.75%203a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200z%22%2F%3E%3Cpath%20d%3D%22M9.002%204.75a.75.75%200%200%200-.004-1.5c-1.547.005-2.8.03-3.807.202c-1.028.174-1.872.511-2.55%201.19c-.748.748-1.08%201.697-1.238%202.869c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.432.153h4.114c1.837%200%203.293%200%204.432-.153c1.172-.158%202.121-.49%202.87-1.238c.748-.749%201.08-1.698%201.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-1.006-.17-2.26-.196-3.807-.2a.75.75%200%200%200-.004%201.5c1.567.005%202.696.033%203.56.18c.842.142%201.355.386%201.74.77c.423.424.677%201.004.812%202.01c.138%201.028.14%202.382.14%204.289s-.002%203.262-.14%204.29c-.135%201.005-.389%201.585-.812%202.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14h-4c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008c.385-.385.898-.629%201.74-.772c.864-.146%201.993-.174%203.56-.18%22%2F%3E%3Cpath%20d%3D%22M7.25%2010.5A.75.75%200%200%201%208%209.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75M8%2013.25a.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.svg?color=%231a73e8&size=48