Call Recorder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Call Recorder 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/337937.svg" alt="Call Recorder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337937.svg" alt="Call Recorder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337937.svg" alt="Call Recorder icon" :width="24" :height="24" />
CSS background
.icon-call-recorder {
background-image: url('https://proicons.com/icon/337937.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="k" d="M25.0291,32.5908v4.7509"/><g><path id="c" class="k" d="M45.5,24c0,11.3066-9.1658,20.4725-20.4725,20.4725-3.5917,0-6.9674-.9249-9.9019-2.5496l-12.6257,2.1682,4.0596-11.2452c-1.2848-2.6775-2.0045-5.6777-2.0045-8.8459C4.5551,12.6934,13.7209,3.5275,25.0275,3.5275s20.4725,9.1658,20.4725,20.4725Z"/><g id="d"><path id="e" class="k" d="M25.0949,9.2736c2.1359-.0188,4.9141,1.9419,5.0714,4.7817v10.7936c0,2.8009-2.2706,5.0714-5.0714,5.0714h0c-2.8009,0-5.0714-2.2706-5.0714-5.0714V14.0553c0-2.8009,2.9356-4.7629,5.0714-4.7817Z"/></g><path id="f" class="k" d="M20.0235,14.9671l2.288,.0271"/><path id="g" class="k" d="M20.0235,17.5727l2.288,.0271"/><path id="h" class="k" d="M20.0235,20.1782l2.288,.0271"/><path id="i" class="k" d="M17.0733,20.721l.1236,3.7478c.1711,5.1873,4.0821,8.3251,7.898,8.3251s7.8906-3.604,8.0066-7.7415l.1206-4.3041"/><path id="j" class="k" d="M32.0822,37.6569h-14.2218"/></g></svg>
Copied!