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

Name
backpack-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M8 8.7a.7.7 0 0 1 .7-.7h2.6a.7.7 0 0 1 .7.7a.3.3 0 0 1-.3.3H8.3a.3.3 0 0 1-.3-.3M10 2a2.5 2.5 0 0 0-2.5 2.5v.044A6 6 0 0 0 4 10v2h12v-2a6 6 0 0 0-3.5-5.456V4.5A2.5 2.5 0 0 0 10 2m0 2c.506 0 .997.063 1.466.18a1.5 1.5 0 0 0-2.932 0C9.004 4.063 9.494 4 10 4M8.7 7h2.6A1.7 1.7 0 0 1 13 8.7a1.3 1.3 0 0 1-1.3 1.3H8.3A1.3 1.3 0 0 1 7 8.7A1.7 1.7 0 0 1 8.7 7M7 14.5V13H4v2a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-2H8v1.5a.5.5 0 0 1-1 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBackpack20Filled(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="M8 8.7a.7.7 0 0 1 .7-.7h2.6a.7.7 0 0 1 .7.7a.3.3 0 0 1-.3.3H8.3a.3.3 0 0 1-.3-.3M10 2a2.5 2.5 0 0 0-2.5 2.5v.044A6 6 0 0 0 4 10v2h12v-2a6 6 0 0 0-3.5-5.456V4.5A2.5 2.5 0 0 0 10 2m0 2c.506 0 .997.063 1.466.18a1.5 1.5 0 0 0-2.932 0C9.004 4.063 9.494 4 10 4M8.7 7h2.6A1.7 1.7 0 0 1 13 8.7a1.3 1.3 0 0 1-1.3 1.3H8.3A1.3 1.3 0 0 1 7 8.7A1.7 1.7 0 0 1 8.7 7M7 14.5V13H4v2a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-2H8v1.5a.5.5 0 0 1-1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 8.7a.7.7 0 0 1 .7-.7h2.6a.7.7 0 0 1 .7.7a.3.3 0 0 1-.3.3H8.3a.3.3 0 0 1-.3-.3M10 2a2.5 2.5 0 0 0-2.5 2.5v.044A6 6 0 0 0 4 10v2h12v-2a6 6 0 0 0-3.5-5.456V4.5A2.5 2.5 0 0 0 10 2m0 2c.506 0 .997.063 1.466.18a1.5 1.5 0 0 0-2.932 0C9.004 4.063 9.494 4 10 4M8.7 7h2.6A1.7 1.7 0 0 1 13 8.7a1.3 1.3 0 0 1-1.3 1.3H8.3A1.3 1.3 0 0 1 7 8.7A1.7 1.7 0 0 1 8.7 7M7 14.5V13H4v2a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-2H8v1.5a.5.5 0 0 1-1 0"/></svg>
</template>

CSS

.icon-backpack-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%22M8%208.7a.7.7%200%200%201%20.7-.7h2.6a.7.7%200%200%201%20.7.7a.3.3%200%200%201-.3.3H8.3a.3.3%200%200%201-.3-.3M10%202a2.5%202.5%200%200%200-2.5%202.5v.044A6%206%200%200%200%204%2010v2h12v-2a6%206%200%200%200-3.5-5.456V4.5A2.5%202.5%200%200%200%2010%202m0%202c.506%200%20.997.063%201.466.18a1.5%201.5%200%200%200-2.932%200C9.004%204.063%209.494%204%2010%204M8.7%207h2.6A1.7%201.7%200%200%201%2013%208.7a1.3%201.3%200%200%201-1.3%201.3H8.3A1.3%201.3%200%200%201%207%208.7A1.7%201.7%200%200%201%208.7%207M7%2014.5V13H4v2a3%203%200%200%200%203%203h6a3%203%200%200%200%203-3v-2H8v1.5a.5.5%200%200%201-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%208.7a.7.7%200%200%201%20.7-.7h2.6a.7.7%200%200%201%20.7.7a.3.3%200%200%201-.3.3H8.3a.3.3%200%200%201-.3-.3M10%202a2.5%202.5%200%200%200-2.5%202.5v.044A6%206%200%200%200%204%2010v2h12v-2a6%206%200%200%200-3.5-5.456V4.5A2.5%202.5%200%200%200%2010%202m0%202c.506%200%20.997.063%201.466.18a1.5%201.5%200%200%200-2.932%200C9.004%204.063%209.494%204%2010%204M8.7%207h2.6A1.7%201.7%200%200%201%2013%208.7a1.3%201.3%200%200%201-1.3%201.3H8.3A1.3%201.3%200%200%201%207%208.7A1.7%201.7%200%200%201%208.7%207M7%2014.5V13H4v2a3%203%200%200%200%203%203h6a3%203%200%200%200%203-3v-2H8v1.5a.5.5%200%200%201-1%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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