Callinsider Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Callinsider 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/323384.svg" alt="Callinsider icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323384.svg" alt="Callinsider icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323384.svg" alt="Callinsider icon" :width="24" :height="24" />
CSS background
.icon-callinsider {
background-image: url('https://proicons.com/icon/323384.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M20.2016,12.3438c-.2756-1.4163-.4239-2.8733-.4334-4.3572-.0093-1.4584-1.1612-2.6568-2.6124-2.8013l-6.7317-.6703c-1.7311-.1724-3.2134,1.19-3.2327,2.9294-.1946,17.5232,12.2644,32.7377,29.4819,36.0022,1.7091.3241,3.3365-.8557,3.5089-2.5867l.5975-6.0012c.2182-2.191-.7301-3.5521-2.1579-3.8489-1.4528-.3019-2.8519-.7345-4.1862-1.2841-1.6319-.6721-3.5003-.3784-4.8659.7398l-3.1675,2.5938c-4.9095-3.3251-8.7611-8.0286-11.0529-13.4973l3.1675-2.5938c1.3655-1.1182,2.0218-2.892,1.6848-4.6245Z"/><path id="c" class="d" d="M24.8501,17.0177l.8809,7.0342,9.7338-14.0508"/></svg>
Copied!