shopware from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
shopware
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the shopware icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.83 3 3 8.83 3 16s5.83 13 13 13c2.9 0 5.58-.96 7.75-2.57c-.03-.02-.07-.04-.12-.07c-1.12-.84-2.76-1.48-4.5-2.14C14.76 22.52 10 20.61 10 15c0-5.24 4.8-8 11.49-8c.97 0 1.96.06 2.93.19l.29.04c.37.08.74.16 1.1.25C23.43 4.74 19.91 3 16 3m5.25 9C16.81 12 17 14.94 17 15.01c0 2.4 2.75 3.49 5.95 4.76c1.55.62 3.16 1.25 4.65 2.1c.89-1.76 1.4-3.76 1.4-5.87c0-.18 0-.36-.02-.54c-.03-.02-.07-.04-.1-.07c-2.74-2.41-4.94-3.39-7.63-3.39"/></svg>

React

import type { SVGProps } from "react";

export function LaShopware(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.83 3 3 8.83 3 16s5.83 13 13 13c2.9 0 5.58-.96 7.75-2.57c-.03-.02-.07-.04-.12-.07c-1.12-.84-2.76-1.48-4.5-2.14C14.76 22.52 10 20.61 10 15c0-5.24 4.8-8 11.49-8c.97 0 1.96.06 2.93.19l.29.04c.37.08.74.16 1.1.25C23.43 4.74 19.91 3 16 3m5.25 9C16.81 12 17 14.94 17 15.01c0 2.4 2.75 3.49 5.95 4.76c1.55.62 3.16 1.25 4.65 2.1c.89-1.76 1.4-3.76 1.4-5.87c0-.18 0-.36-.02-.54c-.03-.02-.07-.04-.1-.07c-2.74-2.41-4.94-3.39-7.63-3.39"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.83 3 3 8.83 3 16s5.83 13 13 13c2.9 0 5.58-.96 7.75-2.57c-.03-.02-.07-.04-.12-.07c-1.12-.84-2.76-1.48-4.5-2.14C14.76 22.52 10 20.61 10 15c0-5.24 4.8-8 11.49-8c.97 0 1.96.06 2.93.19l.29.04c.37.08.74.16 1.1.25C23.43 4.74 19.91 3 16 3m5.25 9C16.81 12 17 14.94 17 15.01c0 2.4 2.75 3.49 5.95 4.76c1.55.62 3.16 1.25 4.65 2.1c.89-1.76 1.4-3.76 1.4-5.87c0-.18 0-.36-.02-.54c-.03-.02-.07-.04-.1-.07c-2.74-2.41-4.94-3.39-7.63-3.39"/></svg>
</template>

CSS

.icon-shopware {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.83%203%203%208.83%203%2016s5.83%2013%2013%2013c2.9%200%205.58-.96%207.75-2.57c-.03-.02-.07-.04-.12-.07c-1.12-.84-2.76-1.48-4.5-2.14C14.76%2022.52%2010%2020.61%2010%2015c0-5.24%204.8-8%2011.49-8c.97%200%201.96.06%202.93.19l.29.04c.37.08.74.16%201.1.25C23.43%204.74%2019.91%203%2016%203m5.25%209C16.81%2012%2017%2014.94%2017%2015.01c0%202.4%202.75%203.49%205.95%204.76c1.55.62%203.16%201.25%204.65%202.1c.89-1.76%201.4-3.76%201.4-5.87c0-.18%200-.36-.02-.54c-.03-.02-.07-.04-.1-.07c-2.74-2.41-4.94-3.39-7.63-3.39%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.83%203%203%208.83%203%2016s5.83%2013%2013%2013c2.9%200%205.58-.96%207.75-2.57c-.03-.02-.07-.04-.12-.07c-1.12-.84-2.76-1.48-4.5-2.14C14.76%2022.52%2010%2020.61%2010%2015c0-5.24%204.8-8%2011.49-8c.97%200%201.96.06%202.93.19l.29.04c.37.08.74.16%201.1.25C23.43%204.74%2019.91%203%2016%203m5.25%209C16.81%2012%2017%2014.94%2017%2015.01c0%202.4%202.75%203.49%205.95%204.76c1.55.62%203.16%201.25%204.65%202.1c.89-1.76%201.4-3.76%201.4-5.87c0-.18%200-.36-.02-.54c-.03-.02-.07-.04-.1-.07c-2.74-2.41-4.94-3.39-7.63-3.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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