Noteit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noteit 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/344878.svg" alt="Noteit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344878.svg" alt="Noteit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344878.svg" alt="Noteit icon" :width="24" :height="24" />
CSS background
.icon-noteit {
background-image: url('https://proicons.com/icon/344878.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path class="d" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h22.8347v-10.1653h10.1653V9.5c0-2.2-1.8-4-4-4Z"/><line class="d" x1="42.5" y1="32.3347" x2="32.3347" y2="42.5"/><line class="d" x1="5.5" y1="11.8095" x2="42.5" y2="11.8095"/><path class="d" d="M24,19.2582l-1.2561-1.2561c-1.6455-1.6455-4.3426-1.6455-5.9882,0h0c-1.6455,1.6455-1.6455,4.3426,0,5.9882l1.2561,1.2561"/><path class="d" d="M29.9882,25.2463l1.2561-1.2561c1.6455-1.6455,1.6455-4.3426,0-5.9882h0c-1.6455-1.6455-4.3426-1.6455-5.9882,0l-1.2561,1.256"/><polyline class="d" points="18.0118 25.2463 24 31.2345 29.9882 25.2463"/></g></svg>
Copied!