fedora icon
fedora from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- fedora
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand / logo icons from Material Design Icons
Use the fedora icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.5 2 2 6.47 2 12v7.73C2 21 3 22 4.27 22H12c5.53 0 10-4.5 10-10S17.5 2 12 2m2.03 4.12c1.68 0 3.26 1.28 3.26 3.06c0 .16 0 .32-.02.51c-.05.47-.48.81-.95.75a.836.836 0 0 1-.7-.98c0-.06.01-.14.01-.28c0-1.01-.82-1.4-1.6-1.4s-1.48.66-1.48 1.4c.01.85 0 1.7 0 2.56l1.45-.02c1.12-.02 1.13 1.68 0 1.67l-1.45.01l-.01 2.39c-.18 1.88-1.77 3.37-3.69 3.37c-2.03 0-3.71-1.66-3.71-3.7A3.8 3.8 0 0 1 9 11.74l1.15-.01v1.67L9 13.41h-.03c-1.16.03-2.15.82-2.16 2.06c0 1.12.91 2.03 2.04 2.03c1.15 0 2.03-.83 2.03-2.03c.02-2.01-.01-4.22 0-6.3c0-.12.01-.21.02-.34c.19-1.54 1.57-2.71 3.13-2.71"/></svg>
React
import type { SVGProps } from "react";
export function MdiFedora(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.5 2 2 6.47 2 12v7.73C2 21 3 22 4.27 22H12c5.53 0 10-4.5 10-10S17.5 2 12 2m2.03 4.12c1.68 0 3.26 1.28 3.26 3.06c0 .16 0 .32-.02.51c-.05.47-.48.81-.95.75a.836.836 0 0 1-.7-.98c0-.06.01-.14.01-.28c0-1.01-.82-1.4-1.6-1.4s-1.48.66-1.48 1.4c.01.85 0 1.7 0 2.56l1.45-.02c1.12-.02 1.13 1.68 0 1.67l-1.45.01l-.01 2.39c-.18 1.88-1.77 3.37-3.69 3.37c-2.03 0-3.71-1.66-3.71-3.7A3.8 3.8 0 0 1 9 11.74l1.15-.01v1.67L9 13.41h-.03c-1.16.03-2.15.82-2.16 2.06c0 1.12.91 2.03 2.04 2.03c1.15 0 2.03-.83 2.03-2.03c.02-2.01-.01-4.22 0-6.3c0-.12.01-.21.02-.34c.19-1.54 1.57-2.71 3.13-2.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.5 2 2 6.47 2 12v7.73C2 21 3 22 4.27 22H12c5.53 0 10-4.5 10-10S17.5 2 12 2m2.03 4.12c1.68 0 3.26 1.28 3.26 3.06c0 .16 0 .32-.02.51c-.05.47-.48.81-.95.75a.836.836 0 0 1-.7-.98c0-.06.01-.14.01-.28c0-1.01-.82-1.4-1.6-1.4s-1.48.66-1.48 1.4c.01.85 0 1.7 0 2.56l1.45-.02c1.12-.02 1.13 1.68 0 1.67l-1.45.01l-.01 2.39c-.18 1.88-1.77 3.37-3.69 3.37c-2.03 0-3.71-1.66-3.71-3.7A3.8 3.8 0 0 1 9 11.74l1.15-.01v1.67L9 13.41h-.03c-1.16.03-2.15.82-2.16 2.06c0 1.12.91 2.03 2.04 2.03c1.15 0 2.03-.83 2.03-2.03c.02-2.01-.01-4.22 0-6.3c0-.12.01-.21.02-.34c.19-1.54 1.57-2.71 3.13-2.71"/></svg> </template>
CSS
.icon-fedora {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.5%202%202%206.47%202%2012v7.73C2%2021%203%2022%204.27%2022H12c5.53%200%2010-4.5%2010-10S17.5%202%2012%202m2.03%204.12c1.68%200%203.26%201.28%203.26%203.06c0%20.16%200%20.32-.02.51c-.05.47-.48.81-.95.75a.836.836%200%200%201-.7-.98c0-.06.01-.14.01-.28c0-1.01-.82-1.4-1.6-1.4s-1.48.66-1.48%201.4c.01.85%200%201.7%200%202.56l1.45-.02c1.12-.02%201.13%201.68%200%201.67l-1.45.01l-.01%202.39c-.18%201.88-1.77%203.37-3.69%203.37c-2.03%200-3.71-1.66-3.71-3.7A3.8%203.8%200%200%201%209%2011.74l1.15-.01v1.67L9%2013.41h-.03c-1.16.03-2.15.82-2.16%202.06c0%201.12.91%202.03%202.04%202.03c1.15%200%202.03-.83%202.03-2.03c.02-2.01-.01-4.22%200-6.3c0-.12.01-.21.02-.34c.19-1.54%201.57-2.71%203.13-2.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.5%202%202%206.47%202%2012v7.73C2%2021%203%2022%204.27%2022H12c5.53%200%2010-4.5%2010-10S17.5%202%2012%202m2.03%204.12c1.68%200%203.26%201.28%203.26%203.06c0%20.16%200%20.32-.02.51c-.05.47-.48.81-.95.75a.836.836%200%200%201-.7-.98c0-.06.01-.14.01-.28c0-1.01-.82-1.4-1.6-1.4s-1.48.66-1.48%201.4c.01.85%200%201.7%200%202.56l1.45-.02c1.12-.02%201.13%201.68%200%201.67l-1.45.01l-.01%202.39c-.18%201.88-1.77%203.37-3.69%203.37c-2.03%200-3.71-1.66-3.71-3.7A3.8%203.8%200%200%201%209%2011.74l1.15-.01v1.67L9%2013.41h-.03c-1.16.03-2.15.82-2.16%202.06c0%201.12.91%202.03%202.04%202.03c1.15%200%202.03-.83%202.03-2.03c.02-2.01-.01-4.22%200-6.3c0-.12.01-.21.02-.34c.19-1.54%201.57-2.71%203.13-2.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/fedora.svg?color=%231a73e8&size=48