backpack icon
backpack from IconPark by ByteDance · Color · Clothes · Apache-2.0 Free for personal and commercial use.
- Name
- backpack
- Set
- IconPark
- Style
- Color
- Category
- Clothes
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
backpackBootstrap IconsbackpackBoxIcons v2 SolidbackpackEmoji One (Colored)backpack-12-filledFluent UI System IconsbackpackFluent EmojibackpackFluent Emoji FlatbackpackFluent Emoji High ContrastbackpackIconPark OutlinebackpackIconPark SolidbackpackIconPark TwoTonebackpackJam IconsbackpackLucidebackpackMaterial SymbolsbackpackMaterial Symbols Lightbackpack-fillMingCute IconbackpackMyna UI IconsbackpackNoto EmojibackpackOpenMojibackpackPhosphorbackpackPixelarticonsbackpackRadix Iconsbackpack-boldSolarbackpackTabler IconsbackpackWeb3 Icons
More clothes icons from IconPark
a-canebachelor-capbachelor-cap-onebachelor-cap-twobaseball-capbasketball-clothesbeltbootsbowbriefcasechef-hatchildren-capclothes-briefsclothes-cardiganclothes-crew-neckclothes-diapersclothes-glovesclothes-gloves-twoclothes-hoodieclothes-pantsclothes-pants-shortclothes-pants-sweatclothes-short-sleeveclothes-skates
Use the backpack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke="#000" d="M19 9.55556V4H13V14"/><path stroke="#000" d="M29 9.55556V4H35V14"/><path fill="#2F88FF" stroke="#000" d="M11 20C11 14.4772 15.4772 10 21 10H27C32.5228 10 37 14.4772 37 20V40C37 42.2091 35.2091 44 33 44H15C12.7909 44 11 42.2091 11 40V20Z"/><path stroke="#000" d="M11 29H5V39H11"/><path stroke="#000" d="M37 29H43V39H37"/><path stroke="#fff" d="M28 23V27"/><path stroke="#fff" d="M17 23H27.5H31"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBackpack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path stroke="#000" d="M19 9.55556V4H13V14"/><path stroke="#000" d="M29 9.55556V4H35V14"/><path fill="#2F88FF" stroke="#000" d="M11 20C11 14.4772 15.4772 10 21 10H27C32.5228 10 37 14.4772 37 20V40C37 42.2091 35.2091 44 33 44H15C12.7909 44 11 42.2091 11 40V20Z"/><path stroke="#000" d="M11 29H5V39H11"/><path stroke="#000" d="M37 29H43V39H37"/><path stroke="#fff" d="M28 23V27"/><path stroke="#fff" d="M17 23H27.5H31"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke="#000" d="M19 9.55556V4H13V14"/><path stroke="#000" d="M29 9.55556V4H35V14"/><path fill="#2F88FF" stroke="#000" d="M11 20C11 14.4772 15.4772 10 21 10H27C32.5228 10 37 14.4772 37 20V40C37 42.2091 35.2091 44 33 44H15C12.7909 44 11 42.2091 11 40V20Z"/><path stroke="#000" d="M11 29H5V39H11"/><path stroke="#000" d="M37 29H43V39H37"/><path stroke="#fff" d="M28 23V27"/><path stroke="#fff" d="M17 23H27.5H31"/></g></svg> </template>
CSS
.icon-backpack {
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%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M19%209.55556V4H13V14%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29%209.55556V4H35V14%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M11%2020C11%2014.4772%2015.4772%2010%2021%2010H27C32.5228%2010%2037%2014.4772%2037%2020V40C37%2042.2091%2035.2091%2044%2033%2044H15C12.7909%2044%2011%2042.2091%2011%2040V20Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M11%2029H5V39H11%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M37%2029H43V39H37%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M28%2023V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M17%2023H27.5H31%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M19%209.55556V4H13V14%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29%209.55556V4H35V14%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M11%2020C11%2014.4772%2015.4772%2010%2021%2010H27C32.5228%2010%2037%2014.4772%2037%2020V40C37%2042.2091%2035.2091%2044%2033%2044H15C12.7909%2044%2011%2042.2091%2011%2040V20Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M11%2029H5V39H11%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M37%2029H43V39H37%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M28%2023V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M17%2023H27.5H31%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/backpack.svg?color=%231a73e8&size=48