Pokemon Sleep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokemon Sleep 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/346017.svg" alt="Pokemon Sleep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346017.svg" alt="Pokemon Sleep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346017.svg" alt="Pokemon Sleep icon" :width="24" :height="24" />
CSS background
.icon-pokemon-sleep {
background-image: url('https://proicons.com/icon/346017.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="m26.8439,17.6727c1.8129,1.0155,3.909,1.1557,6.379.8158"/><path class="c" d="m5.66,35.21c1.03-1.34,2.31-2.51,3.84-3.39.97-.57,2.03-1.02,3.19-1.33-2.6-2.84-3.94-15.92,6.03-16.42h.01c.19-.01.38-.01.58-.01,3.13,0,4.69,1.18,4.69,1.18,0,0,1.56-1.18,4.69-1.18.2,0,.39,0,.58.01h.01c9.97.5,8.63,13.58,6.03,16.42,1.16.31,2.22.76,3.19,1.33,1.53.88,2.81,2.05,3.84,3.39"/><path class="c" d="m21.1561,17.6727c-1.8129,1.0155-3.909,1.1557-6.379.8158"/><path class="c" d="m21.2904,22.358s.2723-1.2183-.4175-1.9208c0,0-.9064.4419-1.269,1.4163,1.201.7138,2.6626.7931,4.3962.7931,1.7336,0,3.1952-.0793,4.3962-.7931-.3626-.9744-1.269-1.4163-1.269-1.4163-.6899.7025-.4175,1.9208-.4175,1.9208"/><path class="c" d="m4.19,32.37c2.53-1.22,5.31-.55,5.31-.55,0,0-1.66-4.88-.46-11.38-.52-5.96.28-7.91.93-8.35.68-.45,4.93-.18,8.75,1.98h.01c1.8-.92,3.66-1.46,5.27-1.46s3.47.54,5.27,1.46h.01c3.82-2.16,8.07-2.43,8.75-1.98.65.44,1.45,2.39.93,8.35,1.2,6.5-.46,11.38-.46,11.38,0,0,2.78-.67,5.31.55"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!