Raise To Answer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Raise To Answer 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/346458.svg" alt="Raise To Answer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346458.svg" alt="Raise To Answer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346458.svg" alt="Raise To Answer icon" :width="24" :height="24" />
CSS background
.icon-raise-to-answer {
background-image: url('https://proicons.com/icon/346458.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="29.4256" cy="16.4817" r="10.3496"/><path class="a" d="M43.5,41.868V31.95a3.8811,3.8811,0,0,0-3.45-3.45H18.4884l-6.9,2.5874,6.1031-6.52"/><path class="a" d="M15.901,41.868V35.3994L8.9757,37.1261c-5.08,1.2667-5.4974-4.578-2.944-7.6062l9.254-10.9751"/><path class="a" d="M19.34,13.5721l-5.1748,1.725,4.1682,10.7641L22.83,24.5623"/></svg>
Copied!