Call History Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Call History 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/337933.svg" alt="Call History icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337933.svg" alt="Call History icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337933.svg" alt="Call History icon" :width="24" :height="24" />
CSS background
.icon-call-history {
background-image: url('https://proicons.com/icon/337933.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.5947,15.0005c.548-1.0177,1.1956-1.996,1.9428-2.9205.7344-.9086.6287-2.236-.1974-3.0621l-3.832-3.832c-.9854-.9854-2.5956-.8934-3.4904.1749-9.0143,10.7619-9.0143,26.515,0,37.2768.8948,1.0683,2.5022,1.163,3.4876.1777l3.4162-3.4162c1.2472-1.2472,1.3503-2.5721.616-3.4807-.7472-.9245-1.3948-1.9027-1.9428-2.9205-.6703-1.2448-1.9774-2.0111-3.3913-2.0111h-3.2796c-1.3552-4.5526-1.3552-9.4226,0-13.9752h3.2796c1.4138,0,2.7209-.7663,3.3913-2.0111Z"/><g><g><polyline class="b" points="26.3775 24.6979 23.498 27.5607 26.3775 30.4236"/><line class="b" x1="23.498" y1="27.5607" x2="36.7429" y2="27.5607"/></g><g><polyline class="b" points="33.8634 22.528 36.7429 19.6652 33.8634 16.8024"/><line class="b" x1="36.7429" y1="19.6652" x2="23.498" y2="19.6652"/></g></g></svg>
Copied!