shop5 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
shop5
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the shop5 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.01 11.22v4.49C3.01 20.2 4.81 22 9.3 22h5.39c4.49 0 6.29-1.8 6.29-6.29v-4.49"/><path d="M12 12c1.83 0 3.18-1.49 3-3.32L14.34 2H9.67L9 8.68C8.82 10.51 10.17 12 12 12"/><path d="M18.31 12c2.02 0 3.5-1.64 3.3-3.65l-.28-2.75C20.97 3 19.97 2 17.35 2H14.3l.7 7.01c.17 1.65 1.66 2.99 3.31 2.99M5.64 12c1.65 0 3.14-1.34 3.3-2.99l.22-2.21l.48-4.8H6.59C3.97 2 2.97 3 2.61 5.6l-.27 2.75C2.14 10.36 3.62 12 5.64 12M12 17c-1.67 0-2.5.83-2.5 2.5V22h5v-2.5c0-1.67-.83-2.5-2.5-2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShop5(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.01 11.22v4.49C3.01 20.2 4.81 22 9.3 22h5.39c4.49 0 6.29-1.8 6.29-6.29v-4.49"/><path d="M12 12c1.83 0 3.18-1.49 3-3.32L14.34 2H9.67L9 8.68C8.82 10.51 10.17 12 12 12"/><path d="M18.31 12c2.02 0 3.5-1.64 3.3-3.65l-.28-2.75C20.97 3 19.97 2 17.35 2H14.3l.7 7.01c.17 1.65 1.66 2.99 3.31 2.99M5.64 12c1.65 0 3.14-1.34 3.3-2.99l.22-2.21l.48-4.8H6.59C3.97 2 2.97 3 2.61 5.6l-.27 2.75C2.14 10.36 3.62 12 5.64 12M12 17c-1.67 0-2.5.83-2.5 2.5V22h5v-2.5c0-1.67-.83-2.5-2.5-2.5"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.01 11.22v4.49C3.01 20.2 4.81 22 9.3 22h5.39c4.49 0 6.29-1.8 6.29-6.29v-4.49"/><path d="M12 12c1.83 0 3.18-1.49 3-3.32L14.34 2H9.67L9 8.68C8.82 10.51 10.17 12 12 12"/><path d="M18.31 12c2.02 0 3.5-1.64 3.3-3.65l-.28-2.75C20.97 3 19.97 2 17.35 2H14.3l.7 7.01c.17 1.65 1.66 2.99 3.31 2.99M5.64 12c1.65 0 3.14-1.34 3.3-2.99l.22-2.21l.48-4.8H6.59C3.97 2 2.97 3 2.61 5.6l-.27 2.75C2.14 10.36 3.62 12 5.64 12M12 17c-1.67 0-2.5.83-2.5 2.5V22h5v-2.5c0-1.67-.83-2.5-2.5-2.5"/></g></svg>
</template>

CSS

.icon-shop5 {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.01%2011.22v4.49C3.01%2020.2%204.81%2022%209.3%2022h5.39c4.49%200%206.29-1.8%206.29-6.29v-4.49%22%2F%3E%3Cpath%20d%3D%22M12%2012c1.83%200%203.18-1.49%203-3.32L14.34%202H9.67L9%208.68C8.82%2010.51%2010.17%2012%2012%2012%22%2F%3E%3Cpath%20d%3D%22M18.31%2012c2.02%200%203.5-1.64%203.3-3.65l-.28-2.75C20.97%203%2019.97%202%2017.35%202H14.3l.7%207.01c.17%201.65%201.66%202.99%203.31%202.99M5.64%2012c1.65%200%203.14-1.34%203.3-2.99l.22-2.21l.48-4.8H6.59C3.97%202%202.97%203%202.61%205.6l-.27%202.75C2.14%2010.36%203.62%2012%205.64%2012M12%2017c-1.67%200-2.5.83-2.5%202.5V22h5v-2.5c0-1.67-.83-2.5-2.5-2.5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.01%2011.22v4.49C3.01%2020.2%204.81%2022%209.3%2022h5.39c4.49%200%206.29-1.8%206.29-6.29v-4.49%22%2F%3E%3Cpath%20d%3D%22M12%2012c1.83%200%203.18-1.49%203-3.32L14.34%202H9.67L9%208.68C8.82%2010.51%2010.17%2012%2012%2012%22%2F%3E%3Cpath%20d%3D%22M18.31%2012c2.02%200%203.5-1.64%203.3-3.65l-.28-2.75C20.97%203%2019.97%202%2017.35%202H14.3l.7%207.01c.17%201.65%201.66%202.99%203.31%202.99M5.64%2012c1.65%200%203.14-1.34%203.3-2.99l.22-2.21l.48-4.8H6.59C3.97%202%202.97%203%202.61%205.6l-.27%202.75C2.14%2010.36%203.62%2012%205.64%2012M12%2017c-1.67%200-2.5.83-2.5%202.5V22h5v-2.5c0-1.67-.83-2.5-2.5-2.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Shop5 outline icon — Reicon · IconsDB