shop3 icon
shop3 from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.
- Name
- shop3
- Set
- Reicon
- Style
- Outline
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More shopping icons from Reicon
Use the shop3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.435 1.25c-.57 0-1.053 0-1.453.041c-.426.044-.82.14-1.191.37s-.634.539-.864.9c-.215.34-.432.772-.687 1.282l-.016.033l-.027.06l-1.403 3.547c-.167.423-.352.95-.407 1.488c-.055.552.021 1.183.453 1.73A2.75 2.75 0 0 0 4 11.75c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.877 0 1.658-.411 2.16-1.048c.432-.548.508-1.18.453-1.73c-.054-.54-.24-1.066-.406-1.489l-1.404-3.548l-.027-.06l-.016-.032c-.255-.51-.471-.943-.687-1.282c-.23-.361-.491-.67-.863-.9s-.765-.326-1.191-.37c-.4-.041-.884-.041-1.454-.041zm.565 9c-.69 0-1.25-.56-1.25-1.25a.75.75 0 0 0-1.5 0a1.25 1.25 0 0 1-2.232.773c-.114-.144-.17-.342-.138-.652c.032-.322.151-.688.308-1.086L4.58 4.517c.268-.535.447-.89.613-1.15c.16-.252.275-.361.386-.43c.112-.07.26-.123.557-.154c.314-.032.72-.033 1.336-.033h9.056c.617 0 1.023 0 1.336.033c.297.031.446.085.557.154s.226.178.386.43c.167.26.346.615.613 1.15l1.392 3.518c.157.398.276.764.308 1.086c.032.31-.024.508-.137.652A1.25 1.25 0 0 1 18.75 9a.75.75 0 1 0-1.5 0a1.25 1.25 0 1 1-2.5 0a.75.75 0 1 0-1.5 0a1.25 1.25 0 1 1-2.5 0a.75.75 0 1 0-1.5 0c0 .69-.56 1.25-1.25 1.25" clip-rule="evenodd"/><path d="M19.75 15a.75.75 0 0 0-1.5 0v6.25H5.75V15a.75.75 0 0 0-1.5 0v6.25H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5h-1.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconShop3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M7.435 1.25c-.57 0-1.053 0-1.453.041c-.426.044-.82.14-1.191.37s-.634.539-.864.9c-.215.34-.432.772-.687 1.282l-.016.033l-.027.06l-1.403 3.547c-.167.423-.352.95-.407 1.488c-.055.552.021 1.183.453 1.73A2.75 2.75 0 0 0 4 11.75c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.877 0 1.658-.411 2.16-1.048c.432-.548.508-1.18.453-1.73c-.054-.54-.24-1.066-.406-1.489l-1.404-3.548l-.027-.06l-.016-.032c-.255-.51-.471-.943-.687-1.282c-.23-.361-.491-.67-.863-.9s-.765-.326-1.191-.37c-.4-.041-.884-.041-1.454-.041zm.565 9c-.69 0-1.25-.56-1.25-1.25a.75.75 0 0 0-1.5 0a1.25 1.25 0 0 1-2.232.773c-.114-.144-.17-.342-.138-.652c.032-.322.151-.688.308-1.086L4.58 4.517c.268-.535.447-.89.613-1.15c.16-.252.275-.361.386-.43c.112-.07.26-.123.557-.154c.314-.032.72-.033 1.336-.033h9.056c.617 0 1.023 0 1.336.033c.297.031.446.085.557.154s.226.178.386.43c.167.26.346.615.613 1.15l1.392 3.518c.157.398.276.764.308 1.086c.032.31-.024.508-.137.652A1.25 1.25 0 0 1 18.75 9a.75.75 0 1 0-1.5 0a1.25 1.25 0 1 1-2.5 0a.75.75 0 1 0-1.5 0a1.25 1.25 0 1 1-2.5 0a.75.75 0 1 0-1.5 0c0 .69-.56 1.25-1.25 1.25" clipRule="evenodd"/><path d="M19.75 15a.75.75 0 0 0-1.5 0v6.25H5.75V15a.75.75 0 0 0-1.5 0v6.25H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5h-1.25z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.435 1.25c-.57 0-1.053 0-1.453.041c-.426.044-.82.14-1.191.37s-.634.539-.864.9c-.215.34-.432.772-.687 1.282l-.016.033l-.027.06l-1.403 3.547c-.167.423-.352.95-.407 1.488c-.055.552.021 1.183.453 1.73A2.75 2.75 0 0 0 4 11.75c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.788 0 1.499-.331 2-.863a2.74 2.74 0 0 0 2 .863c.877 0 1.658-.411 2.16-1.048c.432-.548.508-1.18.453-1.73c-.054-.54-.24-1.066-.406-1.489l-1.404-3.548l-.027-.06l-.016-.032c-.255-.51-.471-.943-.687-1.282c-.23-.361-.491-.67-.863-.9s-.765-.326-1.191-.37c-.4-.041-.884-.041-1.454-.041zm.565 9c-.69 0-1.25-.56-1.25-1.25a.75.75 0 0 0-1.5 0a1.25 1.25 0 0 1-2.232.773c-.114-.144-.17-.342-.138-.652c.032-.322.151-.688.308-1.086L4.58 4.517c.268-.535.447-.89.613-1.15c.16-.252.275-.361.386-.43c.112-.07.26-.123.557-.154c.314-.032.72-.033 1.336-.033h9.056c.617 0 1.023 0 1.336.033c.297.031.446.085.557.154s.226.178.386.43c.167.26.346.615.613 1.15l1.392 3.518c.157.398.276.764.308 1.086c.032.31-.024.508-.137.652A1.25 1.25 0 0 1 18.75 9a.75.75 0 1 0-1.5 0a1.25 1.25 0 1 1-2.5 0a.75.75 0 1 0-1.5 0a1.25 1.25 0 1 1-2.5 0a.75.75 0 1 0-1.5 0c0 .69-.56 1.25-1.25 1.25" clip-rule="evenodd"/><path d="M19.75 15a.75.75 0 0 0-1.5 0v6.25H5.75V15a.75.75 0 0 0-1.5 0v6.25H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5h-1.25z"/></g></svg> </template>
CSS
.icon-shop3 {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.435%201.25c-.57%200-1.053%200-1.453.041c-.426.044-.82.14-1.191.37s-.634.539-.864.9c-.215.34-.432.772-.687%201.282l-.016.033l-.027.06l-1.403%203.547c-.167.423-.352.95-.407%201.488c-.055.552.021%201.183.453%201.73A2.75%202.75%200%200%200%204%2011.75c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.877%200%201.658-.411%202.16-1.048c.432-.548.508-1.18.453-1.73c-.054-.54-.24-1.066-.406-1.489l-1.404-3.548l-.027-.06l-.016-.032c-.255-.51-.471-.943-.687-1.282c-.23-.361-.491-.67-.863-.9s-.765-.326-1.191-.37c-.4-.041-.884-.041-1.454-.041zm.565%209c-.69%200-1.25-.56-1.25-1.25a.75.75%200%200%200-1.5%200a1.25%201.25%200%200%201-2.232.773c-.114-.144-.17-.342-.138-.652c.032-.322.151-.688.308-1.086L4.58%204.517c.268-.535.447-.89.613-1.15c.16-.252.275-.361.386-.43c.112-.07.26-.123.557-.154c.314-.032.72-.033%201.336-.033h9.056c.617%200%201.023%200%201.336.033c.297.031.446.085.557.154s.226.178.386.43c.167.26.346.615.613%201.15l1.392%203.518c.157.398.276.764.308%201.086c.032.31-.024.508-.137.652A1.25%201.25%200%200%201%2018.75%209a.75.75%200%201%200-1.5%200a1.25%201.25%200%201%201-2.5%200a.75.75%200%201%200-1.5%200a1.25%201.25%200%201%201-2.5%200a.75.75%200%201%200-1.5%200c0%20.69-.56%201.25-1.25%201.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.75%2015a.75.75%200%200%200-1.5%200v6.25H5.75V15a.75.75%200%200%200-1.5%200v6.25H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%200-1.5h-1.25z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.435%201.25c-.57%200-1.053%200-1.453.041c-.426.044-.82.14-1.191.37s-.634.539-.864.9c-.215.34-.432.772-.687%201.282l-.016.033l-.027.06l-1.403%203.547c-.167.423-.352.95-.407%201.488c-.055.552.021%201.183.453%201.73A2.75%202.75%200%200%200%204%2011.75c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.788%200%201.499-.331%202-.863a2.74%202.74%200%200%200%202%20.863c.877%200%201.658-.411%202.16-1.048c.432-.548.508-1.18.453-1.73c-.054-.54-.24-1.066-.406-1.489l-1.404-3.548l-.027-.06l-.016-.032c-.255-.51-.471-.943-.687-1.282c-.23-.361-.491-.67-.863-.9s-.765-.326-1.191-.37c-.4-.041-.884-.041-1.454-.041zm.565%209c-.69%200-1.25-.56-1.25-1.25a.75.75%200%200%200-1.5%200a1.25%201.25%200%200%201-2.232.773c-.114-.144-.17-.342-.138-.652c.032-.322.151-.688.308-1.086L4.58%204.517c.268-.535.447-.89.613-1.15c.16-.252.275-.361.386-.43c.112-.07.26-.123.557-.154c.314-.032.72-.033%201.336-.033h9.056c.617%200%201.023%200%201.336.033c.297.031.446.085.557.154s.226.178.386.43c.167.26.346.615.613%201.15l1.392%203.518c.157.398.276.764.308%201.086c.032.31-.024.508-.137.652A1.25%201.25%200%200%201%2018.75%209a.75.75%200%201%200-1.5%200a1.25%201.25%200%201%201-2.5%200a.75.75%200%201%200-1.5%200a1.25%201.25%200%201%201-2.5%200a.75.75%200%201%200-1.5%200c0%20.69-.56%201.25-1.25%201.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.75%2015a.75.75%200%200%200-1.5%200v6.25H5.75V15a.75.75%200%200%200-1.5%200v6.25H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%200-1.5h-1.25z%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/shop3.svg?color=%231a73e8&size=48