collections-add-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
collections-add-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the collections add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 7a2.5 2.5 0 0 1 2.496 2.335l.005.164v.757a5.5 5.5 0 0 0-7.743 7.743h-.757a2.5 2.5 0 0 1-2.495-2.336l-.005-.164v-6a2.5 2.5 0 0 1 2.336-2.495L9.5 7zm-2.837-3.306l.048.158l.575 2.147H9.001a3 3 0 0 0-2.995 2.824l-.005.176v5.348a2.5 2.5 0 0 1-2.31-1.683l-.052-.17l-1.553-5.795a2.5 2.5 0 0 1 1.61-3.015l.158-.047l5.795-1.553a2.5 2.5 0 0 1 2.957 1.458zM19.001 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 1 0-1 0V14h-1.5a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 1 0 1 0V15h1.5a.5.5 0 1 0 0-1h-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCollectionsAdd20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 7a2.5 2.5 0 0 1 2.496 2.335l.005.164v.757a5.5 5.5 0 0 0-7.743 7.743h-.757a2.5 2.5 0 0 1-2.495-2.336l-.005-.164v-6a2.5 2.5 0 0 1 2.336-2.495L9.5 7zm-2.837-3.306l.048.158l.575 2.147H9.001a3 3 0 0 0-2.995 2.824l-.005.176v5.348a2.5 2.5 0 0 1-2.31-1.683l-.052-.17l-1.553-5.795a2.5 2.5 0 0 1 1.61-3.015l.158-.047l5.795-1.553a2.5 2.5 0 0 1 2.957 1.458zM19.001 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 1 0-1 0V14h-1.5a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 1 0 1 0V15h1.5a.5.5 0 1 0 0-1h-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 7a2.5 2.5 0 0 1 2.496 2.335l.005.164v.757a5.5 5.5 0 0 0-7.743 7.743h-.757a2.5 2.5 0 0 1-2.495-2.336l-.005-.164v-6a2.5 2.5 0 0 1 2.336-2.495L9.5 7zm-2.837-3.306l.048.158l.575 2.147H9.001a3 3 0 0 0-2.995 2.824l-.005.176v5.348a2.5 2.5 0 0 1-2.31-1.683l-.052-.17l-1.553-5.795a2.5 2.5 0 0 1 1.61-3.015l.158-.047l5.795-1.553a2.5 2.5 0 0 1 2.957 1.458zM19.001 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 1 0-1 0V14h-1.5a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 1 0 1 0V15h1.5a.5.5 0 1 0 0-1h-1.5z"/></svg>
</template>

CSS

.icon-collections-add-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%207a2.5%202.5%200%200%201%202.496%202.335l.005.164v.757a5.5%205.5%200%200%200-7.743%207.743h-.757a2.5%202.5%200%200%201-2.495-2.336l-.005-.164v-6a2.5%202.5%200%200%201%202.336-2.495L9.5%207zm-2.837-3.306l.048.158l.575%202.147H9.001a3%203%200%200%200-2.995%202.824l-.005.176v5.348a2.5%202.5%200%200%201-2.31-1.683l-.052-.17l-1.553-5.795a2.5%202.5%200%200%201%201.61-3.015l.158-.047l5.795-1.553a2.5%202.5%200%200%201%202.957%201.458zM19.001%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%201%200-1%200V14h-1.5a.5.5%200%200%200%200%201h1.5v1.5a.5.5%200%201%200%201%200V15h1.5a.5.5%200%201%200%200-1h-1.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%207a2.5%202.5%200%200%201%202.496%202.335l.005.164v.757a5.5%205.5%200%200%200-7.743%207.743h-.757a2.5%202.5%200%200%201-2.495-2.336l-.005-.164v-6a2.5%202.5%200%200%201%202.336-2.495L9.5%207zm-2.837-3.306l.048.158l.575%202.147H9.001a3%203%200%200%200-2.995%202.824l-.005.176v5.348a2.5%202.5%200%200%201-2.31-1.683l-.052-.17l-1.553-5.795a2.5%202.5%200%200%201%201.61-3.015l.158-.047l5.795-1.553a2.5%202.5%200%200%201%202.957%201.458zM19.001%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%201%200-1%200V14h-1.5a.5.5%200%200%200%200%201h1.5v1.5a.5.5%200%201%200%201%200V15h1.5a.5.5%200%201%200%200-1h-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/collections-add-20-filled.svg?color=%231a73e8&size=48