vector group icon
vector-group-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- vector-group-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the vector group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 3A2.5 2.5 0 0 1 21 5.5c0 .817-.394 1.54-1 1.996v4.007A2.5 2.5 0 0 1 18.5 16c-.817 0-1.54-.394-1.996-1H15v1.503A2.5 2.5 0 0 1 13.5 21c-.817 0-1.54-.394-1.996-1H7.496c-.456.606-1.179 1-1.996 1A2.5 2.5 0 0 1 4 16.503v-4.007A2.5 2.5 0 0 1 3 10.5A2.5 2.5 0 0 1 5.5 8c.817 0 1.54.394 1.996 1H9V7.496A2.5 2.5 0 0 1 8 5.5A2.5 2.5 0 0 1 10.5 3c.817 0 1.54.394 1.996 1h4.008c.456-.606 1.179-1 1.996-1M7.95 11c-.199.98-.97 1.75-1.95 1.95v3.1c.98.199 1.751.97 1.95 1.95h3.1c.199-.98.97-1.751 1.95-1.95V15h-.504c-.456.606-1.179 1-1.996 1A2.5 2.5 0 0 1 9 11.503V11zm5-5c-.199.98-.97 1.75-1.95 1.95v3.1c.98.199 1.751.97 1.95 1.95h3.1c.199-.98.97-1.751 1.95-1.95v-3.1A2.5 2.5 0 0 1 16.05 6z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVectorGroupFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 3A2.5 2.5 0 0 1 21 5.5c0 .817-.394 1.54-1 1.996v4.007A2.5 2.5 0 0 1 18.5 16c-.817 0-1.54-.394-1.996-1H15v1.503A2.5 2.5 0 0 1 13.5 21c-.817 0-1.54-.394-1.996-1H7.496c-.456.606-1.179 1-1.996 1A2.5 2.5 0 0 1 4 16.503v-4.007A2.5 2.5 0 0 1 3 10.5A2.5 2.5 0 0 1 5.5 8c.817 0 1.54.394 1.996 1H9V7.496A2.5 2.5 0 0 1 8 5.5A2.5 2.5 0 0 1 10.5 3c.817 0 1.54.394 1.996 1h4.008c.456-.606 1.179-1 1.996-1M7.95 11c-.199.98-.97 1.75-1.95 1.95v3.1c.98.199 1.751.97 1.95 1.95h3.1c.199-.98.97-1.751 1.95-1.95V15h-.504c-.456.606-1.179 1-1.996 1A2.5 2.5 0 0 1 9 11.503V11zm5-5c-.199.98-.97 1.75-1.95 1.95v3.1c.98.199 1.751.97 1.95 1.95h3.1c.199-.98.97-1.751 1.95-1.95v-3.1A2.5 2.5 0 0 1 16.05 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 3A2.5 2.5 0 0 1 21 5.5c0 .817-.394 1.54-1 1.996v4.007A2.5 2.5 0 0 1 18.5 16c-.817 0-1.54-.394-1.996-1H15v1.503A2.5 2.5 0 0 1 13.5 21c-.817 0-1.54-.394-1.996-1H7.496c-.456.606-1.179 1-1.996 1A2.5 2.5 0 0 1 4 16.503v-4.007A2.5 2.5 0 0 1 3 10.5A2.5 2.5 0 0 1 5.5 8c.817 0 1.54.394 1.996 1H9V7.496A2.5 2.5 0 0 1 8 5.5A2.5 2.5 0 0 1 10.5 3c.817 0 1.54.394 1.996 1h4.008c.456-.606 1.179-1 1.996-1M7.95 11c-.199.98-.97 1.75-1.95 1.95v3.1c.98.199 1.751.97 1.95 1.95h3.1c.199-.98.97-1.751 1.95-1.95V15h-.504c-.456.606-1.179 1-1.996 1A2.5 2.5 0 0 1 9 11.503V11zm5-5c-.199.98-.97 1.75-1.95 1.95v3.1c.98.199 1.751.97 1.95 1.95h3.1c.199-.98.97-1.751 1.95-1.95v-3.1A2.5 2.5 0 0 1 16.05 6z"/></svg> </template>
CSS
.icon-vector-group-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%203A2.5%202.5%200%200%201%2021%205.5c0%20.817-.394%201.54-1%201.996v4.007A2.5%202.5%200%200%201%2018.5%2016c-.817%200-1.54-.394-1.996-1H15v1.503A2.5%202.5%200%200%201%2013.5%2021c-.817%200-1.54-.394-1.996-1H7.496c-.456.606-1.179%201-1.996%201A2.5%202.5%200%200%201%204%2016.503v-4.007A2.5%202.5%200%200%201%203%2010.5A2.5%202.5%200%200%201%205.5%208c.817%200%201.54.394%201.996%201H9V7.496A2.5%202.5%200%200%201%208%205.5A2.5%202.5%200%200%201%2010.5%203c.817%200%201.54.394%201.996%201h4.008c.456-.606%201.179-1%201.996-1M7.95%2011c-.199.98-.97%201.75-1.95%201.95v3.1c.98.199%201.751.97%201.95%201.95h3.1c.199-.98.97-1.751%201.95-1.95V15h-.504c-.456.606-1.179%201-1.996%201A2.5%202.5%200%200%201%209%2011.503V11zm5-5c-.199.98-.97%201.75-1.95%201.95v3.1c.98.199%201.751.97%201.95%201.95h3.1c.199-.98.97-1.751%201.95-1.95v-3.1A2.5%202.5%200%200%201%2016.05%206z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%203A2.5%202.5%200%200%201%2021%205.5c0%20.817-.394%201.54-1%201.996v4.007A2.5%202.5%200%200%201%2018.5%2016c-.817%200-1.54-.394-1.996-1H15v1.503A2.5%202.5%200%200%201%2013.5%2021c-.817%200-1.54-.394-1.996-1H7.496c-.456.606-1.179%201-1.996%201A2.5%202.5%200%200%201%204%2016.503v-4.007A2.5%202.5%200%200%201%203%2010.5A2.5%202.5%200%200%201%205.5%208c.817%200%201.54.394%201.996%201H9V7.496A2.5%202.5%200%200%201%208%205.5A2.5%202.5%200%200%201%2010.5%203c.817%200%201.54.394%201.996%201h4.008c.456-.606%201.179-1%201.996-1M7.95%2011c-.199.98-.97%201.75-1.95%201.95v3.1c.98.199%201.751.97%201.95%201.95h3.1c.199-.98.97-1.751%201.95-1.95V15h-.504c-.456.606-1.179%201-1.996%201A2.5%202.5%200%200%201%209%2011.503V11zm5-5c-.199.98-.97%201.75-1.95%201.95v3.1c.98.199%201.751.97%201.95%201.95h3.1c.199-.98.97-1.751%201.95-1.95v-3.1A2.5%202.5%200%200%201%2016.05%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/vector-group-fill.svg?color=%231a73e8&size=48