Papillon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Papillon 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/330954.svg" alt="Papillon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330954.svg" alt="Papillon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330954.svg" alt="Papillon icon" :width="24" :height="24" />
CSS background
.icon-papillon {
background-image: url('https://proicons.com/icon/330954.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="g" d="M40.2846,30.1977c-2.6816,7.4279-6.7419,12.7968-9.069,11.9917h0c-2.3271-.8051-2.0397-7.4792.6419-14.9071h0c2.6816-7.4279,6.7419-12.7968,9.069-11.9917h0c2.3271.8051,2.0397,7.4792-.6419,14.9071Z"/><path id="e" class="g" d="M28.307,12.6747c4.5295,5.6665,5.8085,12.1014,2.8567,14.3727h0c-2.9518,2.2713-9.0166-.4811-13.546-6.1476-4.5295-5.6665-5.8085-12.1014-2.8567-14.3727h0c2.9518-2.2713,9.0166.4811,13.546,6.1476Z"/><path id="f" class="g" d="M20.1749,17.8947c7.368,1.0886,12.7712,4.6702,12.0684,7.9997h0c-.7028,3.3295-7.2455,5.1461-14.6134,4.0575-7.368-1.0886-12.7712-4.6702-12.0684-7.9997h0c.7028-3.3295,7.2455-5.1461,14.6134-4.0575Z"/></svg>
Copied!