collections add icon
collections-add-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- collections-add-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M14.777 2.451a3.74 3.74 0 0 1 1.784 2.14l.515 1.909H11.25l-.198.005h-.014A3.75 3.75 0 0 0 7.5 10.25v7.5l.005.198v.014q.023.374.113.725a3.74 3.74 0 0 1-1.707-.45a3.74 3.74 0 0 1-1.785-2.14L2.13 8.663a3.74 3.74 0 0 1 .32-2.753a3.74 3.74 0 0 1 2.14-1.785l7.434-1.997a3.74 3.74 0 0 1 2.752.322M11.257 7.5l-.17.005A2.75 2.75 0 0 0 8.5 10.25v7.493l.005.17A2.75 2.75 0 0 0 11.25 20.5h.482a6.5 6.5 0 0 1 9.768-8.124v-2.119l-.005-.17A2.75 2.75 0 0 0 18.75 7.5zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.59-3.493L17.5 14l.09.008a.5.5 0 0 1 .402.402l.008.09V17l2.505.001l.09.008a.5.5 0 0 1 .402.402l.008.09l-.008.09a.5.5 0 0 1-.403.402l-.09.008h-2.503v2.503l-.008.09a.5.5 0 0 1-.402.402l-.09.008l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09V18h-2.503l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09l.008-.09a.5.5 0 0 1 .402-.402l.09-.008H17v-2.5l.008-.09a.5.5 0 0 1 .402-.403"/></svg>
React
import type { SVGProps } from "react";
export function FluentCollectionsAdd24Filled(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="M14.777 2.451a3.74 3.74 0 0 1 1.784 2.14l.515 1.909H11.25l-.198.005h-.014A3.75 3.75 0 0 0 7.5 10.25v7.5l.005.198v.014q.023.374.113.725a3.74 3.74 0 0 1-1.707-.45a3.74 3.74 0 0 1-1.785-2.14L2.13 8.663a3.74 3.74 0 0 1 .32-2.753a3.74 3.74 0 0 1 2.14-1.785l7.434-1.997a3.74 3.74 0 0 1 2.752.322M11.257 7.5l-.17.005A2.75 2.75 0 0 0 8.5 10.25v7.493l.005.17A2.75 2.75 0 0 0 11.25 20.5h.482a6.5 6.5 0 0 1 9.768-8.124v-2.119l-.005-.17A2.75 2.75 0 0 0 18.75 7.5zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.59-3.493L17.5 14l.09.008a.5.5 0 0 1 .402.402l.008.09V17l2.505.001l.09.008a.5.5 0 0 1 .402.402l.008.09l-.008.09a.5.5 0 0 1-.403.402l-.09.008h-2.503v2.503l-.008.09a.5.5 0 0 1-.402.402l-.09.008l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09V18h-2.503l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09l.008-.09a.5.5 0 0 1 .402-.402l.09-.008H17v-2.5l.008-.09a.5.5 0 0 1 .402-.403"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.777 2.451a3.74 3.74 0 0 1 1.784 2.14l.515 1.909H11.25l-.198.005h-.014A3.75 3.75 0 0 0 7.5 10.25v7.5l.005.198v.014q.023.374.113.725a3.74 3.74 0 0 1-1.707-.45a3.74 3.74 0 0 1-1.785-2.14L2.13 8.663a3.74 3.74 0 0 1 .32-2.753a3.74 3.74 0 0 1 2.14-1.785l7.434-1.997a3.74 3.74 0 0 1 2.752.322M11.257 7.5l-.17.005A2.75 2.75 0 0 0 8.5 10.25v7.493l.005.17A2.75 2.75 0 0 0 11.25 20.5h.482a6.5 6.5 0 0 1 9.768-8.124v-2.119l-.005-.17A2.75 2.75 0 0 0 18.75 7.5zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.59-3.493L17.5 14l.09.008a.5.5 0 0 1 .402.402l.008.09V17l2.505.001l.09.008a.5.5 0 0 1 .402.402l.008.09l-.008.09a.5.5 0 0 1-.403.402l-.09.008h-2.503v2.503l-.008.09a.5.5 0 0 1-.402.402l-.09.008l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09V18h-2.503l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09l.008-.09a.5.5 0 0 1 .402-.402l.09-.008H17v-2.5l.008-.09a.5.5 0 0 1 .402-.403"/></svg> </template>
CSS
.icon-collections-add-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.777%202.451a3.74%203.74%200%200%201%201.784%202.14l.515%201.909H11.25l-.198.005h-.014A3.75%203.75%200%200%200%207.5%2010.25v7.5l.005.198v.014q.023.374.113.725a3.74%203.74%200%200%201-1.707-.45a3.74%203.74%200%200%201-1.785-2.14L2.13%208.663a3.74%203.74%200%200%201%20.32-2.753a3.74%203.74%200%200%201%202.14-1.785l7.434-1.997a3.74%203.74%200%200%201%202.752.322M11.257%207.5l-.17.005A2.75%202.75%200%200%200%208.5%2010.25v7.493l.005.17A2.75%202.75%200%200%200%2011.25%2020.5h.482a6.5%206.5%200%200%201%209.768-8.124v-2.119l-.005-.17A2.75%202.75%200%200%200%2018.75%207.5zM23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5.59-3.493L17.5%2014l.09.008a.5.5%200%200%201%20.402.402l.008.09V17l2.505.001l.09.008a.5.5%200%200%201%20.402.402l.008.09l-.008.09a.5.5%200%200%201-.403.402l-.09.008h-2.503v2.503l-.008.09a.5.5%200%200%201-.402.402l-.09.008l-.09-.008a.5.5%200%200%201-.402-.402l-.008-.09V18h-2.503l-.09-.008a.5.5%200%200%201-.402-.402l-.008-.09l.008-.09a.5.5%200%200%201%20.402-.402l.09-.008H17v-2.5l.008-.09a.5.5%200%200%201%20.402-.403%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%22M14.777%202.451a3.74%203.74%200%200%201%201.784%202.14l.515%201.909H11.25l-.198.005h-.014A3.75%203.75%200%200%200%207.5%2010.25v7.5l.005.198v.014q.023.374.113.725a3.74%203.74%200%200%201-1.707-.45a3.74%203.74%200%200%201-1.785-2.14L2.13%208.663a3.74%203.74%200%200%201%20.32-2.753a3.74%203.74%200%200%201%202.14-1.785l7.434-1.997a3.74%203.74%200%200%201%202.752.322M11.257%207.5l-.17.005A2.75%202.75%200%200%200%208.5%2010.25v7.493l.005.17A2.75%202.75%200%200%200%2011.25%2020.5h.482a6.5%206.5%200%200%201%209.768-8.124v-2.119l-.005-.17A2.75%202.75%200%200%200%2018.75%207.5zM23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5.59-3.493L17.5%2014l.09.008a.5.5%200%200%201%20.402.402l.008.09V17l2.505.001l.09.008a.5.5%200%200%201%20.402.402l.008.09l-.008.09a.5.5%200%200%201-.403.402l-.09.008h-2.503v2.503l-.008.09a.5.5%200%200%201-.402.402l-.09.008l-.09-.008a.5.5%200%200%201-.402-.402l-.008-.09V18h-2.503l-.09-.008a.5.5%200%200%201-.402-.402l-.008-.09l.008-.09a.5.5%200%200%201%20.402-.402l.09-.008H17v-2.5l.008-.09a.5.5%200%200%201%20.402-.403%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/collections-add-24-filled.svg?color=%231a73e8&size=48