Picturethis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Picturethis 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/345812.svg" alt="Picturethis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345812.svg" alt="Picturethis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345812.svg" alt="Picturethis icon" :width="24" :height="24" />
CSS background
.icon-picturethis {
background-image: url('https://proicons.com/icon/345812.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.7018,5.5h-4.2018c-2.2,0-4,1.8-4,4v4.2018"/><path class="c" d="m42.5,13.7018v-4.2018c0-2.2-1.8-4-4-4h-4.2018"/><path class="c" d="m5.5,34.2981v4.2019c0,2.2,1.8,4,4,4h4.2018"/><path class="c" d="m34.2982,42.5h4.2018c2.2,0,4-1.8,4-4v-4.2019"/><path class="c" d="m20.9622,38.8665c-2.2081-3.6056-2.4876-7.9379.3354-11.4037"/><path class="c" d="m29.5988,11.6987c1.8168,10.2298-2.5994,18.9503-8.3012,15.764-5.719-3.1959-.1957-12.6335,8.3012-15.764Z"/><path class="c" d="m30.0121,16.1425s2.8942-1.6767,5.3538-.4655c-3.5963,1.2671-.5404,7.0248-2.9441,10.2484-1.9294,2.5875-6.354,4.3416-11.1242,1.5373"/><path class="c" d="m25.214,14.0234s-.5393-3.6568-2.988-4.8899c1.1558,3.6336-4.8354,4.7696-5.9596,8.6304-.9024,3.0989-.0814,7.5817,5.0311,9.6988"/><path class="c" d="m22.3969,32.063c1.3789-.9876,2.1494-1.4265,3.6242-1.3789,2.0217.0652,1.9843,1.8189,4.1272,1.7443-2.4503,1.5373-4.9378,2.7557-7.7514-.3655Z"/><path class="c" d="m17.35,29.5675c.0262-1.6959-.052-2.5791-.9312-3.7642-1.2053-1.6245-2.6253-.5948-3.7847-2.3985.1323,2.8896.5479,5.6281,4.7159,6.1627Z"/></svg>
Copied!