Blinkist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blinkist 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/322724.svg" alt="Blinkist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322724.svg" alt="Blinkist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322724.svg" alt="Blinkist icon" :width="24" :height="24" />
CSS background
.icon-blinkist {
background-image: url('https://proicons.com/icon/322724.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path class="d" d="m31.4423,23.7839c-.1626,4.1071-3.6238,7.3047-7.7308,7.1421-3.8791-.1535-6.9886-3.263-7.1421-7.1421,0-4.1113,7.4307-10.0861,7.4307-10.0861,0,0,7.4423,5.9748,7.4423,10.0861Z"/><path class="d" d="m45.5,23.7839c-.0031,11.8741-9.6315,21.4975-21.5056,21.4944-11.8741-.0031-21.4975-9.6315-21.4944-21.5056.002-7.6118,4.0286-14.6552,10.5869-18.5188.9154-.5391,2.0795-.3906,2.8302.3611l8.0363,8.0712,8.1528-8.0712c.7507-.7516,1.9148-.9001,2.8302-.3611,6.5511,3.8732,10.5681,10.9196,10.5637,18.5301Z"/></g></svg>
Copied!