backpack icon
backpack-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- backpack-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
backpackBootstrap IconsbackpackBoxIcons v2 SolidbackpackEmoji One (Colored)backpackFluent EmojibackpackFluent Emoji FlatbackpackFluent Emoji High ContrastbackpackIconParkbackpackIconPark OutlinebackpackIconPark SolidbackpackIconPark TwoTonebackpackJam IconsbackpackLucidebackpackMaterial SymbolsbackpackMaterial Symbols Lightbackpack-fillMingCute IconbackpackMyna UI IconsbackpackNoto EmojibackpackOpenMojibackpackPhosphorbackpackPixelarticonsbackpackRadix Iconsbackpack-boldSolarbackpackTabler IconsbackpackWeb3 Icons
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 24 24"><path fill="currentColor" d="M12 2a3.75 3.75 0 0 0-3.736 3.424A8 8 0 0 0 4 12.5V14h16v-1.5a8 8 0 0 0-4.264-7.076A3.75 3.75 0 0 0 12 2m8 13.714H9.5v1.536a.75.75 0 0 1-1.5 0v-1.536H4v3.036A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75zM12 4.5c-.698 0-1.374.09-2.02.257a2.25 2.25 0 0 1 4.04 0A8 8 0 0 0 12 4.5m-4 5.917A2.417 2.417 0 0 1 10.417 8h3.166A2.417 2.417 0 0 1 16 10.417C16 11.29 15.291 12 14.417 12H9.583A1.583 1.583 0 0 1 8 10.417m2.417-.917a.917.917 0 0 0-.917.917c0 .046.037.083.083.083h4.834a.083.083 0 0 0 .083-.083a.917.917 0 0 0-.917-.917z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBackpack24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a3.75 3.75 0 0 0-3.736 3.424A8 8 0 0 0 4 12.5V14h16v-1.5a8 8 0 0 0-4.264-7.076A3.75 3.75 0 0 0 12 2m8 13.714H9.5v1.536a.75.75 0 0 1-1.5 0v-1.536H4v3.036A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75zM12 4.5c-.698 0-1.374.09-2.02.257a2.25 2.25 0 0 1 4.04 0A8 8 0 0 0 12 4.5m-4 5.917A2.417 2.417 0 0 1 10.417 8h3.166A2.417 2.417 0 0 1 16 10.417C16 11.29 15.291 12 14.417 12H9.583A1.583 1.583 0 0 1 8 10.417m2.417-.917a.917.917 0 0 0-.917.917c0 .046.037.083.083.083h4.834a.083.083 0 0 0 .083-.083a.917.917 0 0 0-.917-.917z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a3.75 3.75 0 0 0-3.736 3.424A8 8 0 0 0 4 12.5V14h16v-1.5a8 8 0 0 0-4.264-7.076A3.75 3.75 0 0 0 12 2m8 13.714H9.5v1.536a.75.75 0 0 1-1.5 0v-1.536H4v3.036A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75zM12 4.5c-.698 0-1.374.09-2.02.257a2.25 2.25 0 0 1 4.04 0A8 8 0 0 0 12 4.5m-4 5.917A2.417 2.417 0 0 1 10.417 8h3.166A2.417 2.417 0 0 1 16 10.417C16 11.29 15.291 12 14.417 12H9.583A1.583 1.583 0 0 1 8 10.417m2.417-.917a.917.917 0 0 0-.917.917c0 .046.037.083.083.083h4.834a.083.083 0 0 0 .083-.083a.917.917 0 0 0-.917-.917z"/></svg> </template>
CSS
.icon-backpack-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a3.75%203.75%200%200%200-3.736%203.424A8%208%200%200%200%204%2012.5V14h16v-1.5a8%208%200%200%200-4.264-7.076A3.75%203.75%200%200%200%2012%202m8%2013.714H9.5v1.536a.75.75%200%200%201-1.5%200v-1.536H4v3.036A3.25%203.25%200%200%200%207.25%2022h9.5A3.25%203.25%200%200%200%2020%2018.75zM12%204.5c-.698%200-1.374.09-2.02.257a2.25%202.25%200%200%201%204.04%200A8%208%200%200%200%2012%204.5m-4%205.917A2.417%202.417%200%200%201%2010.417%208h3.166A2.417%202.417%200%200%201%2016%2010.417C16%2011.29%2015.291%2012%2014.417%2012H9.583A1.583%201.583%200%200%201%208%2010.417m2.417-.917a.917.917%200%200%200-.917.917c0%20.046.037.083.083.083h4.834a.083.083%200%200%200%20.083-.083a.917.917%200%200%200-.917-.917z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a3.75%203.75%200%200%200-3.736%203.424A8%208%200%200%200%204%2012.5V14h16v-1.5a8%208%200%200%200-4.264-7.076A3.75%203.75%200%200%200%2012%202m8%2013.714H9.5v1.536a.75.75%200%200%201-1.5%200v-1.536H4v3.036A3.25%203.25%200%200%200%207.25%2022h9.5A3.25%203.25%200%200%200%2020%2018.75zM12%204.5c-.698%200-1.374.09-2.02.257a2.25%202.25%200%200%201%204.04%200A8%208%200%200%200%2012%204.5m-4%205.917A2.417%202.417%200%200%201%2010.417%208h3.166A2.417%202.417%200%200%201%2016%2010.417C16%2011.29%2015.291%2012%2014.417%2012H9.583A1.583%201.583%200%200%201%208%2010.417m2.417-.917a.917.917%200%200%200-.917.917c0%20.046.037.083.083.083h4.834a.083.083%200%200%200%20.083-.083a.917.917%200%200%200-.917-.917z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/backpack-24-filled.svg?color=%231a73e8&size=48