Blindmate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blindmate 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/322722.svg" alt="Blindmate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322722.svg" alt="Blindmate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322722.svg" alt="Blindmate icon" :width="24" :height="24" />
CSS background
.icon-blindmate {
background-image: url('https://proicons.com/icon/322722.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="M21.4012,23.4662c-.532.1104-1.0442-.2083-1.2085-.7263-1.8542-5.8449-5.2401-8.9732-10.2714-7.2734-6.1317,2.0715-6.3209,12.6727,2.1935,22.8104.4096.4877,1.0135.7959,1.6474.8568,15.4934,1.4894,22.7696-2.093,22.1875-9.9099-.5578-7.4898-9.5477-6.7954-14.5485-5.7576Z"/><path class="b" d="M12.1148,38.2768c-5.4334-7.561-6.4684-24.6198,8.6041-29.6257.8769-.2912,1.8451-.0204,2.4415.6853,1.998,2.3639,3.1212,5.9282,3.6648,8.1471.2693,1.099,1.3122,1.8273,2.4358,1.6938,3.838-.4562,7.9329.036,12.3705,3.0372.645.4362.992,1.2124.828,1.9736-2.0303,9.4269-6.5317,13.657-19.2487,15.1743"/></svg>
Copied!