Opennotescanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opennotescanner 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/345262.svg" alt="Opennotescanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345262.svg" alt="Opennotescanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345262.svg" alt="Opennotescanner icon" :width="24" :height="24" />
CSS background
.icon-opennotescanner {
background-image: url('https://proicons.com/icon/345262.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.3995,33.75v5.75c0,2.2091,1.7909,4,4,4h5.75"/><path class="b" d="M29.8495,43.5h5.75c2.2091,0,4-1.7909,4-4v-5.75"/><path class="b" d="M18.1495,4.5h-5.75c-2.2091,0-4,1.7909-4,4v5.75"/><path class="b" d="M39.5995,14.25v-5.75c0-2.2091-1.7909-4-4-4h-5.75"/><line class="b" x1="15.2245" y1="12.7025" x2="32.7745" y2="12.7025"/><line class="b" x1="32.7745" y1="20.2342" x2="15.2245" y2="20.2342"/><line class="b" x1="15.2245" y1="27.7658" x2="24.9745" y2="27.7658"/><line class="b" x1="15.2245" y1="35.2975" x2="21.0745" y2="35.2975"/><path class="b" d="M25.9484,32.8405v2.457h2.4473c.2558-.0011.5009-.1026.6825-.2828l8.1022-8.112-2.847-2.847-8.1023,8.1022c-.1801.1816-.2817.4267-.2827.6825Z"/><path class="b" d="M39.3741,24.6992c.2962-.2902.301-.7655.0108-1.0617-.0036-.0036-.0072-.0073-.0108-.0108l-1.7258-1.7745c-.2975-.2835-.7652-.2835-1.0628,0l-2.2523,2.2035,2.847,2.847,2.1938-2.2035Z"/></svg>
Copied!