Lala Call Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lala Call 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/342707.svg" alt="Lala Call icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342707.svg" alt="Lala Call icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342707.svg" alt="Lala Call icon" :width="24" :height="24" />
CSS background
.icon-lala-call {
background-image: url('https://proicons.com/icon/342707.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="M18.7805,5.4877c-1.5665,2.7216-2.3909,5.8069-2.3909,8.9471.0021,3.6685,1.129,7.2482,3.2288,10.256l-2.1464,4.8428,4.8576-1.7751c3.2918,2.9667,7.5654,4.6098,11.997,4.6125,2.8468.0003,5.6527-.677,8.1859-1.9759"/><rect class="b" x="5.4875" y="5.5123" width="37" height="37" rx="4" ry="4"/><path class="b" d="M9.8769,27.1763c-1.0609,1.0609-1.6216,2.6235-1.428,4.436.3871,3.625,3.6408,6.8787,7.2658,7.2658,3.625.3871,6.2498-2.2376,5.8626-5.8626l-3.8334.8001.3793,1.6071c-1.4534,1.4533-4.024,1.2387-5.7411-.4792-1.7168-1.7172-1.9307-4.2868-.4778-5.7397l1.6082.3722.799-3.8262c-1.8125-.1936-3.3737.3657-4.4346,1.4266h0Z"/><path class="b" d="M21.6825,14.4863v6.5826h3.3389"/><path class="b" d="M29.7071,19.4233c0,.9089-.7474,1.6456-1.6695,1.6456s-1.6695-.7368-1.6695-1.6456v-1.0697c0-.9089.7474-1.6456,1.6695-1.6456s1.6695.7368,1.6695,1.6456"/><line class="b" x1="29.7071" y1="21.0693" x2="29.7071" y2="16.7083"/><path class="b" d="M31.5625,14.4863v6.5826h3.3389"/><path class="b" d="M39.6744,19.4233c0,.9089-.7474,1.6456-1.6695,1.6456s-1.6695-.7368-1.6695-1.6456v-1.0697c0-.9089.7474-1.6456,1.6695-1.6456s1.6695.7368,1.6695,1.6456"/><line class="b" x1="39.6744" y1="21.0693" x2="39.6744" y2="16.7083"/></svg>
Copied!