backpack 02 icon
backpack-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- backpack-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the backpack 02 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 d="M19 14h1.239c1.11 0 1.944 1.08 1.726 2.239l-.265 1.408C21.443 19.015 20.313 20 19 20M5 14H3.761c-1.11 0-1.944 1.08-1.726 2.239l.265 1.408C2.557 19.015 3.687 20 5 20"/><path stroke-linejoin="round" d="m18.27 10.5l.521 4.697c.28 3.182.42 4.773-.521 5.788S15.713 22 12.48 22h-.962c-3.232 0-4.847 0-5.789-1.015s-.801-2.606-.521-5.788L5.73 10.5"/><path d="M15 5a3 3 0 1 0-6 0M5.262 8.87c-.25-1.416-.376-2.124-.126-2.666a2.03 2.03 0 0 1 .793-.883C6.455 5 7.216 5 8.738 5h6.525c1.521 0 2.282 0 2.808.32c.351.215.627.522.793.884c.25.542.124 1.25-.126 2.666l-.05.289c-.098.549-.146.823-.242 1.076c-.165.436-.436.83-.79 1.151c-.204.186-.45.34-.94.65c-.462.29-.693.435-.937.549a4.4 4.4 0 0 1-1.34.382c-.27.033-.547.033-1.102.033h-2.674c-.555 0-.832 0-1.102-.033a4.4 4.4 0 0 1-1.34-.383c-.244-.113-.475-.258-.936-.549c-.491-.308-.737-.463-.942-.649a3 3 0 0 1-.789-1.151c-.096-.253-.144-.527-.241-1.076z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.125 10H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBackpack02(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 d="M19 14h1.239c1.11 0 1.944 1.08 1.726 2.239l-.265 1.408C21.443 19.015 20.313 20 19 20M5 14H3.761c-1.11 0-1.944 1.08-1.726 2.239l.265 1.408C2.557 19.015 3.687 20 5 20"/><path strokeLinejoin="round" d="m18.27 10.5l.521 4.697c.28 3.182.42 4.773-.521 5.788S15.713 22 12.48 22h-.962c-3.232 0-4.847 0-5.789-1.015s-.801-2.606-.521-5.788L5.73 10.5"/><path d="M15 5a3 3 0 1 0-6 0M5.262 8.87c-.25-1.416-.376-2.124-.126-2.666a2.03 2.03 0 0 1 .793-.883C6.455 5 7.216 5 8.738 5h6.525c1.521 0 2.282 0 2.808.32c.351.215.627.522.793.884c.25.542.124 1.25-.126 2.666l-.05.289c-.098.549-.146.823-.242 1.076c-.165.436-.436.83-.79 1.151c-.204.186-.45.34-.94.65c-.462.29-.693.435-.937.549a4.4 4.4 0 0 1-1.34.382c-.27.033-.547.033-1.102.033h-2.674c-.555 0-.832 0-1.102-.033a4.4 4.4 0 0 1-1.34-.383c-.244-.113-.475-.258-.936-.549c-.491-.308-.737-.463-.942-.649a3 3 0 0 1-.789-1.151c-.096-.253-.144-.527-.241-1.076z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.125 10H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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 d="M19 14h1.239c1.11 0 1.944 1.08 1.726 2.239l-.265 1.408C21.443 19.015 20.313 20 19 20M5 14H3.761c-1.11 0-1.944 1.08-1.726 2.239l.265 1.408C2.557 19.015 3.687 20 5 20"/><path stroke-linejoin="round" d="m18.27 10.5l.521 4.697c.28 3.182.42 4.773-.521 5.788S15.713 22 12.48 22h-.962c-3.232 0-4.847 0-5.789-1.015s-.801-2.606-.521-5.788L5.73 10.5"/><path d="M15 5a3 3 0 1 0-6 0M5.262 8.87c-.25-1.416-.376-2.124-.126-2.666a2.03 2.03 0 0 1 .793-.883C6.455 5 7.216 5 8.738 5h6.525c1.521 0 2.282 0 2.808.32c.351.215.627.522.793.884c.25.542.124 1.25-.126 2.666l-.05.289c-.098.549-.146.823-.242 1.076c-.165.436-.436.83-.79 1.151c-.204.186-.45.34-.94.65c-.462.29-.693.435-.937.549a4.4 4.4 0 0 1-1.34.382c-.27.033-.547.033-1.102.033h-2.674c-.555 0-.832 0-1.102-.033a4.4 4.4 0 0 1-1.34-.383c-.244-.113-.475-.258-.936-.549c-.491-.308-.737-.463-.942-.649a3 3 0 0 1-.789-1.151c-.096-.253-.144-.527-.241-1.076z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.125 10H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-backpack-02 {
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%20d%3D%22M19%2014h1.239c1.11%200%201.944%201.08%201.726%202.239l-.265%201.408C21.443%2019.015%2020.313%2020%2019%2020M5%2014H3.761c-1.11%200-1.944%201.08-1.726%202.239l.265%201.408C2.557%2019.015%203.687%2020%205%2020%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18.27%2010.5l.521%204.697c.28%203.182.42%204.773-.521%205.788S15.713%2022%2012.48%2022h-.962c-3.232%200-4.847%200-5.789-1.015s-.801-2.606-.521-5.788L5.73%2010.5%22%2F%3E%3Cpath%20d%3D%22M15%205a3%203%200%201%200-6%200M5.262%208.87c-.25-1.416-.376-2.124-.126-2.666a2.03%202.03%200%200%201%20.793-.883C6.455%205%207.216%205%208.738%205h6.525c1.521%200%202.282%200%202.808.32c.351.215.627.522.793.884c.25.542.124%201.25-.126%202.666l-.05.289c-.098.549-.146.823-.242%201.076c-.165.436-.436.83-.79%201.151c-.204.186-.45.34-.94.65c-.462.29-.693.435-.937.549a4.4%204.4%200%200%201-1.34.382c-.27.033-.547.033-1.102.033h-2.674c-.555%200-.832%200-1.102-.033a4.4%204.4%200%200%201-1.34-.383c-.244-.113-.475-.258-.936-.549c-.491-.308-.737-.463-.942-.649a3%203%200%200%201-.789-1.151c-.096-.253-.144-.527-.241-1.076z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.125%2010H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%20d%3D%22M19%2014h1.239c1.11%200%201.944%201.08%201.726%202.239l-.265%201.408C21.443%2019.015%2020.313%2020%2019%2020M5%2014H3.761c-1.11%200-1.944%201.08-1.726%202.239l.265%201.408C2.557%2019.015%203.687%2020%205%2020%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18.27%2010.5l.521%204.697c.28%203.182.42%204.773-.521%205.788S15.713%2022%2012.48%2022h-.962c-3.232%200-4.847%200-5.789-1.015s-.801-2.606-.521-5.788L5.73%2010.5%22%2F%3E%3Cpath%20d%3D%22M15%205a3%203%200%201%200-6%200M5.262%208.87c-.25-1.416-.376-2.124-.126-2.666a2.03%202.03%200%200%201%20.793-.883C6.455%205%207.216%205%208.738%205h6.525c1.521%200%202.282%200%202.808.32c.351.215.627.522.793.884c.25.542.124%201.25-.126%202.666l-.05.289c-.098.549-.146.823-.242%201.076c-.165.436-.436.83-.79%201.151c-.204.186-.45.34-.94.65c-.462.29-.693.435-.937.549a4.4%204.4%200%200%201-1.34.382c-.27.033-.547.033-1.102.033h-2.674c-.555%200-.832%200-1.102-.033a4.4%204.4%200%200%201-1.34-.383c-.244-.113-.475-.258-.936-.549c-.491-.308-.737-.463-.942-.649a3%203%200%200%201-.789-1.151c-.096-.253-.144-.527-.241-1.076z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.125%2010H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-02.svg?color=%231a73e8&size=48