Parlera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parlera 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/330989.svg" alt="Parlera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330989.svg" alt="Parlera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330989.svg" alt="Parlera icon" :width="24" :height="24" />
CSS background
.icon-parlera {
background-image: url('https://proicons.com/icon/330989.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m23.7095,30.5077c-.0918-.0642-.1837-.1284-.2756-.1926-.9399-.7631-1.7653-1.6417-2.5571-2.6255-.5285,1.0821-1.0014,2.1047-1.5204,3.1035-2.0477,3.941-4.4827,7.5587-8.3979,9.9208-1.3709.6956-2.7659,1.3225-4.3531,1.5743.501-1.1479.9933-2.2247,1.4443-3.3184,1.5464-3.7499,2.3348-7.6726,2.6713-11.7024.297-3.5569.4281-7.1386,1.3913-10.6077.7587-2.7324,1.7033-5.3875,3.235-7.8039,2.0244-3.1937,4.9723-4.906,8.6443-5.5308,4.4323-.7542,7.8249,1.0486,10.6717,4.2487.2198.2471.4387.4952.6581.7428.0815.0767.2403.2924.2403.2924.4665.8503.982,1.6777,1.3909,2.5549,1.5179,3.2563,2.2119,6.6772,1.6024,10.2447-.7584,4.4395-3.4324,7.4382-7.487,9.2072-2.2577.9851-4.5991,1.398-6.9353.1296-.0413-.0224-.3541-.2117-.4233-.2377Z"/><path class="c" d="m35.2723,8.2611c.3129.2583.6577.5431.8059.6831,2.9637,2.7994,4.5262,6.3014,5.1142,10.28.3928,2.6575.2772,5.288-.9225,7.7328-2.1099,4.2995-5.6,6.7116-10.3735,7.1627-1.4474.1368-2.7756-.3858-3.9191-1.2874-.7606-.5997-1.5243-1.2006-2.0073-2.0737"/><path class="c" d="m23.4339,30.315c-1.7614,3.9757-3.7776,7.7894-6.9822,10.8322-1.8738,1.7792-4.0565,3.0147-6.5774,3.6264-.1863.0452-.3825.049-.5742.0721l-.004-.004c.1718-.7412.606-1.3712.877-2.0708.2652-.6844.6204-1.3342.7853-2.0569"/></svg>
Copied!