grid circle plus icon
grid-circle-plus-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- grid-circle-plus-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the grid circle plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.667 16h-2.334v-2.333a1 1 0 0 0-2 0V16H14a1 1 0 0 0 0 2h2.333v2.333a1 1 0 0 0 2 0V18h2.334a1 1 0 0 0 0-2"/><circle cx="6.667" cy="6.667" r="4.333"/><circle cx="17.333" cy="6.667" r="4.333"/><circle cx="6.667" cy="17.333" r="4.333"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGridCirclePlusFilled(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="M20.667 16h-2.334v-2.333a1 1 0 0 0-2 0V16H14a1 1 0 0 0 0 2h2.333v2.333a1 1 0 0 0 2 0V18h2.334a1 1 0 0 0 0-2"/><circle cx="6.667" cy="6.667" r="4.333"/><circle cx="17.333" cy="6.667" r="4.333"/><circle cx="6.667" cy="17.333" r="4.333"/></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="M20.667 16h-2.334v-2.333a1 1 0 0 0-2 0V16H14a1 1 0 0 0 0 2h2.333v2.333a1 1 0 0 0 2 0V18h2.334a1 1 0 0 0 0-2"/><circle cx="6.667" cy="6.667" r="4.333"/><circle cx="17.333" cy="6.667" r="4.333"/><circle cx="6.667" cy="17.333" r="4.333"/></g></svg> </template>
CSS
.icon-grid-circle-plus-filled {
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%22M20.667%2016h-2.334v-2.333a1%201%200%200%200-2%200V16H14a1%201%200%200%200%200%202h2.333v2.333a1%201%200%200%200%202%200V18h2.334a1%201%200%200%200%200-2%22%2F%3E%3Ccircle%20cx%3D%226.667%22%20cy%3D%226.667%22%20r%3D%224.333%22%2F%3E%3Ccircle%20cx%3D%2217.333%22%20cy%3D%226.667%22%20r%3D%224.333%22%2F%3E%3Ccircle%20cx%3D%226.667%22%20cy%3D%2217.333%22%20r%3D%224.333%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%22M20.667%2016h-2.334v-2.333a1%201%200%200%200-2%200V16H14a1%201%200%200%200%200%202h2.333v2.333a1%201%200%200%200%202%200V18h2.334a1%201%200%200%200%200-2%22%2F%3E%3Ccircle%20cx%3D%226.667%22%20cy%3D%226.667%22%20r%3D%224.333%22%2F%3E%3Ccircle%20cx%3D%2217.333%22%20cy%3D%226.667%22%20r%3D%224.333%22%2F%3E%3Ccircle%20cx%3D%226.667%22%20cy%3D%2217.333%22%20r%3D%224.333%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/grid-circle-plus-filled.svg?color=%231a73e8&size=48