Notes 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notes 2 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/344883.svg" alt="Notes 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344883.svg" alt="Notes 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344883.svg" alt="Notes 2 icon" :width="24" :height="24" />
CSS background
.icon-notes-2 {
background-image: url('https://proicons.com/icon/344883.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><path class="c" d="m35.4374,5.5399c1.1299-.0515,2.225.3975,2.9935,1.2273l2.8638,2.9037c1.5148,1.5508,1.5148,4.0271,0,5.5779l-5.3385,5.3385-8.4817-8.5216,5.3385-5.3385c.6974-.7133,1.6298-1.1493,2.6243-1.2273v.0399Zm.5189,15.0076l-18.959,19.0189-11.4281,2.9337,2.9564-11.4253L27.4746,12.0658"/></svg>
Copied!