shopware logo
shopware from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- shopware
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the shopware logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#179eff"><path d="M99.85 115.41c-9.96 6.89-21.99 10.97-34.98 11.11c-34.14.37-62.64-27.08-63.49-61.22C.5 29.87 28.95.88 64.18.88c15.81 0 30.25 5.84 41.28 15.47c1 .87.27 2.5-1.04 2.35c-22.07-2.59-43.67-.18-57.34 10.43C31.3 41.38 29.8 59.97 38.9 76.34c12.84 23.1 41.28 23.33 60.95 36.82c.79.54.79 1.71 0 2.25"/><path d="M127 63.7c0 8.54-1.7 16.68-4.79 24.1c-15.81-8.45-32.64-14.21-40.19-17.03c-8.92-3.35-16.73-12.65-11.52-20.82s18.21-9.66 34.2-5.58c6.82 1.75 13.13 6.22 18.88 11.55c2.15 2 3.42 4.79 3.43 7.73c-.01.02-.01.03-.01.05"/></g></svg>
React
import type { SVGProps } from "react";
export function DeviconShopware(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#179eff"><path d="M99.85 115.41c-9.96 6.89-21.99 10.97-34.98 11.11c-34.14.37-62.64-27.08-63.49-61.22C.5 29.87 28.95.88 64.18.88c15.81 0 30.25 5.84 41.28 15.47c1 .87.27 2.5-1.04 2.35c-22.07-2.59-43.67-.18-57.34 10.43C31.3 41.38 29.8 59.97 38.9 76.34c12.84 23.1 41.28 23.33 60.95 36.82c.79.54.79 1.71 0 2.25"/><path d="M127 63.7c0 8.54-1.7 16.68-4.79 24.1c-15.81-8.45-32.64-14.21-40.19-17.03c-8.92-3.35-16.73-12.65-11.52-20.82s18.21-9.66 34.2-5.58c6.82 1.75 13.13 6.22 18.88 11.55c2.15 2 3.42 4.79 3.43 7.73c-.01.02-.01.03-.01.05"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#179eff"><path d="M99.85 115.41c-9.96 6.89-21.99 10.97-34.98 11.11c-34.14.37-62.64-27.08-63.49-61.22C.5 29.87 28.95.88 64.18.88c15.81 0 30.25 5.84 41.28 15.47c1 .87.27 2.5-1.04 2.35c-22.07-2.59-43.67-.18-57.34 10.43C31.3 41.38 29.8 59.97 38.9 76.34c12.84 23.1 41.28 23.33 60.95 36.82c.79.54.79 1.71 0 2.25"/><path d="M127 63.7c0 8.54-1.7 16.68-4.79 24.1c-15.81-8.45-32.64-14.21-40.19-17.03c-8.92-3.35-16.73-12.65-11.52-20.82s18.21-9.66 34.2-5.58c6.82 1.75 13.13 6.22 18.88 11.55c2.15 2 3.42 4.79 3.43 7.73c-.01.02-.01.03-.01.05"/></g></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%20128%20128%22%3E%3Cg%20fill%3D%22%23179eff%22%3E%3Cpath%20d%3D%22M99.85%20115.41c-9.96%206.89-21.99%2010.97-34.98%2011.11c-34.14.37-62.64-27.08-63.49-61.22C.5%2029.87%2028.95.88%2064.18.88c15.81%200%2030.25%205.84%2041.28%2015.47c1%20.87.27%202.5-1.04%202.35c-22.07-2.59-43.67-.18-57.34%2010.43C31.3%2041.38%2029.8%2059.97%2038.9%2076.34c12.84%2023.1%2041.28%2023.33%2060.95%2036.82c.79.54.79%201.71%200%202.25%22%2F%3E%3Cpath%20d%3D%22M127%2063.7c0%208.54-1.7%2016.68-4.79%2024.1c-15.81-8.45-32.64-14.21-40.19-17.03c-8.92-3.35-16.73-12.65-11.52-20.82s18.21-9.66%2034.2-5.58c6.82%201.75%2013.13%206.22%2018.88%2011.55c2.15%202%203.42%204.79%203.43%207.73c-.01.02-.01.03-.01.05%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%20128%20128%22%3E%3Cg%20fill%3D%22%23179eff%22%3E%3Cpath%20d%3D%22M99.85%20115.41c-9.96%206.89-21.99%2010.97-34.98%2011.11c-34.14.37-62.64-27.08-63.49-61.22C.5%2029.87%2028.95.88%2064.18.88c15.81%200%2030.25%205.84%2041.28%2015.47c1%20.87.27%202.5-1.04%202.35c-22.07-2.59-43.67-.18-57.34%2010.43C31.3%2041.38%2029.8%2059.97%2038.9%2076.34c12.84%2023.1%2041.28%2023.33%2060.95%2036.82c.79.54.79%201.71%200%202.25%22%2F%3E%3Cpath%20d%3D%22M127%2063.7c0%208.54-1.7%2016.68-4.79%2024.1c-15.81-8.45-32.64-14.21-40.19-17.03c-8.92-3.35-16.73-12.65-11.52-20.82s18.21-9.66%2034.2-5.58c6.82%201.75%2013.13%206.22%2018.88%2011.55c2.15%202%203.42%204.79%203.43%207.73c-.01.02-.01.03-.01.05%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/shopware.svg?color=%231a73e8&size=48