Note Nailed Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Note Nailed 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/311570.svg" alt="Note Nailed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311570.svg" alt="Note Nailed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311570.svg" alt="Note Nailed icon" :width="24" :height="24" />
CSS background
.icon-note-nailed {
background-image: url('https://proicons.com/icon/311570.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 22 22"><path d="M14 12H8V10H14M14 16H8V14H13V15H14M19 21H15V20H14V21H10V20H8V21H6V20H5V18H4V16H3V11H4V6H3V4H10V3H9V2H13V3H12V4H19V12H18V15H19M13 19V18H17V16H16V11H17V6H12V8H11V9H10V6H6V12H5V15H6V17H7V18H11V19Z"/></svg>
Copied!