Fedora Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fedora 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/325767.svg" alt="Fedora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325767.svg" alt="Fedora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325767.svg" alt="Fedora icon" :width="24" :height="24" />
CSS background
.icon-fedora {
background-image: url('https://proicons.com/icon/325767.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m39.9548,8.2093c-1.6739-1.6739-3.9864-2.7093-6.5408-2.7093-5.1086,0-9.25,4.1414-9.25,9.25v18.5c0,5.1086-4.1414,9.25-9.25,9.25-2.5543,0-4.8668-1.0353-6.5407-2.7092"/><line class="b" x1="14.9141" y1="24" x2="33.4141" y2="24"/><path class="b" d="m6.7805,37.6591c-.712-1.3107-1.1164-2.8127-1.1164-4.4091,0-4.1418,2.7221-7.6477,6.4748-8.8265"/><path class="b" d="m36.1647,23.5841c3.7654-1.1712,6.4993-4.6834,6.4993-8.8341,0-1.5963-.4043-3.0981-1.1162-4.4087"/></svg>
Copied!