Pocket Code Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocket Code icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331418.svg" alt="Pocket Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331418.svg" alt="Pocket Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331418.svg" alt="Pocket Code icon" :width="24" :height="24" />
CSS background
.icon-pocket-code {
background-image: url('https://proicons.com/icon/331418.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{stroke-dasharray:0 0 2.93 2.93;}.b,.c,.d,.e,.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-dasharray:0 0 4.54 4.54;}.e{stroke-dasharray:0 0 4.86 4.86;}.f{stroke-dasharray:0 0 2.91 2.91;}</style></defs><path class="c" d="m8.42,15.67l1.58,21.76,13.85,6.12,13.88-6.12,1.82-21.76H8.43"/><line class="c" x1="10.64" y1="17.48" x2="12.64" y2="17.48"/><line class="d" x1="17.18" y1="17.48" x2="33.06" y2="17.48"/><polyline class="c" points="35.33 17.48 37.33 17.48 37.14 19.47"/><line class="e" x1="36.68" y1="24.31" x2="35.99" y2="31.57"/><polyline class="c" points="35.76 33.99 35.57 35.98 33.76 36.82"/><line class="f" x1="31.11" y1="38.04" x2="27.14" y2="39.86"/><polyline class="c" points="25.82 40.47 24 41.31 22.18 40.48"/><line class="b" x1="19.52" y1="39.25" x2="15.52" y2="37.42"/><polyline class="c" points="14.18 36.81 12.37 35.98 12.18 33.99"/><line class="e" x1="11.73" y1="29.15" x2="11.05" y2="21.89"/><line class="e" x1="10.83" y1="19.47" x2="10.64" y2="17.48"/><path class="c" d="m15.37,15.53l2.52-11.55,19.83,4.33-1.6,7.34"/><path class="c" d="m18.21,15.2l1.46-6.66,14.53,3.16-.74,3.4"/></svg>
Copied!