Wickr Me Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wickr Me 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/349701.svg" alt="Wickr Me icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349701.svg" alt="Wickr Me icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349701.svg" alt="Wickr Me icon" :width="24" :height="24" />
CSS background
.icon-wickr-me {
background-image: url('https://proicons.com/icon/349701.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.8745,14.4571c-.3205.641-1.0683,1.0683-1.816,1.0683h0c-1.1751,0-2.1366-.9615-2.1366-2.1366v-1.3888c0-1.1751.9615-2.1366,2.1366-2.1366h0c1.1751,0,2.1366.9615,2.1366,2.1366v.7478h-4.2731M13.7457,12.0431c0-1.1941.977-2.1711,2.1711-2.1711h0c1.1941,0,2.1711.977,2.1711,2.1711v3.4737M9.4037,9.8721v5.6447M9.4037,12.0431c0-1.1941.977-2.1711,2.1711-2.1711h0c1.1941,0,2.1711.977,2.1711,2.1711v3.4737M23.8123,38.1366l14.784-14.784M14.0983,38.1366l14.784-14.784"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!