Bamboo Paper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bamboo Paper 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/322341.svg" alt="Bamboo Paper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322341.svg" alt="Bamboo Paper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322341.svg" alt="Bamboo Paper icon" :width="24" :height="24" />
CSS background
.icon-bamboo-paper {
background-image: url('https://proicons.com/icon/322341.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m 37.728,34.936 -7.3064,8.0203 M 19.524,43.5 36.681,27.277 M 35.844,25.959 19.983,43.5 37.314,28.675 m 0.34696,1.1116 -12.84,13.713 m 1.2996,0 11.878,-10.771 M 12.905,43.5 34.126,24.119 15.093,43.5 M 31.86,22.884 10.655,43.5 M 10,41.599 33.907,19.662 M 10,37.39 34.842,13.184 10,39.604 34.961,15.906 M 10,35.29 34.449,11.642 M 34.183,10.938 10,32.317 33.558,9.687 M 28.669,5.3621 10,24.4001 31.928,7.5791 10,28.0981 M 18.99,4.5 9.9997,13.62 22.3447,4.5 m 1.2,0 L 9.9997,18.059 27.8207,5.038 9.9997,21.532 M 10,10.172 16.2846,4.5002 M 10,6.1342 11.8941,4.5"/></svg>
Copied!