Pocketpaint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocketpaint 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/331426.svg" alt="Pocketpaint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331426.svg" alt="Pocketpaint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331426.svg" alt="Pocketpaint icon" :width="24" :height="24" />
CSS background
.icon-pocketpaint {
background-image: url('https://proicons.com/icon/331426.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1,.cls-2,.cls-3,.cls-4,.cls-5,.cls-6{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.cls-2{stroke-dasharray:4.54 4.54;}.cls-3{stroke-dasharray:4.86 4.86;}.cls-4{stroke-dasharray:2.91 2.91;}.cls-5{stroke-dasharray:2.93 2.93;}.cls-6{stroke-dasharray:4.86 4.86;}</style></defs><path class="cls-1" d="M8.42,15.67,10,37.43l13.85,6.12,13.88-6.12,1.82-21.76H8.43"/><line class="cls-1" x1="10.64" y1="17.48" x2="12.64" y2="17.48"/><line class="cls-2" x1="17.18" y1="17.48" x2="33.06" y2="17.48"/><polyline class="cls-1" points="35.33 17.48 37.33 17.48 37.14 19.47"/><line class="cls-3" x1="36.68" y1="24.31" x2="35.99" y2="31.57"/><polyline class="cls-1" points="35.76 33.99 35.57 35.98 33.76 36.82"/><line class="cls-4" x1="31.11" y1="38.04" x2="27.14" y2="39.86"/><polyline class="cls-1" points="25.82 40.47 24 41.31 22.18 40.48"/><line class="cls-5" x1="19.52" y1="39.25" x2="15.52" y2="37.42"/><polyline class="cls-1" points="14.18 36.81 12.37 35.98 12.18 33.99"/><line class="cls-6" x1="11.73" y1="29.15" x2="11.05" y2="21.89"/><line class="cls-1" x1="10.83" y1="19.47" x2="10.64" y2="17.48"/><path class="cls-1" d="M15.31,15.67,18.24,4.55l9.12,2.37-2.22,8.75"/><path class="cls-1" d="M17.51,7.34l4,1.09"/><path class="cls-1" d="M16.48,11.25l3.95,1.09"/><path class="cls-1" d="M16,13.19l2.68.71"/><path class="cls-1" d="M17,9.33l2.58.69"/><path class="cls-1" d="M15.47,15.08l2.08.59"/><path class="cls-1" d="M27.33,15.67,28.4,13l2.33,1-.38,1.73"/><path class="cls-1" d="M28.78,13.1l.71-1.91,1.57.55-.73,2"/><path class="cls-1" d="M29.49,11.19c-.12-1.81.11-5.41,3.07-6.32,1.35,2.45.2,5.08-1.5,6.87"/><path class="cls-1" d="M35.66,13.8l-.93,1.87"/><path class="cls-1" d="M32.09,15.67l1.35-3"/><path class="cls-1" d="M33.16,12.33l3.43-3.41-.45,4.82a3,3,0,0,1-3-1.41"/></svg>
Copied!