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

Name
backpack-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M16 21.179A2.82 2.82 0 0 0 18.821 24H29.18A2.82 2.82 0 0 0 32 21.179A5.18 5.18 0 0 0 26.821 16H21.18A5.18 5.18 0 0 0 16 21.179m5.179-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-.321a2.68 2.68 0 0 1 2.679-2.679M24 4a8 8 0 0 0-7.951 7.113C11.239 13.872 8 19.058 8 25v13.75c0 2.9 2.35 5.25 5.25 5.25h21.5c2.9 0 5.25-2.35 5.25-5.25V25c0-5.942-3.24-11.128-8.049-13.887A8 8 0 0 0 24 4m13.5 24h-27v-3c0-7.456 6.044-13.5 13.5-13.5S37.5 17.544 37.5 25zM16 30.5v3.25a1.25 1.25 0 1 0 2.5 0V30.5h19v8.25a2.75 2.75 0 0 1-2.75 2.75h-21.5a2.75 2.75 0 0 1-2.75-2.75V30.5zM24 9c-1.764 0-3.461.285-5.048.813a5.501 5.501 0 0 1 10.096 0A16 16 0 0 0 24 9"/></svg>

React

import type { SVGProps } from "react";

export function FluentBackpack48Regular(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="M16 21.179A2.82 2.82 0 0 0 18.821 24H29.18A2.82 2.82 0 0 0 32 21.179A5.18 5.18 0 0 0 26.821 16H21.18A5.18 5.18 0 0 0 16 21.179m5.179-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-.321a2.68 2.68 0 0 1 2.679-2.679M24 4a8 8 0 0 0-7.951 7.113C11.239 13.872 8 19.058 8 25v13.75c0 2.9 2.35 5.25 5.25 5.25h21.5c2.9 0 5.25-2.35 5.25-5.25V25c0-5.942-3.24-11.128-8.049-13.887A8 8 0 0 0 24 4m13.5 24h-27v-3c0-7.456 6.044-13.5 13.5-13.5S37.5 17.544 37.5 25zM16 30.5v3.25a1.25 1.25 0 1 0 2.5 0V30.5h19v8.25a2.75 2.75 0 0 1-2.75 2.75h-21.5a2.75 2.75 0 0 1-2.75-2.75V30.5zM24 9c-1.764 0-3.461.285-5.048.813a5.501 5.501 0 0 1 10.096 0A16 16 0 0 0 24 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16 21.179A2.82 2.82 0 0 0 18.821 24H29.18A2.82 2.82 0 0 0 32 21.179A5.18 5.18 0 0 0 26.821 16H21.18A5.18 5.18 0 0 0 16 21.179m5.179-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-.321a2.68 2.68 0 0 1 2.679-2.679M24 4a8 8 0 0 0-7.951 7.113C11.239 13.872 8 19.058 8 25v13.75c0 2.9 2.35 5.25 5.25 5.25h21.5c2.9 0 5.25-2.35 5.25-5.25V25c0-5.942-3.24-11.128-8.049-13.887A8 8 0 0 0 24 4m13.5 24h-27v-3c0-7.456 6.044-13.5 13.5-13.5S37.5 17.544 37.5 25zM16 30.5v3.25a1.25 1.25 0 1 0 2.5 0V30.5h19v8.25a2.75 2.75 0 0 1-2.75 2.75h-21.5a2.75 2.75 0 0 1-2.75-2.75V30.5zM24 9c-1.764 0-3.461.285-5.048.813a5.501 5.501 0 0 1 10.096 0A16 16 0 0 0 24 9"/></svg>
</template>

CSS

.icon-backpack-48-regular {
  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%22M16%2021.179A2.82%202.82%200%200%200%2018.821%2024H29.18A2.82%202.82%200%200%200%2032%2021.179A5.18%205.18%200%200%200%2026.821%2016H21.18A5.18%205.18%200%200%200%2016%2021.179m5.179-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-.321a2.68%202.68%200%200%201%202.679-2.679M24%204a8%208%200%200%200-7.951%207.113C11.239%2013.872%208%2019.058%208%2025v13.75c0%202.9%202.35%205.25%205.25%205.25h21.5c2.9%200%205.25-2.35%205.25-5.25V25c0-5.942-3.24-11.128-8.049-13.887A8%208%200%200%200%2024%204m13.5%2024h-27v-3c0-7.456%206.044-13.5%2013.5-13.5S37.5%2017.544%2037.5%2025zM16%2030.5v3.25a1.25%201.25%200%201%200%202.5%200V30.5h19v8.25a2.75%202.75%200%200%201-2.75%202.75h-21.5a2.75%202.75%200%200%201-2.75-2.75V30.5zM24%209c-1.764%200-3.461.285-5.048.813a5.501%205.501%200%200%201%2010.096%200A16%2016%200%200%200%2024%209%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%22M16%2021.179A2.82%202.82%200%200%200%2018.821%2024H29.18A2.82%202.82%200%200%200%2032%2021.179A5.18%205.18%200%200%200%2026.821%2016H21.18A5.18%205.18%200%200%200%2016%2021.179m5.179-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-.321a2.68%202.68%200%200%201%202.679-2.679M24%204a8%208%200%200%200-7.951%207.113C11.239%2013.872%208%2019.058%208%2025v13.75c0%202.9%202.35%205.25%205.25%205.25h21.5c2.9%200%205.25-2.35%205.25-5.25V25c0-5.942-3.24-11.128-8.049-13.887A8%208%200%200%200%2024%204m13.5%2024h-27v-3c0-7.456%206.044-13.5%2013.5-13.5S37.5%2017.544%2037.5%2025zM16%2030.5v3.25a1.25%201.25%200%201%200%202.5%200V30.5h19v8.25a2.75%202.75%200%200%201-2.75%202.75h-21.5a2.75%202.75%200%200%201-2.75-2.75V30.5zM24%209c-1.764%200-3.461.285-5.048.813a5.501%205.501%200%200%201%2010.096%200A16%2016%200%200%200%2024%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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