Linuxprofessionalinstitute Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Linuxprofessionalinstitute 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/315033.svg" alt="Linuxprofessionalinstitute icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315033.svg" alt="Linuxprofessionalinstitute icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315033.svg" alt="Linuxprofessionalinstitute icon" :width="24" :height="24" />
CSS background
.icon-linuxprofessionalinstitute {
background-image: url('https://proicons.com/icon/315033.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>Linux Professional Institute</title><path d="M12-.0002c-6.6273 0-12 5.3728-12 11.9997 0 6.627 5.3727 12.0007 12 12.0007s12-5.3728 12-12.0007S18.627-.0002 12-.0002Zm0 20.987c-4.9632 0-8.987-4.0231-8.987-8.9866 0-4.9635 4.0238-8.9867 8.987-8.9867 4.9632 0 8.987 4.0235 8.987 8.9867 0 4.9631-4.0238 8.9867-8.987 8.9867zm5.1043-3.0031.7995-2.9975h-7.1631L13.5062 4.495h-2.9978L6.9118 17.9837Zm.2896-10.4938c0 .8225-.6697 1.4938-1.4938 1.4938s-1.4897-.6716-1.4897-1.4938c0-.8223.6675-1.4907 1.4897-1.4907s1.4938.6688 1.4938 1.4907"/></svg>
Copied!