Rockylinux Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Rockylinux 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/315886.svg" alt="Rockylinux icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315886.svg" alt="Rockylinux icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315886.svg" alt="Rockylinux icon" :width="24" :height="24" />
CSS background
.icon-rockylinux {
background-image: url('https://proicons.com/icon/315886.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>Rocky Linux</title><path d="M23.332 15.957c.433-1.239.668-2.57.668-3.957 0-6.627-5.373-12-12-12S0 5.373 0 12c0 3.28 1.315 6.251 3.447 8.417L15.62 8.245l3.005 3.005zm-2.192 3.819l-5.52-5.52L6.975 22.9c1.528.706 3.23 1.1 5.025 1.1 3.661 0 6.94-1.64 9.14-4.224z"/></svg>
Copied!