Areffect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Areffect 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/322026.svg" alt="Areffect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322026.svg" alt="Areffect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322026.svg" alt="Areffect icon" :width="24" :height="24" />
CSS background
.icon-areffect {
background-image: url('https://proicons.com/icon/322026.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.a{stroke-opacity:1;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="b" d="M2.5,23.6c1.89-.89,3.77-1.77,4.65-2.13,0,0,8-13.34,10.49-13.31a3.16,3.16,0,0,1,1.16.17S19.57,6.78,21,6.78,23.8,8.34,23.8,8.34l3.52.21A11.48,11.48,0,0,1,31.6,8a2.63,2.63,0,0,1,2.59,2.59c.11,1.46.17,2.37.17,2.37s5.78,3.64,6,7.36,0,4.17,0,4.17l-1.48,2-1.19-1.74-.77,1.86-1.45-1.8-1.13,1.68-.9-1.81L32,26.53l-.41-1.77L30.18,26.2l-.74-1.64-1.57.87-.49-1.61L25.75,25l-.36-2.28-2,1.19-.07-2.25-1.73.8-.23-1.83a1.64,1.64,0,0,0-2.17.7,1.93,1.93,0,0,0,0,2.48l1.4-.26.19,2.32,1.64-.42-.06,2.29h2.09l0,2.09,1.73-.36-.09,2.29,1.86-.9.32,2.28,2-1,.1,2L32.18,33l.54,1.9,1.61-1.77.52,1.77,1.8-1.71s.8,2.8-.13,3.93-2.64,2-3.92,1.64-10.11-5.18-11.14-5.79-6.53-1.55-9.45.8A56.12,56.12,0,0,0,7.6,37.9"/><path class="b" d="M20.24,10.28a4,4,0,0,1,2.77,2c.31,1,.19,2.41-1,2.32s-2.77-1.44-2.78-2.37S19.4,10.28,20.24,10.28Z"/><path class="b" d="M16.59,44.19c1.14-3.44,2.44-7.25,2.72-7.63.51-.71,3.09-3.1,3.09-3.1"/><polyline class="b" points="32.77 25.57 33.09 27.64 34.51 28.03 33.74 29.56 35.27 30.35 34.52 31.66 36.13 31.9 36.33 33.46"/></svg>
Copied!