Nicelock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nicelock 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/344762.svg" alt="Nicelock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344762.svg" alt="Nicelock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344762.svg" alt="Nicelock icon" :width="24" :height="24" />
CSS background
.icon-nicelock {
background-image: url('https://proicons.com/icon/344762.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="M6.2931,18.6457L22.7931,6.1593c.7139-.5402,1.6999-.5402,2.4138,0l16.5,12.4865c.4996.378.7931.9683.7931,1.5948v18.0054c0,2.2091-1.7909,4-4,4H9.5c-2.2091,0-4-1.7909-4-4v-18.0054c0-.6265.2936-1.2168.7931-1.5948Z"/><circle class="b" cx="24" cy="27" r="9"/><path class="b" d="M18.46,28.3859c.61,2.49,2.86,4.33,5.54,4.33s4.93-1.84,5.54-4.33"/><line class="b" x1="19.8083" y1="24.6703" x2="19.8083" y2="23.724"/><line class="b" x1="28.1915" y1="24.6703" x2="28.1915" y2="23.724"/></svg>
Copied!