Wpgen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wpgen 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/349841.svg" alt="Wpgen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349841.svg" alt="Wpgen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349841.svg" alt="Wpgen icon" :width="24" :height="24" />
CSS background
.icon-wpgen {
background-image: url('https://proicons.com/icon/349841.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="m14.5 5.5h-5c-2.216 0-4 1.784-4 4v5m37 0v-5c0-2.216-1.784-4-4-4h-5m-28 28v5c0 2.216 1.784 4 4 4h5m19 0h5c2.216 0 4-1.784 4-4v-5"/><path class="a" d="m20 21 7.22 7.22a.7.7 0 00.99.01l1.39-1.39a.71.71 0 011 0l7.81 7.81a.7.7 0 01-.5 1.2h-27.83a.7.7 0 01-.58-1.1l9.5-13.62a.7.7 0 01.9791-.1461z"/><circle class="a" cx="31.32" cy="16.59" r="4.47"/></svg>
Copied!