Note It Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Note It 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/344872.svg" alt="Note It icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344872.svg" alt="Note It icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344872.svg" alt="Note It icon" :width="24" :height="24" />
CSS background
.icon-note-it {
background-image: url('https://proicons.com/icon/344872.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.0378,12.488a1.8419,1.8419,0,0,0-1.8419-1.8419H8.8041A1.8419,1.8419,0,0,0,6.9622,12.488V35.512a1.8419,1.8419,0,0,0,1.8419,1.8419H39.1959a1.8419,1.8419,0,0,0,1.8419-1.8419Z"/><path class="a" d="M38.0607,10.6461l-.583-2.1756a1.8419,1.8419,0,0,0-2.2559-1.3024l-12.98,3.4779"/><path class="a" d="M41.0378,33.26l1.0965-.2939A1.8418,1.8418,0,0,0,43.4368,30.71l-2.399-8.9532"/><path class="a" d="M9.9394,37.354l.5829,2.1755a1.8419,1.8419,0,0,0,2.2559,1.3024l12.98-3.4779"/><path class="a" d="M6.9622,14.74l-1.0965.2939A1.8418,1.8418,0,0,0,4.5632,17.29L6.977,26.2984"/><line class="a" x1="12.9485" y1="16.1718" x2="35.0515" y2="16.1718"/><line class="a" x1="12.9485" y1="21.3906" x2="35.0515" y2="21.3906"/><line class="a" x1="12.9485" y1="26.6094" x2="35.0515" y2="26.6094"/><line class="a" x1="12.9485" y1="31.8282" x2="24" y2="31.8282"/></svg>
Copied!