Blinkit Lit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blinkit Lit 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/322726.svg" alt="Blinkit Lit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322726.svg" alt="Blinkit Lit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322726.svg" alt="Blinkit Lit icon" :width="24" :height="24" />
CSS background
.icon-blinkit-lit {
background-image: url('https://proicons.com/icon/322726.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>.w{fill:#000;}.x{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="f" class="w" cx="17.6567" cy="17.5448" r=".75"/><circle id="g" class="w" cx="33.3399" cy="17.5448" r=".75"/><path id="h" class="x" d="M17.6567,20.8453v6.5959"/><path id="i" class="x" d="M33.3399,20.8453v6.5959"/><path id="j" class="x" d="M14.004,17.6695v8.5502c0,.7329.4886,1.2215,1.2215,1.2215h.3664"/><path id="k" class="x" d="M36.6184,18.891v7.3287c0,.7329.4886,1.2214,1.2215,1.2214h.3664"/><path id="l" class="x" d="M35.2748,20.8453h2.6872"/><path id="m" class="x" d="M24.4774,27.4412v-4.0308c0-1.3436-1.0993-2.4429-2.4429-2.4429h0c-1.3436,0-2.4429,1.0993-2.4429,2.4429"/><path id="n" class="x" d="M19.5916,27.4412v-6.5959"/><path id="o" class="x" d="M7.2063,23.2882c0-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"/><path id="p" class="x" d="M7.2063,27.4412v-9.7716"/><path id="q" class="x" d="M26.3893,17.5474v9.8938"/><path id="r" class="x" d="M26.3893,25.3647l4.3972-4.5194"/><path id="s" class="x" d="M27.8551,23.899l3.42,3.42"/><path id="t" class="x" d="M31.0766,41H8c-2.216,0-4-1.784-4-4V8c0-2.216,1.784-4,4-4h29c2.216,0,4,1.784,4,4v23.2042"/><path id="u" class="x" d="M44,37c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7"/><path id="v" class="x" d="M34.7668,35.118c-.1136.8313-.1434,1.549.4039,1.9304-.015-1.6705,1.4752-1.9789,1.4349-3.4421-.0096-.3466-.1225-.739-.4834-1.2207,1.1362-.3179,2.0173.4913,2.3843,1.4861.5863,1.589-.1199,2.1487.1562,2.9683.1521.4514.9765.5069,1.2128-.0886,1.1395,1.3068.6687,3.1408-.3752,4.0027-1.5542,1.2832-3.478,1.225-4.9026.0192s-1.6523-4.4999.1691-5.6552Z"/></svg>
Copied!