Pine Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pine 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/306247.svg" alt="Pine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306247.svg" alt="Pine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306247.svg" alt="Pine icon" :width="24" :height="24" />
CSS background
.icon-pine {
background-image: url('https://proicons.com/icon/306247.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M880 636L691 448c-2-2-3-5-2-7s4-4 7-4h45c10 0 20-6 24-15 3-10 1-20-7-27L601 248c-2-2-3-5-2-7 1-3 4-4 6-4h23c10 0 19-6 23-16 4-9 2-19-5-26L518 70c-5-5-12-8-18-8s-13 3-18 8L354 195c-7 7-9 17-5 27 4 9 13 15 23 15h23c2 0 5 1 6 4 1 2 0 5-2 7L241 395c-7 7-9 17-5 27 3 9 13 15 23 15h45c3 0 6 2 7 4 1 3 0 5-2 7L120 636c-7 7-9 17-5 27 4 9 13 15 23 15h255c14 0 24 11 24 24v212c0 13 12 24 26 24h114c14 0 25-11 25-24V702c0-13 11-24 25-24h255c10 0 19-6 23-15 4-10 2-20-5-27z"/></svg>
Copied!