Unlockmaster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unlockmaster 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/349093.svg" alt="Unlockmaster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349093.svg" alt="Unlockmaster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349093.svg" alt="Unlockmaster icon" :width="24" :height="24" />
CSS background
.icon-unlockmaster {
background-image: url('https://proicons.com/icon/349093.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>.m{stroke-width:1px;}.m,.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.n{stroke-width:1px;}</style></defs><path id="c" class="n" d="m31.1315,14.8889c-.0625-12.2012-17.3065-12.4281-17.2548-1.1614l-.0517,4.2327"/><path id="d" class="n" d="m28.3668,41.0334H8.8339c-1.299,0-2.3448-1.0449-2.3448-2.3428v-17.7358c0-1.2979,1.0458-2.3428,2.3448-2.3428h27.2887c1.299,0,2.3448,1.0449,2.3448,2.3428v7.2835"/><ellipse id="e" class="n" cx="34.4766" cy="35.4716" rx="8.2664" ry="8.2595"/><circle id="f" class="n" cx="34.5373" cy="35.3351" r="1.837"/><path id="g" class="n" d="m34.5611,27.2125l-.0238,2.3296"/><path id="h" class="n" d="m42.743,35.4716h-2.1802"/><path id="i" class="n" d="m34.5373,41.6437l.0205,2.087"/><path id="j" class="n" d="m28.4511,35.4716h-2.241"/><path id="k" class="m" d="m39.3431,30.809l-1.7839,3.1245c-.1193-.6237-.7355-1.183-1.1731-1.4164l2.957-1.7081Z"/><path id="l" class="n" d="m23.0982,31.5873l.2841,2.4519h-2.0664l.3616-2.4519s-1.3278-.7323-1.3432-1.7646c-.0154-1.0323,1.0074-2.0715,2.0277-2.0624,1.0203.0092,2.0302,1.0266,2.0277,2.0624-.0025,1.0358-1.2915,1.7646-1.2915,1.7646"/></svg>
Copied!