Home Security Lock Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Home Security Lock icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310168.svg" alt="Home Security Lock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310168.svg" alt="Home Security Lock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310168.svg" alt="Home Security Lock icon" :width="24" :height="24" />
CSS background
.icon-home-security-lock {
background-image: url('https://proicons.com/icon/310168.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.1832 7.76483C20.934 7.23129 20.5297 6.78523 20.0232 6.48483L13.5532 2.48483C13.0787 2.19082 12.5315 2.03503 11.9732 2.03503C11.4149 2.03503 10.8678 2.19082 10.3932 2.48483L3.9232 6.48483C3.43274 6.7972 3.04363 7.24535 2.80321 7.77481C2.55466 8.30462 2.47106 8.89691 2.56322 9.47482L4.24321 19.4748C4.35094 20.1722 4.70588 20.8075 5.24321 21.2648C5.77628 21.7113 6.44792 21.9587 7.14324 21.9648H16.7632C17.4911 21.9719 18.1986 21.7243 18.7632 21.2648C19.3006 20.8075 19.6555 20.1722 19.7632 19.4748L21.4432 9.47482C21.5263 8.89166 21.4359 8.29694 21.1832 7.76483ZM16.4532 16.2548C16.4468 16.5096 16.3897 16.7605 16.2853 16.993C16.1809 17.2255 16.0313 17.4349 15.8451 17.609C15.659 17.783 15.44 17.9183 15.201 18.0069C14.9621 18.0954 14.7079 18.1355 14.4532 18.1248H9.45323C9.1986 18.1355 8.94434 18.0954 8.70537 18.0069C8.4664 17.9183 8.24749 17.783 8.06133 17.609C7.87517 17.4349 7.72548 17.2255 7.62108 16.993C7.51668 16.7605 7.45965 16.5096 7.45323 16.2548V12.7548C7.46054 12.3393 7.60458 11.9378 7.86309 11.6124C8.12159 11.287 8.48013 11.0559 8.88323 10.9548V10.4548C8.88224 10.0569 8.96041 9.66281 9.11321 9.29541C9.266 8.92801 9.49033 8.59468 9.77318 8.31482C10.3458 7.76068 11.1114 7.45087 11.9082 7.45087C12.705 7.45087 13.4706 7.76068 14.0432 8.31482C14.3261 8.59468 14.5504 8.92801 14.7032 9.29541C14.856 9.66281 14.9342 10.0569 14.9332 10.4548V10.9548C15.3363 11.0559 15.6949 11.287 15.9534 11.6124C16.2119 11.9378 16.3559 12.3393 16.3632 12.7548L16.4532 16.2548Z" fill="black"/> <path d="M13.6133 10.4549V10.8849H10.4233V10.4549C10.4231 10.2448 10.4645 10.0368 10.5452 9.84283C10.6259 9.64888 10.7442 9.47283 10.8933 9.32486C11.1965 9.0357 11.5993 8.87439 12.0183 8.87439C12.4373 8.87439 12.8401 9.0357 13.1433 9.32486C13.2924 9.47283 13.4106 9.64888 13.4913 9.84283C13.572 10.0368 13.6135 10.2448 13.6133 10.4549Z" fill="black"/> </svg>
Copied!