Diarium Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diarium 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/324481.svg" alt="Diarium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324481.svg" alt="Diarium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324481.svg" alt="Diarium icon" :width="24" :height="24" />
CSS background
.icon-diarium {
background-image: url('https://proicons.com/icon/324481.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m12.9329,42.0511h-1.4086c-2.487,0-4.5118-2.0028-4.5118-4.4898V12.7351c0-2.487,2.0248-4.4898,4.5118-4.4898h25.1783c2.487,0,4.5118,2.0028,4.5118,4.4898v1.8928"/><path class="c" d="m41.2145,33.4133v4.148c0,2.487-2.0248,4.4898-4.5118,4.4898h-8.4074"/><line class="c" x1="14.6309" y1="10.5848" x2="14.6309" y2="5.9489"/><line class="c" x1="33.5961" y1="5.9489" x2="33.5961" y2="10.5848"/><line class="c" x1="36.4605" y1="16.3446" x2="7.0125" y2="16.3446"/><line class="c" x1="14.3265" y1="23.3453" x2="21.9594" y2="23.3453"/><line class="c" x1="14.3265" y1="35.0751" x2="16.442" y2="35.0751"/><line class="c" x1="14.3265" y1="29.2102" x2="18.2249" y2="29.2102"/><line class="c" x1="17.8386" y1="42.0511" x2="27.4958" y2="32.3939"/><path class="c" d="m44.6919,20.6364l-4.0936,1.2766,1.7827,3.7414c-4.8859,8.3415-13.8877,13.5356-21.6788,13.5356,0-11.0045,10.3443-24.386,25.3104-25.3104-.1541,2.377-.6163,4.6439-1.3206,6.7568Z"/></svg>
Copied!