dish dot icon
dish-dot from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- dish-dot
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
Use the dish dot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m384 274.6l.1-50.7A128 128 0 0 1 512.1 96c70.6 0 127.7 57.2 127.7 127.7v50.7A448 448 0 0 1 955.4 768H68.5A448 448 0 0 1 384 274.6M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.8-448v-32.3a63.7 63.7 0 0 0-63.7-63.7a64 64 0 0 0-64 64v32z"/></svg>
React
import type { SVGProps } from "react";
export function EpDishDot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m384 274.6l.1-50.7A128 128 0 0 1 512.1 96c70.6 0 127.7 57.2 127.7 127.7v50.7A448 448 0 0 1 955.4 768H68.5A448 448 0 0 1 384 274.6M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.8-448v-32.3a63.7 63.7 0 0 0-63.7-63.7a64 64 0 0 0-64 64v32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m384 274.6l.1-50.7A128 128 0 0 1 512.1 96c70.6 0 127.7 57.2 127.7 127.7v50.7A448 448 0 0 1 955.4 768H68.5A448 448 0 0 1 384 274.6M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.8-448v-32.3a63.7 63.7 0 0 0-63.7-63.7a64 64 0 0 0-64 64v32z"/></svg> </template>
CSS
.icon-dish-dot {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m384%20274.6l.1-50.7A128%20128%200%200%201%20512.1%2096c70.6%200%20127.7%2057.2%20127.7%20127.7v50.7A448%20448%200%200%201%20955.4%20768H68.5A448%20448%200%200%201%20384%20274.6M96%20832h832a32%2032%200%201%201%200%2064H96a32%2032%200%201%201%200-64m32-128h768a384%20384%200%201%200-768%200m447.8-448v-32.3a63.7%2063.7%200%200%200-63.7-63.7a64%2064%200%200%200-64%2064v32z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m384%20274.6l.1-50.7A128%20128%200%200%201%20512.1%2096c70.6%200%20127.7%2057.2%20127.7%20127.7v50.7A448%20448%200%200%201%20955.4%20768H68.5A448%20448%200%200%201%20384%20274.6M96%20832h832a32%2032%200%201%201%200%2064H96a32%2032%200%201%201%200-64m32-128h768a384%20384%200%201%200-768%200m447.8-448v-32.3a63.7%2063.7%200%200%200-63.7-63.7a64%2064%200%200%200-64%2064v32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/dish-dot.svg?color=%231a73e8&size=48