Infocall Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infocall 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/341987.svg" alt="Infocall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341987.svg" alt="Infocall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341987.svg" alt="Infocall icon" :width="24" :height="24" />
CSS background
.icon-infocall {
background-image: url('https://proicons.com/icon/341987.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:#fff;}.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M19.3358,12.0026h9.3283v9.62h-9.3283v-9.62Z"/><circle class="d" cx="5.2584" cy="27.5031" r=".75"/><line class="e" x1="5.2584" y1="30.1875" x2="5.2584" y2="35.9917"/><path class="e" d="M12.1438,35.9917v-3.6153c.0478-1.2098-.8942-2.2293-2.104-2.2771-1.2098-.0478-2.2293.8942-2.2771,2.104-.0023.0577-.0023.1154,0,.1731"/><line class="e" x1="7.7627" y1="35.9917" x2="7.7627" y2="30.1853"/><path class="e" d="M15.199,35.9917v-7.2318c0-.8454.6871-1.5325,1.5336-1.5325.7554,0,1.226.2233,1.5496.6415"/><line class="e" x1="13.9012" y1="30.2331" x2="16.9673" y2="30.2331"/><path class="e" d="M18.7428,32.3263c.0009-1.2107.9831-2.1915,2.1938-2.1906.3834.0003.76.1011,1.0923.2924.6779.392,1.095,1.1155,1.095,1.8982v1.4243c.0276,1.2098-.9307,2.2129-2.1405,2.2405-1.2098.0276-2.2129-.9307-2.2405-2.1405-.0008-.0333-.0008-.0666,0-.1v-1.4243Z"/><path class="e" d="M29.697,34.8931c-.5998,1.0503-1.9374,1.4154-2.9877.8156-.6832-.3902-1.1046-1.1169-1.1039-1.9038v-1.4243c.0034-1.2107.9876-2.1895,2.1983-2.1861.7808.0022,1.5015.4195,1.8921,1.0957"/><path class="e" d="M36.4102,33.8074c-.039,1.2101-1.0516,2.1594-2.2617,2.1204-1.1553-.0373-2.0832-.9651-2.1204-2.1204v-1.4254c.039-1.2101,1.0516-2.1594,2.2617-2.1204,1.1553.0373,2.0832.9651,2.1204,2.1204"/><line class="e" x1="36.4102" y1="35.9974" x2="36.4102" y2="30.1921"/><path class="e" d="M38.9465,27.2342v7.6682c0,.605.4911,1.095,1.0961,1.095h.3281"/><path class="e" d="M42.0673,27.2353v7.6671c-.0006.6041.4886,1.0943,1.0927,1.095.0011,0,.0023,0,.0034,0h.3281"/></svg>
Copied!