Rednote Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rednote Alt 2 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/332024.svg" alt="Rednote Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332024.svg" alt="Rednote Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332024.svg" alt="Rednote Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-rednote-alt-2 {
background-image: url('https://proicons.com/icon/332024.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M16.5,26.537c-1.041-.957-2-3-2-4.629v-.843M4.5,26.537c1.041-.957,2-3,2-4.629v-.871M10.5,18.037v12M22.537,25.352l-3.074.815c-.4117.1065-.8318-.1408-.9384-.5525-.0667-.2578.0045-.5318.1884-.7245l3.787-3.853M21.5,18.037l-2.203,2.741c-.317.394-.315.991.203,1.333l1.148.76M18.5,29.889l4-1.722M25,19.037h5M24.5,29.037h6M27.5,19.037v10M41.241,17.963c.539.24,1.57.979,2,1.518M36.5,18.037v12M31.5,24.037h11.241c.419.0006.7584.34.759.759,0,1.636-1.045,4.429-2.278,4.537-.477.042-.891-.08-1.426-.589M32.5,20.037h8.167c.46,0,.833.335.833,1-.0038,1.0136-.141,2.0222-.408,3"/></svg>
Copied!