Standardnotes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Standardnotes 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/333275.svg" alt="Standardnotes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333275.svg" alt="Standardnotes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333275.svg" alt="Standardnotes icon" :width="24" :height="24" />
CSS background
.icon-standardnotes {
background-image: url('https://proicons.com/icon/333275.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M38.36,6.19H37.29a1.79,1.79,0,0,0-3.57,0H14.3a1.79,1.79,0,0,0-3.57,0H9.66A2.88,2.88,0,0,0,6.76,9v3.68H41.24V9.06a2.87,2.87,0,0,0-2.86-2.87Z"/><path class="cls-1" d="M41.24,12.71H6.76v28a2.85,2.85,0,0,0,2.86,2.86H38.36a2.86,2.86,0,0,0,2.88-2.85h0Z"/><line class="cls-1" x1="12.38" y1="18.75" x2="35.62" y2="18.75"/><line class="cls-1" x1="12.5" y1="25" x2="31.32" y2="25"/><line class="cls-1" x1="12.38" y1="31.25" x2="35.62" y2="31.25"/><line class="cls-1" x1="12.5" y1="37.5" x2="31.32" y2="37.5"/></svg>
Copied!