Ministop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ministop icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/329343.svg" alt="Ministop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329343.svg" alt="Ministop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329343.svg" alt="Ministop icon" :width="24" :height="24" />
CSS background
.icon-ministop {
background-image: url('https://proicons.com/icon/329343.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.818 12.818c.84391-.84391 1.9885-1.318 3.182-1.318 2.4853 0 4.5 2.0147 4.5 4.5-.0039.51377-.09569 1.0231-.27148 1.5059 2.3934.1217 4.2715 2.0977 4.2715 4.4941-.0039.51377-.09569 1.0231-.27148 1.5059 2.3934.1217 4.2715 2.0977 4.2715 4.4941 0 2.4853-2.0147 4.5-4.5 4.5v4h-30v-12.5h-4.5l12-12.5 3.8026 3.9611"/><path class="b" d="m14.683 25.01v-6.3065l3.1695 6.3135 3.1695-6.3039v6.3039"/><line class="b" x1="23.72" x2="23.72" y1="18.703" y2="25.017"/><path class="b" d="m26.419 25.017v-6.3135l4.1996 6.3135v-6.3135"/><line class="b" x1="33.317" x2="33.317" y1="18.703" y2="25.017"/><path class="b" d="m13.224 32.605c.38871.50402.87614.69175 1.5543.69175l.9385-1e-6c.87336 0 1.5814-.70514 1.5814-1.5784 0-.87323-.708-1.5784-1.5814-1.5784h-1.0352c-.87432 0-1.583-.7059-1.583-1.5776 0-.87174.71028-1.5792 1.5865-1.5792h.93335c.67813 0 1.1656.18774 1.5543.69175"/><line class="b" x1="18.766" x2="22.966" y1="26.983" y2="26.983"/><line class="b" x1="20.866" x2="20.866" y1="33.296" y2="26.983"/><rect class="b" x="24.634" y="26.983" width="4.1996" height="6.3135" rx="2.0998" ry="2.0913"/><path class="b" d="m30.702 33.296v-6.3135h2.0752c1.1733 0 2.1244.94931 2.1244 2.1203 0 1.171-.9511 2.1203-2.1244 2.1203h-2.0752"/></svg>
Copied!