Blinkit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blinkit 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/337284.svg" alt="Blinkit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337284.svg" alt="Blinkit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337284.svg" alt="Blinkit icon" :width="24" :height="24" />
CSS background
.icon-blinkit {
background-image: url('https://proicons.com/icon/337284.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.y{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.z{fill:#fff;stroke-width:0px;}</style></defs><g id="c"><g id="d"><circle id="e" class="z" cx="19.1567" cy="19.0448" r=".75"/><line id="f" class="y" x1="19.1567" y1="22.3453" x2="19.1567" y2="28.9412"/></g><g id="g"><circle id="h" class="z" cx="34.8399" cy="19.0448" r=".75"/><line id="i" class="y" x1="34.8399" y1="22.3453" x2="34.8399" y2="28.9412"/></g><path id="j" class="y" d="M15.504,19.1695v8.5502c0,.7329.4886,1.2215,1.2215,1.2215h.3664"/><g id="k"><path id="l" class="y" d="M38.1184,20.391v7.3287c0,.7329.4886,1.2214,1.2215,1.2214h.3664"/><line id="m" class="y" x1="36.7748" y1="22.3453" x2="39.462" y2="22.3453"/></g><g id="n"><path id="o" class="y" d="M25.9774,28.9412v-4.0308c0-1.3436-1.0993-2.4429-2.4429-2.4429h0c-1.3436,0-2.4429,1.0993-2.4429,2.4429"/><line id="p" class="y" x1="21.0916" y1="28.9412" x2="21.0916" y2="22.3453"/></g><g id="q"><g id="r"><path id="s" class="y" d="M8.7063,24.7882c0-1.3436,1.0993-2.4429,2.4429-2.4429h0c1.3436,0,2.4429,1.0993,2.4429,2.4429v1.5879c0,1.3436-1.0993,2.4429-2.4429,2.4429h0c-1.3436,0-2.4429-1.0993-2.4429-2.4429"/></g><line id="t" class="y" x1="8.7063" y1="28.9412" x2="8.7063" y2="19.1696"/></g><g id="u"><line id="v" class="y" x1="27.8893" y1="19.0474" x2="27.8893" y2="28.9412"/><line id="w" class="y" x1="27.8893" y1="26.8647" x2="32.2865" y2="22.3453"/><line id="x" class="y" x1="29.3551" y1="25.399" x2="32.7751" y2="28.819"/></g></g><rect class="y" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!