backpack 01 icon
backpack-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- backpack-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the backpack 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M5 12a7 7 0 0 1 14 0v4.333c0 1.552 0 2.327-.212 2.953a4 4 0 0 1-2.502 2.502C15.66 22 14.885 22 13.333 22h-2.666c-1.552 0-2.327 0-2.953-.212a4 4 0 0 1-2.502-2.502C5 18.66 5 17.885 5 16.333z"/><path stroke-linejoin="round" d="M5 17c1.65-1.83 4.173-3 7-3s5.35 1.17 7 3"/><path stroke-linecap="round" d="M11 10h2"/><path d="M9 6V5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 2 11.068 2 12 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 3.602 15 4.068 15 5v1M5 19H3.714A1.714 1.714 0 0 1 2 17.286V16a3 3 0 0 1 3-3m14 6h1.286c.947 0 1.714-.767 1.714-1.714V16a3 3 0 0 0-3-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBackpack01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M5 12a7 7 0 0 1 14 0v4.333c0 1.552 0 2.327-.212 2.953a4 4 0 0 1-2.502 2.502C15.66 22 14.885 22 13.333 22h-2.666c-1.552 0-2.327 0-2.953-.212a4 4 0 0 1-2.502-2.502C5 18.66 5 17.885 5 16.333z"/><path strokeLinejoin="round" d="M5 17c1.65-1.83 4.173-3 7-3s5.35 1.17 7 3"/><path strokeLinecap="round" d="M11 10h2"/><path d="M9 6V5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 2 11.068 2 12 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 3.602 15 4.068 15 5v1M5 19H3.714A1.714 1.714 0 0 1 2 17.286V16a3 3 0 0 1 3-3m14 6h1.286c.947 0 1.714-.767 1.714-1.714V16a3 3 0 0 0-3-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M5 12a7 7 0 0 1 14 0v4.333c0 1.552 0 2.327-.212 2.953a4 4 0 0 1-2.502 2.502C15.66 22 14.885 22 13.333 22h-2.666c-1.552 0-2.327 0-2.953-.212a4 4 0 0 1-2.502-2.502C5 18.66 5 17.885 5 16.333z"/><path stroke-linejoin="round" d="M5 17c1.65-1.83 4.173-3 7-3s5.35 1.17 7 3"/><path stroke-linecap="round" d="M11 10h2"/><path d="M9 6V5c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 2 11.068 2 12 2s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 3.602 15 4.068 15 5v1M5 19H3.714A1.714 1.714 0 0 1 2 17.286V16a3 3 0 0 1 3-3m14 6h1.286c.947 0 1.714-.767 1.714-1.714V16a3 3 0 0 0-3-3"/></g></svg> </template>
CSS
.icon-backpack-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2012a7%207%200%200%201%2014%200v4.333c0%201.552%200%202.327-.212%202.953a4%204%200%200%201-2.502%202.502C15.66%2022%2014.885%2022%2013.333%2022h-2.666c-1.552%200-2.327%200-2.953-.212a4%204%200%200%201-2.502-2.502C5%2018.66%205%2017.885%205%2016.333z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2017c1.65-1.83%204.173-3%207-3s5.35%201.17%207%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2010h2%22%2F%3E%3Cpath%20d%3D%22M9%206V5c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C10.602%202%2011.068%202%2012%202s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C15%203.602%2015%204.068%2015%205v1M5%2019H3.714A1.714%201.714%200%200%201%202%2017.286V16a3%203%200%200%201%203-3m14%206h1.286c.947%200%201.714-.767%201.714-1.714V16a3%203%200%200%200-3-3%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2012a7%207%200%200%201%2014%200v4.333c0%201.552%200%202.327-.212%202.953a4%204%200%200%201-2.502%202.502C15.66%2022%2014.885%2022%2013.333%2022h-2.666c-1.552%200-2.327%200-2.953-.212a4%204%200%200%201-2.502-2.502C5%2018.66%205%2017.885%205%2016.333z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2017c1.65-1.83%204.173-3%207-3s5.35%201.17%207%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2010h2%22%2F%3E%3Cpath%20d%3D%22M9%206V5c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C10.602%202%2011.068%202%2012%202s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C15%203.602%2015%204.068%2015%205v1M5%2019H3.714A1.714%201.714%200%200%201%202%2017.286V16a3%203%200%200%201%203-3m14%206h1.286c.947%200%201.714-.767%201.714-1.714V16a3%203%200%200%200-3-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/backpack-01.svg?color=%231a73e8&size=48