bag 5 icon

bag-5-linear from Solar by 480 Design · Linear · Shopping · CC-BY-4.0 Attribution required.

Name
bag-5-linear
Set
Solar
Style
Linear
Category
Shopping
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More shopping icons from Solar

Use the bag 5 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="M3.79424 14.9709C4.33141 17.6567 4.59999 18.9996 5.48746 19.8646C5.65149 20.0244 5.82894 20.1699 6.01786 20.2994C7.04004 21 8.40956 21 11.1486 21H12.8515C15.5906 21 16.9601 21 17.9823 20.2994C18.1712 20.1699 18.3486 20.0244 18.5127 19.8646C19.4001 18.9996 19.6687 17.6567 20.2059 14.9709C20.9771 11.1149 21.3627 9.18686 20.475 7.82067C20.3143 7.5733 20.1267 7.34447 19.9157 7.13836C18.7501 6 16.7839 6 12.8515 6H11.1486C7.21622 6 5.25004 6 4.08447 7.13836C3.87342 7.34447 3.68582 7.5733 3.5251 7.82067C2.63744 9.18686 3.02304 11.1149 3.79424 14.9709Z"/><path stroke-linecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 10H9.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 10H15.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBag5Linear(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="M3.79424 14.9709C4.33141 17.6567 4.59999 18.9996 5.48746 19.8646C5.65149 20.0244 5.82894 20.1699 6.01786 20.2994C7.04004 21 8.40956 21 11.1486 21H12.8515C15.5906 21 16.9601 21 17.9823 20.2994C18.1712 20.1699 18.3486 20.0244 18.5127 19.8646C19.4001 18.9996 19.6687 17.6567 20.2059 14.9709C20.9771 11.1149 21.3627 9.18686 20.475 7.82067C20.3143 7.5733 20.1267 7.34447 19.9157 7.13836C18.7501 6 16.7839 6 12.8515 6H11.1486C7.21622 6 5.25004 6 4.08447 7.13836C3.87342 7.34447 3.68582 7.5733 3.5251 7.82067C2.63744 9.18686 3.02304 11.1149 3.79424 14.9709Z"/><path strokeLinecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 10H9.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 10H15.0001"/></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="M3.79424 14.9709C4.33141 17.6567 4.59999 18.9996 5.48746 19.8646C5.65149 20.0244 5.82894 20.1699 6.01786 20.2994C7.04004 21 8.40956 21 11.1486 21H12.8515C15.5906 21 16.9601 21 17.9823 20.2994C18.1712 20.1699 18.3486 20.0244 18.5127 19.8646C19.4001 18.9996 19.6687 17.6567 20.2059 14.9709C20.9771 11.1149 21.3627 9.18686 20.475 7.82067C20.3143 7.5733 20.1267 7.34447 19.9157 7.13836C18.7501 6 16.7839 6 12.8515 6H11.1486C7.21622 6 5.25004 6 4.08447 7.13836C3.87342 7.34447 3.68582 7.5733 3.5251 7.82067C2.63744 9.18686 3.02304 11.1149 3.79424 14.9709Z"/><path stroke-linecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 10H9.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 10H15.0001"/></g></svg>
</template>

CSS

.icon-bag-5-linear {
  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%22M3.79424%2014.9709C4.33141%2017.6567%204.59999%2018.9996%205.48746%2019.8646C5.65149%2020.0244%205.82894%2020.1699%206.01786%2020.2994C7.04004%2021%208.40956%2021%2011.1486%2021H12.8515C15.5906%2021%2016.9601%2021%2017.9823%2020.2994C18.1712%2020.1699%2018.3486%2020.0244%2018.5127%2019.8646C19.4001%2018.9996%2019.6687%2017.6567%2020.2059%2014.9709C20.9771%2011.1149%2021.3627%209.18686%2020.475%207.82067C20.3143%207.5733%2020.1267%207.34447%2019.9157%207.13836C18.7501%206%2016.7839%206%2012.8515%206H11.1486C7.21622%206%205.25004%206%204.08447%207.13836C3.87342%207.34447%203.68582%207.5733%203.5251%207.82067C2.63744%209.18686%203.02304%2011.1149%203.79424%2014.9709Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2010H9.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2010H15.0001%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%22M3.79424%2014.9709C4.33141%2017.6567%204.59999%2018.9996%205.48746%2019.8646C5.65149%2020.0244%205.82894%2020.1699%206.01786%2020.2994C7.04004%2021%208.40956%2021%2011.1486%2021H12.8515C15.5906%2021%2016.9601%2021%2017.9823%2020.2994C18.1712%2020.1699%2018.3486%2020.0244%2018.5127%2019.8646C19.4001%2018.9996%2019.6687%2017.6567%2020.2059%2014.9709C20.9771%2011.1149%2021.3627%209.18686%2020.475%207.82067C20.3143%207.5733%2020.1267%207.34447%2019.9157%207.13836C18.7501%206%2016.7839%206%2012.8515%206H11.1486C7.21622%206%205.25004%206%204.08447%207.13836C3.87342%207.34447%203.68582%207.5733%203.5251%207.82067C2.63744%209.18686%203.02304%2011.1149%203.79424%2014.9709Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2010H9.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2010H15.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bag-5-linear.svg?color=%231a73e8&size=48