backpack add icon
backpack-add-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- backpack-add-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
Use the backpack add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.519 11.43a8.5 8.5 0 0 1 16.962 0c3.966 2.484 6.765 6.658 7.388 11.513A13 13 0 0 0 35 22a13 13 0 0 0-3.287.419a2.8 2.8 0 0 0 .287-1.24A5.18 5.18 0 0 0 26.821 16H21.18A5.18 5.18 0 0 0 16 21.179A2.82 2.82 0 0 0 18.821 24h9.248a13.1 13.1 0 0 0-4.025 4H8v-3c0-5.721 3.003-10.741 7.519-13.57m13.529-1.617a5.501 5.501 0 0 0-10.096 0A16 16 0 0 1 24 9c1.764 0 3.461.285 5.048.813M22 35c0-1.582.282-3.098.8-4.5h-4.3v3.25a1.25 1.25 0 1 1-2.5 0V30.5H8v8.25c0 2.9 2.35 5.25 5.25 5.25h12.37A12.96 12.96 0 0 1 22 35m-3.5-13.821a2.68 2.68 0 0 1 2.679-2.679h5.642a2.68 2.68 0 0 1 2.679 2.679a.32.32 0 0 1-.321.321H18.82a.32.32 0 0 1-.321-.321M46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-10-7a1 1 0 1 0-2 0v6h-6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBackpackAdd48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.519 11.43a8.5 8.5 0 0 1 16.962 0c3.966 2.484 6.765 6.658 7.388 11.513A13 13 0 0 0 35 22a13 13 0 0 0-3.287.419a2.8 2.8 0 0 0 .287-1.24A5.18 5.18 0 0 0 26.821 16H21.18A5.18 5.18 0 0 0 16 21.179A2.82 2.82 0 0 0 18.821 24h9.248a13.1 13.1 0 0 0-4.025 4H8v-3c0-5.721 3.003-10.741 7.519-13.57m13.529-1.617a5.501 5.501 0 0 0-10.096 0A16 16 0 0 1 24 9c1.764 0 3.461.285 5.048.813M22 35c0-1.582.282-3.098.8-4.5h-4.3v3.25a1.25 1.25 0 1 1-2.5 0V30.5H8v8.25c0 2.9 2.35 5.25 5.25 5.25h12.37A12.96 12.96 0 0 1 22 35m-3.5-13.821a2.68 2.68 0 0 1 2.679-2.679h5.642a2.68 2.68 0 0 1 2.679 2.679a.32.32 0 0 1-.321.321H18.82a.32.32 0 0 1-.321-.321M46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-10-7a1 1 0 1 0-2 0v6h-6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.519 11.43a8.5 8.5 0 0 1 16.962 0c3.966 2.484 6.765 6.658 7.388 11.513A13 13 0 0 0 35 22a13 13 0 0 0-3.287.419a2.8 2.8 0 0 0 .287-1.24A5.18 5.18 0 0 0 26.821 16H21.18A5.18 5.18 0 0 0 16 21.179A2.82 2.82 0 0 0 18.821 24h9.248a13.1 13.1 0 0 0-4.025 4H8v-3c0-5.721 3.003-10.741 7.519-13.57m13.529-1.617a5.501 5.501 0 0 0-10.096 0A16 16 0 0 1 24 9c1.764 0 3.461.285 5.048.813M22 35c0-1.582.282-3.098.8-4.5h-4.3v3.25a1.25 1.25 0 1 1-2.5 0V30.5H8v8.25c0 2.9 2.35 5.25 5.25 5.25h12.37A12.96 12.96 0 0 1 22 35m-3.5-13.821a2.68 2.68 0 0 1 2.679-2.679h5.642a2.68 2.68 0 0 1 2.679 2.679a.32.32 0 0 1-.321.321H18.82a.32.32 0 0 1-.321-.321M46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-10-7a1 1 0 1 0-2 0v6h-6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6z"/></svg> </template>
CSS
.icon-backpack-add-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.519%2011.43a8.5%208.5%200%200%201%2016.962%200c3.966%202.484%206.765%206.658%207.388%2011.513A13%2013%200%200%200%2035%2022a13%2013%200%200%200-3.287.419a2.8%202.8%200%200%200%20.287-1.24A5.18%205.18%200%200%200%2026.821%2016H21.18A5.18%205.18%200%200%200%2016%2021.179A2.82%202.82%200%200%200%2018.821%2024h9.248a13.1%2013.1%200%200%200-4.025%204H8v-3c0-5.721%203.003-10.741%207.519-13.57m13.529-1.617a5.501%205.501%200%200%200-10.096%200A16%2016%200%200%201%2024%209c1.764%200%203.461.285%205.048.813M22%2035c0-1.582.282-3.098.8-4.5h-4.3v3.25a1.25%201.25%200%201%201-2.5%200V30.5H8v8.25c0%202.9%202.35%205.25%205.25%205.25h12.37A12.96%2012.96%200%200%201%2022%2035m-3.5-13.821a2.68%202.68%200%200%201%202.679-2.679h5.642a2.68%202.68%200%200%201%202.679%202.679a.32.32%200%200%201-.321.321H18.82a.32.32%200%200%201-.321-.321M46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-10-7a1%201%200%201%200-2%200v6h-6a1%201%200%201%200%200%202h6v6a1%201%200%201%200%202%200v-6h6a1%201%200%201%200%200-2h-6z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.519%2011.43a8.5%208.5%200%200%201%2016.962%200c3.966%202.484%206.765%206.658%207.388%2011.513A13%2013%200%200%200%2035%2022a13%2013%200%200%200-3.287.419a2.8%202.8%200%200%200%20.287-1.24A5.18%205.18%200%200%200%2026.821%2016H21.18A5.18%205.18%200%200%200%2016%2021.179A2.82%202.82%200%200%200%2018.821%2024h9.248a13.1%2013.1%200%200%200-4.025%204H8v-3c0-5.721%203.003-10.741%207.519-13.57m13.529-1.617a5.501%205.501%200%200%200-10.096%200A16%2016%200%200%201%2024%209c1.764%200%203.461.285%205.048.813M22%2035c0-1.582.282-3.098.8-4.5h-4.3v3.25a1.25%201.25%200%201%201-2.5%200V30.5H8v8.25c0%202.9%202.35%205.25%205.25%205.25h12.37A12.96%2012.96%200%200%201%2022%2035m-3.5-13.821a2.68%202.68%200%200%201%202.679-2.679h5.642a2.68%202.68%200%200%201%202.679%202.679a.32.32%200%200%201-.321.321H18.82a.32.32%200%200%201-.321-.321M46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-10-7a1%201%200%201%200-2%200v6h-6a1%201%200%201%200%200%202h6v6a1%201%200%201%200%202%200v-6h6a1%201%200%201%200%200-2h-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/backpack-add-48-filled.svg?color=%231a73e8&size=48