bag3 icon
bag3 from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.
- Name
- bag3
- Set
- Reicon
- Style
- Outline
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More shopping icons from Reicon
Use the bag3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.921 7.293a.75.75 0 0 1 .957.457a2.251 2.251 0 0 0 4.245 0a.75.75 0 1 1 1.414.5a3.751 3.751 0 0 1-7.073 0a.75.75 0 0 1 .457-.957m3.44-1.793h-.722c-1.625 0-2.707.003-3.527.104c-.778.096-1.137.263-1.389.472c-.252.21-.482.531-.72 1.278c-.25.787-.452 1.85-.752 3.448c-.42 2.24-.702 3.761-.752 4.907c-.048 1.105.137 1.575.397 1.888s.687.581 1.782.737c1.135.162 2.683.166 4.962.166h.72c2.28 0 3.827-.004 4.962-.166c1.095-.156 1.522-.424 1.782-.737c.26-.314.445-.783.397-1.888c-.05-1.146-.332-2.667-.752-4.907c-.3-1.598-.501-2.66-.752-3.448c-.238-.747-.468-1.069-.72-1.278s-.61-.376-1.389-.472c-.82-.101-1.902-.104-3.527-.104m-6.596-.578c-1.11.922-1.403 2.483-1.988 5.604c-.823 4.389-1.235 6.583-.035 8.029S7.174 20 11.64 20h.72c4.466 0 6.699 0 7.899-1.445s.788-3.64-.035-8.03c-.585-3.12-.878-4.681-1.989-5.603C17.125 4 15.536 4 12.361 4h-.722c-3.175 0-4.763 0-5.874.922" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBag3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M8.921 7.293a.75.75 0 0 1 .957.457a2.251 2.251 0 0 0 4.245 0a.75.75 0 1 1 1.414.5a3.751 3.751 0 0 1-7.073 0a.75.75 0 0 1 .457-.957m3.44-1.793h-.722c-1.625 0-2.707.003-3.527.104c-.778.096-1.137.263-1.389.472c-.252.21-.482.531-.72 1.278c-.25.787-.452 1.85-.752 3.448c-.42 2.24-.702 3.761-.752 4.907c-.048 1.105.137 1.575.397 1.888s.687.581 1.782.737c1.135.162 2.683.166 4.962.166h.72c2.28 0 3.827-.004 4.962-.166c1.095-.156 1.522-.424 1.782-.737c.26-.314.445-.783.397-1.888c-.05-1.146-.332-2.667-.752-4.907c-.3-1.598-.501-2.66-.752-3.448c-.238-.747-.468-1.069-.72-1.278s-.61-.376-1.389-.472c-.82-.101-1.902-.104-3.527-.104m-6.596-.578c-1.11.922-1.403 2.483-1.988 5.604c-.823 4.389-1.235 6.583-.035 8.029S7.174 20 11.64 20h.72c4.466 0 6.699 0 7.899-1.445s.788-3.64-.035-8.03c-.585-3.12-.878-4.681-1.989-5.603C17.125 4 15.536 4 12.361 4h-.722c-3.175 0-4.763 0-5.874.922" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.921 7.293a.75.75 0 0 1 .957.457a2.251 2.251 0 0 0 4.245 0a.75.75 0 1 1 1.414.5a3.751 3.751 0 0 1-7.073 0a.75.75 0 0 1 .457-.957m3.44-1.793h-.722c-1.625 0-2.707.003-3.527.104c-.778.096-1.137.263-1.389.472c-.252.21-.482.531-.72 1.278c-.25.787-.452 1.85-.752 3.448c-.42 2.24-.702 3.761-.752 4.907c-.048 1.105.137 1.575.397 1.888s.687.581 1.782.737c1.135.162 2.683.166 4.962.166h.72c2.28 0 3.827-.004 4.962-.166c1.095-.156 1.522-.424 1.782-.737c.26-.314.445-.783.397-1.888c-.05-1.146-.332-2.667-.752-4.907c-.3-1.598-.501-2.66-.752-3.448c-.238-.747-.468-1.069-.72-1.278s-.61-.376-1.389-.472c-.82-.101-1.902-.104-3.527-.104m-6.596-.578c-1.11.922-1.403 2.483-1.988 5.604c-.823 4.389-1.235 6.583-.035 8.029S7.174 20 11.64 20h.72c4.466 0 6.699 0 7.899-1.445s.788-3.64-.035-8.03c-.585-3.12-.878-4.681-1.989-5.603C17.125 4 15.536 4 12.361 4h-.722c-3.175 0-4.763 0-5.874.922" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bag3 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.921%207.293a.75.75%200%200%201%20.957.457a2.251%202.251%200%200%200%204.245%200a.75.75%200%201%201%201.414.5a3.751%203.751%200%200%201-7.073%200a.75.75%200%200%201%20.457-.957m3.44-1.793h-.722c-1.625%200-2.707.003-3.527.104c-.778.096-1.137.263-1.389.472c-.252.21-.482.531-.72%201.278c-.25.787-.452%201.85-.752%203.448c-.42%202.24-.702%203.761-.752%204.907c-.048%201.105.137%201.575.397%201.888s.687.581%201.782.737c1.135.162%202.683.166%204.962.166h.72c2.28%200%203.827-.004%204.962-.166c1.095-.156%201.522-.424%201.782-.737c.26-.314.445-.783.397-1.888c-.05-1.146-.332-2.667-.752-4.907c-.3-1.598-.501-2.66-.752-3.448c-.238-.747-.468-1.069-.72-1.278s-.61-.376-1.389-.472c-.82-.101-1.902-.104-3.527-.104m-6.596-.578c-1.11.922-1.403%202.483-1.988%205.604c-.823%204.389-1.235%206.583-.035%208.029S7.174%2020%2011.64%2020h.72c4.466%200%206.699%200%207.899-1.445s.788-3.64-.035-8.03c-.585-3.12-.878-4.681-1.989-5.603C17.125%204%2015.536%204%2012.361%204h-.722c-3.175%200-4.763%200-5.874.922%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.921%207.293a.75.75%200%200%201%20.957.457a2.251%202.251%200%200%200%204.245%200a.75.75%200%201%201%201.414.5a3.751%203.751%200%200%201-7.073%200a.75.75%200%200%201%20.457-.957m3.44-1.793h-.722c-1.625%200-2.707.003-3.527.104c-.778.096-1.137.263-1.389.472c-.252.21-.482.531-.72%201.278c-.25.787-.452%201.85-.752%203.448c-.42%202.24-.702%203.761-.752%204.907c-.048%201.105.137%201.575.397%201.888s.687.581%201.782.737c1.135.162%202.683.166%204.962.166h.72c2.28%200%203.827-.004%204.962-.166c1.095-.156%201.522-.424%201.782-.737c.26-.314.445-.783.397-1.888c-.05-1.146-.332-2.667-.752-4.907c-.3-1.598-.501-2.66-.752-3.448c-.238-.747-.468-1.069-.72-1.278s-.61-.376-1.389-.472c-.82-.101-1.902-.104-3.527-.104m-6.596-.578c-1.11.922-1.403%202.483-1.988%205.604c-.823%204.389-1.235%206.583-.035%208.029S7.174%2020%2011.64%2020h.72c4.466%200%206.699%200%207.899-1.445s.788-3.64-.035-8.03c-.585-3.12-.878-4.681-1.989-5.603C17.125%204%2015.536%204%2012.361%204h-.722c-3.175%200-4.763%200-5.874.922%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bag3.svg?color=%231a73e8&size=48