Easy Diary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easy Diary 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/324893.svg" alt="Easy Diary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324893.svg" alt="Easy Diary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324893.svg" alt="Easy Diary icon" :width="24" :height="24" />
CSS background
.icon-easy-diary {
background-image: url('https://proicons.com/icon/324893.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linejoin:round;}.a{stroke-linecap:round;}</style></defs><path class="a" d="M42.039,18.75a5.5125,5.5125,0,0,0-.0812,4.6109L28.132,40.0625a2.461,2.461,0,0,1-2.6345.7781L8.5273,35.5a6.7231,6.7231,0,0,1-2.8291-1.5645,5.38,5.38,0,0,1-1.0547-2.2883,9.73,9.73,0,0,1,.0121-3.289c.6363-3.0846,2.911-2.1768,2.911-2.1768"/><path class="a" d="M7.5666,26.1819l17.3052,5.8516a2.4458,2.4458,0,0,0,2.6432-.7283L43.2712,12.861a.9938.9938,0,0,0-.5411-1.6157L24.026,7.1119a2.7536,2.7536,0,0,0-2.69.9025L5.5113,26.5812"/><path class="b" d="M19.7477,15.1118l12.6254,3.6024,3.1695-3.5732L22.5315,12.0288Z"/></svg>
Copied!