bag-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
bag-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Related icons in Teenyicons

Use the bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m2.401 6.39l-.497-.056zm-.778 7l.497.055zm11.754 0l-.497.055zm-.778-7l.497-.056zM1.904 6.334l-.778 7l.994.11l.778-7zM2.617 15h9.766v-1H2.617zm11.257-1.666l-.778-7l-.994.11l.778 7zM11.604 5H3.396v1h8.21zm1.492 1.334A1.5 1.5 0 0 0 11.605 5v1a.5.5 0 0 1 .497.445zM12.383 15a1.5 1.5 0 0 0 1.49-1.666l-.993.11a.5.5 0 0 1-.497.556zM1.126 13.334A1.5 1.5 0 0 0 2.617 15v-1a.5.5 0 0 1-.497-.555zm1.772-6.89A.5.5 0 0 1 3.395 6V5a1.5 1.5 0 0 0-1.49 1.334zM5 4v-.5H4V4zm5-.5V4h1v-.5zM7.5 1A2.5 2.5 0 0 1 10 3.5h1A3.5 3.5 0 0 0 7.5 0zM5 3.5A2.5 2.5 0 0 1 7.5 1V0A3.5 3.5 0 0 0 4 3.5z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsBagOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m2.401 6.39l-.497-.056zm-.778 7l.497.055zm11.754 0l-.497.055zm-.778-7l.497-.056zM1.904 6.334l-.778 7l.994.11l.778-7zM2.617 15h9.766v-1H2.617zm11.257-1.666l-.778-7l-.994.11l.778 7zM11.604 5H3.396v1h8.21zm1.492 1.334A1.5 1.5 0 0 0 11.605 5v1a.5.5 0 0 1 .497.445zM12.383 15a1.5 1.5 0 0 0 1.49-1.666l-.993.11a.5.5 0 0 1-.497.556zM1.126 13.334A1.5 1.5 0 0 0 2.617 15v-1a.5.5 0 0 1-.497-.555zm1.772-6.89A.5.5 0 0 1 3.395 6V5a1.5 1.5 0 0 0-1.49 1.334zM5 4v-.5H4V4zm5-.5V4h1v-.5zM7.5 1A2.5 2.5 0 0 1 10 3.5h1A3.5 3.5 0 0 0 7.5 0zM5 3.5A2.5 2.5 0 0 1 7.5 1V0A3.5 3.5 0 0 0 4 3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m2.401 6.39l-.497-.056zm-.778 7l.497.055zm11.754 0l-.497.055zm-.778-7l.497-.056zM1.904 6.334l-.778 7l.994.11l.778-7zM2.617 15h9.766v-1H2.617zm11.257-1.666l-.778-7l-.994.11l.778 7zM11.604 5H3.396v1h8.21zm1.492 1.334A1.5 1.5 0 0 0 11.605 5v1a.5.5 0 0 1 .497.445zM12.383 15a1.5 1.5 0 0 0 1.49-1.666l-.993.11a.5.5 0 0 1-.497.556zM1.126 13.334A1.5 1.5 0 0 0 2.617 15v-1a.5.5 0 0 1-.497-.555zm1.772-6.89A.5.5 0 0 1 3.395 6V5a1.5 1.5 0 0 0-1.49 1.334zM5 4v-.5H4V4zm5-.5V4h1v-.5zM7.5 1A2.5 2.5 0 0 1 10 3.5h1A3.5 3.5 0 0 0 7.5 0zM5 3.5A2.5 2.5 0 0 1 7.5 1V0A3.5 3.5 0 0 0 4 3.5z"/></svg>
</template>

CSS

.icon-bag-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.401%206.39l-.497-.056zm-.778%207l.497.055zm11.754%200l-.497.055zm-.778-7l.497-.056zM1.904%206.334l-.778%207l.994.11l.778-7zM2.617%2015h9.766v-1H2.617zm11.257-1.666l-.778-7l-.994.11l.778%207zM11.604%205H3.396v1h8.21zm1.492%201.334A1.5%201.5%200%200%200%2011.605%205v1a.5.5%200%200%201%20.497.445zM12.383%2015a1.5%201.5%200%200%200%201.49-1.666l-.993.11a.5.5%200%200%201-.497.556zM1.126%2013.334A1.5%201.5%200%200%200%202.617%2015v-1a.5.5%200%200%201-.497-.555zm1.772-6.89A.5.5%200%200%201%203.395%206V5a1.5%201.5%200%200%200-1.49%201.334zM5%204v-.5H4V4zm5-.5V4h1v-.5zM7.5%201A2.5%202.5%200%200%201%2010%203.5h1A3.5%203.5%200%200%200%207.5%200zM5%203.5A2.5%202.5%200%200%201%207.5%201V0A3.5%203.5%200%200%200%204%203.5z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.401%206.39l-.497-.056zm-.778%207l.497.055zm11.754%200l-.497.055zm-.778-7l.497-.056zM1.904%206.334l-.778%207l.994.11l.778-7zM2.617%2015h9.766v-1H2.617zm11.257-1.666l-.778-7l-.994.11l.778%207zM11.604%205H3.396v1h8.21zm1.492%201.334A1.5%201.5%200%200%200%2011.605%205v1a.5.5%200%200%201%20.497.445zM12.383%2015a1.5%201.5%200%200%200%201.49-1.666l-.993.11a.5.5%200%200%201-.497.556zM1.126%2013.334A1.5%201.5%200%200%200%202.617%2015v-1a.5.5%200%200%201-.497-.555zm1.772-6.89A.5.5%200%200%201%203.395%206V5a1.5%201.5%200%200%200-1.49%201.334zM5%204v-.5H4V4zm5-.5V4h1v-.5zM7.5%201A2.5%202.5%200%200%201%2010%203.5h1A3.5%203.5%200%200%200%207.5%200zM5%203.5A2.5%202.5%200%200%201%207.5%201V0A3.5%203.5%200%200%200%204%203.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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