Remnote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Remnote 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/346630.svg" alt="Remnote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346630.svg" alt="Remnote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346630.svg" alt="Remnote icon" :width="24" :height="24" />
CSS background
.icon-remnote {
background-image: url('https://proicons.com/icon/346630.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m44.3191,24.981v5.7726c0,.6902-.5595,1.2497-1.2497,1.2497H4.9305c-.6902,0-1.2497-.5595-1.2497-1.2497v-5.7726c0-.6902.5595-1.2497,1.2497-1.2497h9.0846l-6.4585-6.4585c-.488-.488-.488-1.2793,0-1.7673l4.0816-4.0816c.488-.488,1.2793-.488,1.7673,0l6.4585,6.4585v-9.0846c0-.6902.5595-1.2497,1.2497-1.2497h5.7726c.6902,0,1.2497.5595,1.2497,1.2497v9.0846l6.4585-6.4585c.488-.488,1.2793-.488,1.7673,0l4.0816,4.0816c.488.488.488,1.2793,0,1.7673l-6.4585,6.4585h9.0846c.6902,0,1.2497.5595,1.2497,1.2497Z"/><path class="c" d="m21.9719,26.7092l-7.2245,9.7045c-1.2417,1.6679-.0513,4.0381,2.0281,4.0381h14.449c2.0793,0,3.2697-2.3702,2.0281-4.0381l-7.2245-9.7045c-1.011-1.3581-3.0451-1.3581-4.0561,0Z"/></svg>
Copied!