Deemo Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deemo Alt 2 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/324367.svg" alt="Deemo Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324367.svg" alt="Deemo Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324367.svg" alt="Deemo Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-deemo-alt-2 {
background-image: url('https://proicons.com/icon/324367.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="m27.096,34.5014c2.42,1.75,8.743-.19,12.933-2.742,1.627-1.786,3.342-4.707,3.471-7.83-3.243-.26-6.6.082-9.773,1.66-2.9,1.94-5.946,5.5-6.63,8.912h-.001Z"/><path class="b" d="m24.065,33.4734c2.701-3.315,5.054-6.63,6.36-9.946-1.042-3.567-3.37-7.368-6.114-10.7-3.424,2.756-5.571,6.52-7.245,9.846,1.533,3.85,3.81,7.316,6.999,10.8Z"/><path class="b" d="m20.446,34.8314c-9.652.323-14.003-3.103-15.946-9.909,2.185-2.224,14.587.052,15.946,9.909Z"/></svg>
Copied!