Sob Smart Key Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sob Smart Key icon is commonly used in password managers, authentication screens and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/347582.svg" alt="Sob Smart Key icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347582.svg" alt="Sob Smart Key icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347582.svg" alt="Sob Smart Key icon" :width="24" :height="24" />
CSS background
.icon-sob-smart-key {
background-image: url('https://proicons.com/icon/347582.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m7.2113,16.024C7.6961,5.5381,21.795.4078,28.468,5.4629"/><path class="c" d="m30.4582,6.9094c1.6581,1.3401,3.0732,3.0191,4.0449,5.3164"/><path class="c" d="m18.2516,41.9331c4.2526-2.8407,6.5077-6.8445,7.0099-11.8691"/><path class="c" d="m24.9084,27.686c-.214-1.7743-.7824-3.31-1.5409-4.7179"/><path class="c" d="m32.9255,27.101c2.5376,1.1018,5.1157.9852,7.7229-.008"/><path class="c" d="m23.5701,44.4624c1.9113-1.4707,3.3316-3.5536,4.5595-5.8764"/><path class="c" d="m10.3481,28.2484c1.3952-.7797-2.3787-11.5701,2.4781-14.9579"/><path class="c" d="m14.993,11.2491c6.1791-4.4605,12.0527-1.8442,13.993.3474,3.7553,4.2418,5.553,7.2634,8.0565,6.4794"/><path class="c" d="m29.627,44.5c3.7211-4.1224,4.5035-7.0066,4.527-12.0618.0047-1.0148,4.1844.7913,6.6347-.9942"/><path class="c" d="m36.6172,40.611c1.7327-2.5444.141-4.8654,1.3864-4.6109.7785.1591,1.0917.0882,1.9789-.1377"/><path class="c" d="m14.6553,38.0156c1.2732-.8838,4.7137-2.3694,5.6621-6.3647.6269-2.6413-1.7098-6.0301-1.3228-9.4873.4539-4.055,5.7618-4.7614,8.4113-.3743,1.5555,2.5757,3.3664,5.9721,1.7818,13.9542"/><path class="c" d="m12.5382,33.2342c1.7082-1.2033,3.1606-3.0259,2.9407-4.8282-.6029-4.9417-1.6855-6.6976-.4552-9.5334,1.8019-4.1536,6.5434-6.3265,11.0446-4.1915,2.5682,1.2181,3.2814,3.642,6.6393,7.3323,2.1756,2.3909,5.2067,1.4777,6.2542.8569"/></svg>
Copied!