shop minimalistic icon
shop-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Shopping · CC-BY-4.0 Attribution required.
- Name
- shop-minimalistic-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Shopping
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More shopping icons from Solar
bag-2-boldbag-3-boldbag-4-boldbag-5-boldbag-boldbag-check-boldbag-cross-boldbag-heart-boldbag-music-2-boldbag-music-boldbag-smile-boldcart-2-boldcart-3-boldcart-4-boldcart-5-boldcart-boldcart-check-boldcart-cross-boldcart-large-2-boldcart-large-3-boldcart-large-4-boldcart-large-boldcart-large-minimalistic-boldcart-plus-bold
Use the shop minimalistic 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-linecap="round" d="M21 22H3"/><path stroke-linecap="round" d="M19 22V15" opacity=".5"/><path stroke-linecap="round" d="M5 22V15" opacity=".5"/><path stroke-linejoin="round" d="M16.5278 2H7.47214C6.26932 2 5.66791 2 5.18461 2.2987C4.7013 2.5974 4.43234 3.13531 3.89443 4.21114L2.49081 7.75929C2.16652 8.57905 1.88279 9.54525 2.42867 10.2375C2.79489 10.7019 3.36257 11 3.99991 11C5.10448 11 5.99991 10.1046 5.99991 9C5.99991 10.1046 6.89534 11 7.99991 11C9.10448 11 9.99991 10.1046 9.99991 9C9.99991 10.1046 10.8953 11 11.9999 11C13.1045 11 13.9999 10.1046 13.9999 9C13.9999 10.1046 14.8953 11 15.9999 11C17.1045 11 17.9999 10.1046 17.9999 9C17.9999 10.1046 18.8953 11 19.9999 11C20.6373 11 21.205 10.7019 21.5712 10.2375C22.1171 9.54525 21.8334 8.57905 21.5091 7.75929L20.1055 4.21114C19.5676 3.13531 19.2986 2.5974 18.8153 2.2987C18.332 2 17.7306 2 16.5278 2Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarShopMinimalisticLineDuotone(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 strokeLinecap="round" d="M21 22H3"/><path strokeLinecap="round" d="M19 22V15" opacity=".5"/><path strokeLinecap="round" d="M5 22V15" opacity=".5"/><path strokeLinejoin="round" d="M16.5278 2H7.47214C6.26932 2 5.66791 2 5.18461 2.2987C4.7013 2.5974 4.43234 3.13531 3.89443 4.21114L2.49081 7.75929C2.16652 8.57905 1.88279 9.54525 2.42867 10.2375C2.79489 10.7019 3.36257 11 3.99991 11C5.10448 11 5.99991 10.1046 5.99991 9C5.99991 10.1046 6.89534 11 7.99991 11C9.10448 11 9.99991 10.1046 9.99991 9C9.99991 10.1046 10.8953 11 11.9999 11C13.1045 11 13.9999 10.1046 13.9999 9C13.9999 10.1046 14.8953 11 15.9999 11C17.1045 11 17.9999 10.1046 17.9999 9C17.9999 10.1046 18.8953 11 19.9999 11C20.6373 11 21.205 10.7019 21.5712 10.2375C22.1171 9.54525 21.8334 8.57905 21.5091 7.75929L20.1055 4.21114C19.5676 3.13531 19.2986 2.5974 18.8153 2.2987C18.332 2 17.7306 2 16.5278 2Z"/></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-linecap="round" d="M21 22H3"/><path stroke-linecap="round" d="M19 22V15" opacity=".5"/><path stroke-linecap="round" d="M5 22V15" opacity=".5"/><path stroke-linejoin="round" d="M16.5278 2H7.47214C6.26932 2 5.66791 2 5.18461 2.2987C4.7013 2.5974 4.43234 3.13531 3.89443 4.21114L2.49081 7.75929C2.16652 8.57905 1.88279 9.54525 2.42867 10.2375C2.79489 10.7019 3.36257 11 3.99991 11C5.10448 11 5.99991 10.1046 5.99991 9C5.99991 10.1046 6.89534 11 7.99991 11C9.10448 11 9.99991 10.1046 9.99991 9C9.99991 10.1046 10.8953 11 11.9999 11C13.1045 11 13.9999 10.1046 13.9999 9C13.9999 10.1046 14.8953 11 15.9999 11C17.1045 11 17.9999 10.1046 17.9999 9C17.9999 10.1046 18.8953 11 19.9999 11C20.6373 11 21.205 10.7019 21.5712 10.2375C22.1171 9.54525 21.8334 8.57905 21.5091 7.75929L20.1055 4.21114C19.5676 3.13531 19.2986 2.5974 18.8153 2.2987C18.332 2 17.7306 2 16.5278 2Z"/></g></svg> </template>
CSS
.icon-shop-minimalistic-line-duotone {
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-linecap%3D%22round%22%20d%3D%22M21%2022H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2022V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2022V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.5278%202H7.47214C6.26932%202%205.66791%202%205.18461%202.2987C4.7013%202.5974%204.43234%203.13531%203.89443%204.21114L2.49081%207.75929C2.16652%208.57905%201.88279%209.54525%202.42867%2010.2375C2.79489%2010.7019%203.36257%2011%203.99991%2011C5.10448%2011%205.99991%2010.1046%205.99991%209C5.99991%2010.1046%206.89534%2011%207.99991%2011C9.10448%2011%209.99991%2010.1046%209.99991%209C9.99991%2010.1046%2010.8953%2011%2011.9999%2011C13.1045%2011%2013.9999%2010.1046%2013.9999%209C13.9999%2010.1046%2014.8953%2011%2015.9999%2011C17.1045%2011%2017.9999%2010.1046%2017.9999%209C17.9999%2010.1046%2018.8953%2011%2019.9999%2011C20.6373%2011%2021.205%2010.7019%2021.5712%2010.2375C22.1171%209.54525%2021.8334%208.57905%2021.5091%207.75929L20.1055%204.21114C19.5676%203.13531%2019.2986%202.5974%2018.8153%202.2987C18.332%202%2017.7306%202%2016.5278%202Z%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-linecap%3D%22round%22%20d%3D%22M21%2022H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2022V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2022V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.5278%202H7.47214C6.26932%202%205.66791%202%205.18461%202.2987C4.7013%202.5974%204.43234%203.13531%203.89443%204.21114L2.49081%207.75929C2.16652%208.57905%201.88279%209.54525%202.42867%2010.2375C2.79489%2010.7019%203.36257%2011%203.99991%2011C5.10448%2011%205.99991%2010.1046%205.99991%209C5.99991%2010.1046%206.89534%2011%207.99991%2011C9.10448%2011%209.99991%2010.1046%209.99991%209C9.99991%2010.1046%2010.8953%2011%2011.9999%2011C13.1045%2011%2013.9999%2010.1046%2013.9999%209C13.9999%2010.1046%2014.8953%2011%2015.9999%2011C17.1045%2011%2017.9999%2010.1046%2017.9999%209C17.9999%2010.1046%2018.8953%2011%2019.9999%2011C20.6373%2011%2021.205%2010.7019%2021.5712%2010.2375C22.1171%209.54525%2021.8334%208.57905%2021.5091%207.75929L20.1055%204.21114C19.5676%203.13531%2019.2986%202.5974%2018.8153%202.2987C18.332%202%2017.7306%202%2016.5278%202Z%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/shop-minimalistic-line-duotone.svg?color=%231a73e8&size=48