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

Name
backpack-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M21.179 18.5a2.68 2.68 0 0 0-2.679 2.679c0 .177.144.321.321.321H29.18a.32.32 0 0 0 .321-.321a2.68 2.68 0 0 0-2.679-2.679zM24 4a8 8 0 0 0-7.951 7.113C11.239 13.872 8 19.058 8 25v3h32v-3c0-5.942-3.24-11.128-8.049-13.887A8 8 0 0 0 24 4m0 5c-1.764 0-3.461.285-5.048.813a5.501 5.501 0 0 1 10.096 0A16 16 0 0 0 24 9m-8 12.179A5.18 5.18 0 0 1 21.179 16h5.642A5.18 5.18 0 0 1 32 21.179A2.82 2.82 0 0 1 29.179 24H18.82A2.82 2.82 0 0 1 16 21.179m0 9.321v3.25a1.25 1.25 0 1 0 2.5 0V30.5H40v8.25c0 2.9-2.35 5.25-5.25 5.25h-21.5A5.25 5.25 0 0 1 8 38.75V30.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBackpack48Filled(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="M21.179 18.5a2.68 2.68 0 0 0-2.679 2.679c0 .177.144.321.321.321H29.18a.32.32 0 0 0 .321-.321a2.68 2.68 0 0 0-2.679-2.679zM24 4a8 8 0 0 0-7.951 7.113C11.239 13.872 8 19.058 8 25v3h32v-3c0-5.942-3.24-11.128-8.049-13.887A8 8 0 0 0 24 4m0 5c-1.764 0-3.461.285-5.048.813a5.501 5.501 0 0 1 10.096 0A16 16 0 0 0 24 9m-8 12.179A5.18 5.18 0 0 1 21.179 16h5.642A5.18 5.18 0 0 1 32 21.179A2.82 2.82 0 0 1 29.179 24H18.82A2.82 2.82 0 0 1 16 21.179m0 9.321v3.25a1.25 1.25 0 1 0 2.5 0V30.5H40v8.25c0 2.9-2.35 5.25-5.25 5.25h-21.5A5.25 5.25 0 0 1 8 38.75V30.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.179 18.5a2.68 2.68 0 0 0-2.679 2.679c0 .177.144.321.321.321H29.18a.32.32 0 0 0 .321-.321a2.68 2.68 0 0 0-2.679-2.679zM24 4a8 8 0 0 0-7.951 7.113C11.239 13.872 8 19.058 8 25v3h32v-3c0-5.942-3.24-11.128-8.049-13.887A8 8 0 0 0 24 4m0 5c-1.764 0-3.461.285-5.048.813a5.501 5.501 0 0 1 10.096 0A16 16 0 0 0 24 9m-8 12.179A5.18 5.18 0 0 1 21.179 16h5.642A5.18 5.18 0 0 1 32 21.179A2.82 2.82 0 0 1 29.179 24H18.82A2.82 2.82 0 0 1 16 21.179m0 9.321v3.25a1.25 1.25 0 1 0 2.5 0V30.5H40v8.25c0 2.9-2.35 5.25-5.25 5.25h-21.5A5.25 5.25 0 0 1 8 38.75V30.5z"/></svg>
</template>

CSS

.icon-backpack-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%22M21.179%2018.5a2.68%202.68%200%200%200-2.679%202.679c0%20.177.144.321.321.321H29.18a.32.32%200%200%200%20.321-.321a2.68%202.68%200%200%200-2.679-2.679zM24%204a8%208%200%200%200-7.951%207.113C11.239%2013.872%208%2019.058%208%2025v3h32v-3c0-5.942-3.24-11.128-8.049-13.887A8%208%200%200%200%2024%204m0%205c-1.764%200-3.461.285-5.048.813a5.501%205.501%200%200%201%2010.096%200A16%2016%200%200%200%2024%209m-8%2012.179A5.18%205.18%200%200%201%2021.179%2016h5.642A5.18%205.18%200%200%201%2032%2021.179A2.82%202.82%200%200%201%2029.179%2024H18.82A2.82%202.82%200%200%201%2016%2021.179m0%209.321v3.25a1.25%201.25%200%201%200%202.5%200V30.5H40v8.25c0%202.9-2.35%205.25-5.25%205.25h-21.5A5.25%205.25%200%200%201%208%2038.75V30.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.179%2018.5a2.68%202.68%200%200%200-2.679%202.679c0%20.177.144.321.321.321H29.18a.32.32%200%200%200%20.321-.321a2.68%202.68%200%200%200-2.679-2.679zM24%204a8%208%200%200%200-7.951%207.113C11.239%2013.872%208%2019.058%208%2025v3h32v-3c0-5.942-3.24-11.128-8.049-13.887A8%208%200%200%200%2024%204m0%205c-1.764%200-3.461.285-5.048.813a5.501%205.501%200%200%201%2010.096%200A16%2016%200%200%200%2024%209m-8%2012.179A5.18%205.18%200%200%201%2021.179%2016h5.642A5.18%205.18%200%200%201%2032%2021.179A2.82%202.82%200%200%201%2029.179%2024H18.82A2.82%202.82%200%200%201%2016%2021.179m0%209.321v3.25a1.25%201.25%200%201%200%202.5%200V30.5H40v8.25c0%202.9-2.35%205.25-5.25%205.25h-21.5A5.25%205.25%200%200%201%208%2038.75V30.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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