Edge Screen Note10 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edge Screen Note10 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/324965.svg" alt="Edge Screen Note10 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324965.svg" alt="Edge Screen Note10 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324965.svg" alt="Edge Screen Note10 icon" :width="24" :height="24" />
CSS background
.icon-edge-screen-note10 {
background-image: url('https://proicons.com/icon/324965.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><g><path class="c" d="m20.9794,30.0412v-8.0801c0-2.2104,1.7919-4.0023,4.0023-4.0023h0c2.2104,0,4.0023,1.7919,4.0023,4.0023v8.0801"/><g><line class="c" x1="32.4588" y1="24" x2="36.3976" y2="24"/><path class="c" d="m38.5,30.0412h-2.0389c-2.2104,0-4.0023-1.7919-4.0023-4.0023v-4.0778c0-2.2104,1.7919-4.0023,4.0023-4.0023h2.0389"/></g><rect class="c" x="9.5" y="17.9588" width="8.0046" height="12.0824" rx="4.0023" ry="4.0023"/></g></svg>
Copied!