Diary Vault Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diary Vault 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/339043.svg" alt="Diary Vault icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339043.svg" alt="Diary Vault icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339043.svg" alt="Diary Vault icon" :width="24" :height="24" />
CSS background
.icon-diary-vault {
background-image: url('https://proicons.com/icon/339043.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><ellipse class="c" cx="23.8448" cy="24.5713" rx="1.8371" ry="3.6643"/><ellipse class="c" cx="23.8448" cy="24.5713" rx="5.173" ry="7.0163"/><path class="c" d="m26.0979,15.1204c3.5354,1.1516,6.1297,4.9467,6.1297,9.4509,0,5.4175-3.0886,9.0698-8.2271,10.0098-1.9051.3485-2.3142.4627-2.3142.4627"/><path class="c" d="m22.0074,14.9984c-3.7459.9802-6.5454,4.894-6.5454,9.5729,0,1.8897.4469,4.1432,1.1238,5.6955,2.1626,4.9589,4.1371,8.1609,5.1006,13.2332"/><path class="c" d="m24.0006,38.6828c7.2494-.8926,11.0914-5.9351,11.9669-12.1932"/><path class="c" d="m36.0718,23.6773c-.4337-6.7507-5.7422-12.0844-12.227-12.0844-6.7686,0-12.2556,5.8106-12.2556,12.9783,0,1.6494.1376,3.2265.6674,4.6779"/><path class="c" d="m13.1996,32.1087c.6517,1.6435,1.7852,3.8254,1.7852,3.8254"/><path class="c" d="m30.2328,9.2379c-1.9592-.8732-4.1189-1.357-6.388-1.357-7.0148,0-12.9848,4.6236-15.2133,11.0834"/><path class="c" d="m39.3685,19.1557c-1.096-3.3044-3.052-6.1175-6.1041-8.1421"/><path class="c" d="m22.488,4.5c-3.6998.2618-7.1161,1.5864-9.9638,3.6796"/><path class="c" d="m35.3777,8.3379c-2.677-2.024-5.8731-3.3614-9.3442-3.7607"/></svg>
Copied!