Librofm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Librofm 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/328451.svg" alt="Librofm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328451.svg" alt="Librofm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328451.svg" alt="Librofm icon" :width="24" :height="24" />
CSS background
.icon-librofm {
background-image: url('https://proicons.com/icon/328451.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.8107,22.9517,38.8633,10.8991V30.2832L26.8107,42.3357a3.9748,3.9748,0,0,1-5.6214,0L9.1367,30.2832V10.8991L21.1893,22.9517A3.9749,3.9749,0,0,0,26.8107,22.9517Z"/><path class="a" d="M27.8345,17.2983a6.1258,6.1258,0,0,0-7.8269-.0212v.0212"/><path class="a" d="M31.5705,13.0517a12.0447,12.0447,0,0,0-15.33,0"/><path class="a" d="M35.2531,8.594a17.807,17.807,0,0,0-22.72,0"/></svg>
Copied!