Deemo Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deemo Alt 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/324366.svg" alt="Deemo Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324366.svg" alt="Deemo Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324366.svg" alt="Deemo Alt icon" :width="24" :height="24" />
CSS background
.icon-deemo-alt {
background-image: url('https://proicons.com/icon/324366.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="m23.2904,28.7509c-5.0311-.7769-9.9379,4.7102-4.7091,8.2875,3.4418,1.2586,6.1028-.2232,7.4675-2.4335.6793-1.1002.9105-2.4199.8173-3.7095l-.8029-11.1121c1.8152,1.3625,3.1437,2.9991,4.4658,4.639l1.0362-3.5029c-2.0161-.7652-3.9461-1.863-5.5912-4.0545-.4124-1.1127-.2689-1.8173-.2742-2.6314,1.2041.7641,2.8631,2.8216,4.4923,4.792l1.4666-3.1437c-2.1893-.8693-4.3754-1.6473-6.5637-5.3819-.4995.6345-1.9257,1.0904-3.2712,1.5623,1.1085,2.1022,1.7323,4.0672,1.7068,5.2968l-.2402,11.3918Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!