Picture Insect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Picture Insect 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/331252.svg" alt="Picture Insect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331252.svg" alt="Picture Insect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331252.svg" alt="Picture Insect icon" :width="24" :height="24" />
CSS background
.icon-picture-insect {
background-image: url('https://proicons.com/icon/331252.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="m16.4558,5.5c-1.1905,6.9604-.8243,11.0817,4.1672,15.8899m-11.2192-11.8145c1.7858,5.5867,3.7549,8.838,9.2501,12.6844m-12.2723,8.0594c3.526-5.5865,7.5099-8.4713,10.9901-7.0977m-5.8614,19.2784c.3664-8.6088-.3206-15.2945,4.6708-17.4925"/><path class="c" d="m31.5441,5.5c1.1906,6.9604.8243,11.0817-4.1671,15.8899m11.219-11.8145c-1.7858,5.5867-3.7549,8.838-9.2499,12.6844m12.2723,8.0594c-3.5261-5.5865-7.5099-8.4713-10.9902-7.0977m5.8614,19.2784c-.3662-8.6088.3206-15.2945-4.6708-17.4925"/><path class="c" d="m33.3073,29.7241c0-4.396-3.6634-8.8414-9.2763-8.8414s-8.7791,3.8105-9.4068,8.8414c-.6277,5.0307,4.2561,12.6879,9.4068,12.6879s9.2763-6.7808,9.2763-12.6879Z"/><path class="c" d="m22.4441,20.9103c-.8326-.5225-1.3862-1.4489-1.3862-2.5044,0-1.6319,1.3228-2.9547,2.9547-2.9547s2.9547,1.3228,2.9547,2.9547c0,1.0555-.5536,1.9819-1.3862,2.5044"/></svg>
Copied!