Pino Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pino 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/315584.svg" alt="Pino icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315584.svg" alt="Pino icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315584.svg" alt="Pino icon" :width="24" :height="24" />
CSS background
.icon-pino {
background-image: url('https://proicons.com/icon/315584.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>pino</title><path d="m9.225 5.555 2.789 5.472 2.756-5.505L11.999 0M1.979 20.123h13.769v-.037L8.862 6.29m3.524 5.522 4.131 8.311h5.505L15.137 6.291M4.5 24h14.87l-1.554-3.188H6.056"/></svg>
Copied!