My Diary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My 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/329736.svg" alt="My Diary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329736.svg" alt="My Diary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329736.svg" alt="My Diary icon" :width="24" :height="24" />
CSS background
.icon-my-diary {
background-image: url('https://proicons.com/icon/329736.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M16.70661033,12.36247126h19.88069366c1.4099552-.0038709,2.55609,1.13598691,2.55995805,2.54594306.00001144.00433915.00001526.0086783.00000381.01301745v26.01959979c.00331874,1.40995901-1.1369873,2.55564369-2.54694631,2.55896242-.00433724.00000763-.0086783.00000763-.01301555-.00000381h-19.87969231c-1.40995615.00386804-2.55608809-1.13598787-2.55995709-2.54594306-.0000124-.00434106-.00001335-.0086783-.00000286-.01301555V14.92143274c-.0038709-1.40995615,1.13598596-2.55608905,2.54594116-2.55995995.00467293-.0000124.00934586-.0000124.0140188,0l-.00100134.00099848Z"/><path id="f" class="j" d="M14.14664942,35.91610761h-3.24695058c-1.12829851.00221249-2.0447568-.91066099-2.04696834-2.03896236-.00000477-.00266643-.00000477-.00533668,0-.00800693V10.90549302c0-1.13398232.91298601-2.04696834,2.04696834-2.04696834h17.60272894c1.13398327,0,2.04696738.91298601,2.04696738,2.04696834v1.45697729"/><path id="g" class="j" d="M13.87765352,8.85852469h0l.15699716-2.44196222c.06929672-1.12561682,1.03796597-1.98193352,2.16358279-1.91263632.00346178.00021314.00692357.00043487.01038345.00066565h0l17.45773072,1.12298281c1.12613466.06988561,1.98239128,1.03945129,1.9125071,2.16558499-.00017547.00279422-.00035476.00558797-.00053786.00838124l-.29299475,4.56192891"/><path id="h" class="j" d="M21.4375363,24.68028098h10.4188379"/><path id="i" class="j" d="M21.4375363,26.95724626h10.4188379"/></svg>
Copied!