Pickme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pickme 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/345803.svg" alt="Pickme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345803.svg" alt="Pickme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345803.svg" alt="Pickme icon" :width="24" :height="24" />
CSS background
.icon-pickme {
background-image: url('https://proicons.com/icon/345803.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><path class="e" d="M9.5,5.5h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4h-10.9983c-.0224-8.4788-.0336-12.7186-.0336-12.7186,0-1.5416.4074-1.9059,1.5425-1.5416,3.5973,3.5973,5.3956,5.3956,5.3956,5.3956,2.0816,1.9912,2.9428-.5925,2.3124-1.5416-1.8999-2.7094-4.4689-5.536-7.708-8.4788-2.4743-1.5235-4.4155-.3488-7.1637-1.7681-2.749-1.4202-5.672-6.8519-6.7115-9.0239s-3.6232-2.172-2.762.4117c.8612,2.5837,2.4424,8.6958,5.8451,11.9211.7036,1.0516.6795,1.0619.7708,2.3124v15.0318h-9.4894c-2.2,0-4-1.8-4-4V9.5c0-2.2,1.8-4,4-4Z"/><circle class="e" cx="25.1566" cy="15.1354" r="3.854"/></g></g></svg>
Copied!