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

Name
backpack-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the backpack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.5 12.25c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25M14 2a5.25 5.25 0 0 0-5.19 4.45A10 10 0 0 0 4 15v1h20v-1a10 10 0 0 0-4.81-8.55A5.25 5.25 0 0 0 14 2m0 3c-.913 0-1.798.122-2.638.352A3.25 3.25 0 0 1 14 4c1.086 0 2.048.533 2.638 1.352A10 10 0 0 0 14 5m-1.75 4h3.5A3.25 3.25 0 0 1 19 12.25A1.75 1.75 0 0 1 17.25 14h-6.5A1.75 1.75 0 0 1 9 12.25A3.25 3.25 0 0 1 12.25 9M9 19.25V17.5H4V22a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4v-4.5H10.5v1.75a.75.75 0 0 1-1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBackpack28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.5 12.25c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25M14 2a5.25 5.25 0 0 0-5.19 4.45A10 10 0 0 0 4 15v1h20v-1a10 10 0 0 0-4.81-8.55A5.25 5.25 0 0 0 14 2m0 3c-.913 0-1.798.122-2.638.352A3.25 3.25 0 0 1 14 4c1.086 0 2.048.533 2.638 1.352A10 10 0 0 0 14 5m-1.75 4h3.5A3.25 3.25 0 0 1 19 12.25A1.75 1.75 0 0 1 17.25 14h-6.5A1.75 1.75 0 0 1 9 12.25A3.25 3.25 0 0 1 12.25 9M9 19.25V17.5H4V22a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4v-4.5H10.5v1.75a.75.75 0 0 1-1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.5 12.25c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25M14 2a5.25 5.25 0 0 0-5.19 4.45A10 10 0 0 0 4 15v1h20v-1a10 10 0 0 0-4.81-8.55A5.25 5.25 0 0 0 14 2m0 3c-.913 0-1.798.122-2.638.352A3.25 3.25 0 0 1 14 4c1.086 0 2.048.533 2.638 1.352A10 10 0 0 0 14 5m-1.75 4h3.5A3.25 3.25 0 0 1 19 12.25A1.75 1.75 0 0 1 17.25 14h-6.5A1.75 1.75 0 0 1 9 12.25A3.25 3.25 0 0 1 12.25 9M9 19.25V17.5H4V22a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4v-4.5H10.5v1.75a.75.75 0 0 1-1.5 0"/></svg>
</template>

CSS

.icon-backpack-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2012.25c0-.966.784-1.75%201.75-1.75h3.5c.966%200%201.75.784%201.75%201.75a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25M14%202a5.25%205.25%200%200%200-5.19%204.45A10%2010%200%200%200%204%2015v1h20v-1a10%2010%200%200%200-4.81-8.55A5.25%205.25%200%200%200%2014%202m0%203c-.913%200-1.798.122-2.638.352A3.25%203.25%200%200%201%2014%204c1.086%200%202.048.533%202.638%201.352A10%2010%200%200%200%2014%205m-1.75%204h3.5A3.25%203.25%200%200%201%2019%2012.25A1.75%201.75%200%200%201%2017.25%2014h-6.5A1.75%201.75%200%200%201%209%2012.25A3.25%203.25%200%200%201%2012.25%209M9%2019.25V17.5H4V22a4%204%200%200%200%204%204h12a4%204%200%200%200%204-4v-4.5H10.5v1.75a.75.75%200%200%201-1.5%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2012.25c0-.966.784-1.75%201.75-1.75h3.5c.966%200%201.75.784%201.75%201.75a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25M14%202a5.25%205.25%200%200%200-5.19%204.45A10%2010%200%200%200%204%2015v1h20v-1a10%2010%200%200%200-4.81-8.55A5.25%205.25%200%200%200%2014%202m0%203c-.913%200-1.798.122-2.638.352A3.25%203.25%200%200%201%2014%204c1.086%200%202.048.533%202.638%201.352A10%2010%200%200%200%2014%205m-1.75%204h3.5A3.25%203.25%200%200%201%2019%2012.25A1.75%201.75%200%200%201%2017.25%2014h-6.5A1.75%201.75%200%200%201%209%2012.25A3.25%203.25%200%200%201%2012.25%209M9%2019.25V17.5H4V22a4%204%200%200%200%204%204h12a4%204%200%200%200%204-4v-4.5H10.5v1.75a.75.75%200%200%201-1.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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