Easy Notes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easy Notes 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/339457.svg" alt="Easy Notes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339457.svg" alt="Easy Notes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339457.svg" alt="Easy Notes icon" :width="24" :height="24" />
CSS background
.icon-easy-notes {
background-image: url('https://proicons.com/icon/339457.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g,.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.h{stroke-width:1px;}</style></defs><path id="e" class="h" d="M32.1213,5.7962h3.0279c.8463,0,1.5334.6871,1.5334,1.5334v4.4331c0,.8455-.6864,1.5319-1.5319,1.5319h-3.0279c-.8465,0-1.5337-.6872-1.5337-1.5337v-4.4325c0-.8456.6865-1.5322,1.5322-1.5322Z" transform="translate(6.5185 31.6165) rotate(-54.9858)"/><path id="f" class="g" d="M17.568,39.0411h0c-.5768.9496-1.4701,1.7967-3.5127,2.563l-2.0087.8106c-.4461.18-.9061.0598-1.2617-.2176M11.4291,34.7403c-.6946.8671-1.1847,1.9967-1.2058,4.1792l-.0743,2.1658c-.0165.481.2537.8723.6359,1.1119M17.568,39.0411h0l14.6295-20.9041c.4869-.6958.3191-1.6481-.3763-2.1353l-3.6285-2.542h0c-.6954-.4872-1.6473-.3193-2.1342.3765l-14.6295,20.9041h0"/></svg>
Copied!