Reonpocket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reonpocket 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/332092.svg" alt="Reonpocket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332092.svg" alt="Reonpocket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332092.svg" alt="Reonpocket icon" :width="24" :height="24" />
CSS background
.icon-reonpocket {
background-image: url('https://proicons.com/icon/332092.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>.d{fill-rule:evenodd;}.d,.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M34.7547,13.9151c-.1143,6.878-.1541,13.7419-.3428,20.6341-.4933,5.309-4.8367,9.5255-10.1547,9.9242-5.1692.3704-9.8516-3.1712-10.84-8.2442-.1965-2.6775-.2239-5.3565-.1091-8.0166.101-4.9275.1004-9.8204.2488-14.7416.4933-5.309,4.8367-9.5255,10.1818-9.9447,5.1692-.3704,9.8246,3.1917,10.813,8.2647.1422.6938.2099,1.4019.2032,2.124h0Z"/><path class="d" d="M37.4511,36.8965c3.5704-3.5704,5.5769-8.4139,5.5769-13.4649,0-10.4896-8.5384-19.0281-19.0281-19.0281C13.4965,4.4035,4.9719,12.942,4.9719,23.4316c0,5.0511,2.0066,9.8946,5.5631,13.4649-3.5565-3.5704-5.5631-8.4139-5.5631-13.4649C4.9719,12.942,13.4965,4.4035,24,4.4035c10.4896,0,19.0281,8.5384,19.0281,19.0281,0,5.0511-2.0066,9.8946-5.5769,13.4649Z"/></svg>
Copied!