Arcticons Pleading Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arcticons Pleading 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/322019.svg" alt="Arcticons Pleading icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322019.svg" alt="Arcticons Pleading icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322019.svg" alt="Arcticons Pleading icon" :width="24" :height="24" />
CSS background
.icon-arcticons-pleading {
background-image: url('https://proicons.com/icon/322019.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="d" d="m24,10.84l-11.4,6.58v13.16l11.4,6.58,11.4-6.58v-13.16l-11.4-6.58Z"/><circle class="d" cx="8.07" cy="14.8" r="3.11"/><circle class="d" cx="24" cy="5.61" r="3.11"/><circle class="d" cx="39.93" cy="14.8" r="3.11"/><circle class="d" cx="39.93" cy="33.2" r="3.11"/><circle class="d" cx="24" cy="42.39" r="3.11"/><circle class="d" cx="8.07" cy="33.2" r="3.11"/><line class="d" x1="12.6" y1="30.58" x2="10.76" y2="31.64"/><line class="d" x1="24" y1="37.16" x2="24" y2="39.28"/><line class="d" x1="24" y1="10.84" x2="24" y2="8.71"/><line class="d" x1="35.4" y1="30.58" x2="37.24" y2="31.64"/><line class="d" x1="35.4" y1="17.42" x2="37.24" y2="16.36"/><line class="d" x1="12.6" y1="17.42" x2="10.76" y2="16.36"/></g><path class="d" d="m21.5036,29.331c.744-.2341,1.5272-.3385,2.4965-.3385s1.7525.1044,2.4965.3385"/><path class="d" d="m23.1339,22.2697c0-2.4165-.1195-5.1174-2.4466-5.1174-4.0042,0-5.6873,4.3219-5.6873,5.8946,0,1.9247,1.7734,2.8564,4.1899,2.8564s3.944-.9359,3.944-3.6336Z"/><path class="d" d="m15.9148,20.1754c1.0364,1.8069,2.9844,3.024,5.2168,3.024.6917,0,1.3561-.1169,1.9746-.3319"/><path class="c" d="m18.7115,18.6265c-.4143,0-.7501.336-.7501.7502s.3358.7498.7501.7498c.4145,0,.7502-.3357.7502-.7498s-.3357-.7502-.7502-.7502Z"/><path class="c" d="m26.8347,18.6265c-.4143,0-.7501.336-.7501.7502s.3358.7498.7501.7498c.4145,0,.7502-.3357.7502-.7498s-.3357-.7502-.7502-.7502Z"/><path class="d" d="m24.8662,22.2697c0-2.4165.1195-5.1174,2.4466-5.1174,4.0042,0,5.6873,4.3219,5.6873,5.8946,0,1.9247-1.7734,2.8564-4.1899,2.8564s-3.944-.9359-3.944-3.6336Z"/><path class="d" d="m32.0852,20.1754c-1.0364,1.8069-2.9844,3.024-5.2168,3.024-.6917,0-1.3561-.1169-1.9746-.3319"/></svg>
Copied!