Bundlednotes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bundlednotes 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/337590.svg" alt="Bundlednotes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337590.svg" alt="Bundlednotes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337590.svg" alt="Bundlednotes icon" :width="24" :height="24" />
CSS background
.icon-bundlednotes {
background-image: url('https://proicons.com/icon/337590.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.39,37.63V41.3a2.21,2.21,0,0,0,2.2,2.2H30.4a10.56,10.56,0,0,0,7.42-18.08,2,2,0,0,1,0-2.84,10.56,10.56,0,0,0-6.22-18,9.77,9.77,0,0,0-1.2-.07H16.59a2.21,2.21,0,0,0-2.2,2.2V17.41"/><path class="a" d="M7,20V33.44a4.2,4.2,0,0,0,4.19,4.19H32a4.08,4.08,0,0,0,2.2-7.51l-21-13.51A4,4,0,0,0,7,20Z"/><path class="a" d="M41,33.87a4.41,4.41,0,0,1-6.54,3.86l-18-9.91a4,4,0,0,1,0-7l18-9.91A4.41,4.41,0,0,1,41,14.73"/></svg>
Copied!