Pocketrx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocketrx 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/331429.svg" alt="Pocketrx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331429.svg" alt="Pocketrx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331429.svg" alt="Pocketrx icon" :width="24" :height="24" />
CSS background
.icon-pocketrx {
background-image: url('https://proicons.com/icon/331429.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="16.1256" y1="25.5539" x2="21.0379" y2="32.9688"/><line class="b" x1="21.0379" y1="25.5539" x2="16.1256" y2="32.9688"/><path class="b" d="M9.5,32.9688v-7.4149h2.4275c1.3724,0,2.4849,1.1149,2.4849,2.4902s-1.1125,2.4902-2.4849,2.4902h-2.4275"/><line class="b" x1="11.9275" y1="30.5344" x2="14.3548" y2="32.967"/><path class="b" d="M9.5,22.4461v-7.4149h2.4275c1.3724,0,2.4849,1.1149,2.4849,2.4902s-1.1125,2.4902-2.4849,2.4902h-2.4275"/><line class="b" x1="26.4703" y1="15.0312" x2="26.4703" y2="22.4461"/><line class="b" x1="26.4711" y1="20.871" x2="29.8274" y2="17.531"/><line class="b" x1="27.5393" y1="19.808" x2="30.1778" y2="22.4349"/><path class="b" d="M37.2951,16.0044v5.5148c0,.5119.415.9269.9269.9269h.2781"/><line class="b" x1="36.3219" y1="17.5337" x2="38.2683" y2="17.5337"/><path class="b" d="M24.6975,21.5124c-.3195.5578-.9207.9337-1.6097.9337h0c-1.0238,0-1.8537-.8299-1.8537-1.8537v-1.2049c0-1.0238.8299-1.8537,1.8537-1.8537h0c.6876,0,1.2878.3744,1.6078.9305"/><path class="b" d="M34.8935,21.5106c-.3193.5588-.921.9355-1.6107.9355h0c-1.0238,0-1.8537-.8299-1.8537-1.8537v-1.2049c0-1.0238.8299-1.8537,1.8537-1.8537h0c1.0238,0,1.8537.8299,1.8537,1.8537v.6025s-3.7075,0-3.7075,0"/><path class="b" d="M15.7325,19.3874c0-1.0238.8299-1.8537,1.8537-1.8537s1.8537.8299,1.8537,1.8537v1.2049c0,1.0238-.8299,1.8537-1.8537,1.8537s-1.8537-.8299-1.8537-1.8537v-1.2049Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!