fedora from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
fedora
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

The same logo in other sets

Use the fedora logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#294172" d="M256 128.004C256 57.31 198.691 0 127.998 0C57.336 0 .05 57.262 0 127.914v99.054c.038 16.042 13.049 29.029 29.101 29.029h98.949C198.72 255.969 256 198.679 256 128.004"/><path fill="#3c6eb4" d="M165.58 30.307c-33.109 0-60.045 26.935-60.045 60.045v31.87H73.797c-33.109 0-60.045 26.937-60.045 60.046s26.936 60.045 60.045 60.045s60.045-26.937 60.045-60.045v-31.871h31.738c33.109 0 60.046-26.936 60.046-60.045s-26.937-60.045-60.046-60.045m-59.823 151.961c0 17.622-14.337 31.959-31.96 31.959s-31.96-14.337-31.96-31.959c0-17.623 14.337-31.96 31.96-31.96h31.738v.089h.222zm59.823-59.956h-31.738v-.09h-.221v-31.87c0-17.623 14.337-31.96 31.959-31.96s31.96 14.337 31.96 31.96s-14.338 31.96-31.96 31.96"/><path fill="#fff" d="M178.851 32.128c-4.66-1.218-8.238-1.786-13.271-1.786c-33.177 0-60.075 26.899-60.075 60.074v31.842h-25.16c-7.845 0-14.185 6.165-14.18 13.996c0 7.782 6.27 13.973 14.032 13.973l20.831.004c2.473 0 4.479 2 4.479 4.469v27.553c-.031 17.491-14.219 31.659-31.71 31.659c-5.925 0-7.392-.776-11.437-.776c-8.497 0-14.182 5.696-14.182 13.528c.002 6.479 5.554 12.049 12.348 13.827c4.66 1.218 8.238 1.787 13.271 1.787c33.177 0 60.075-26.899 60.075-60.075v-31.841h25.16c7.845 0 14.185-6.165 14.18-13.996c0-7.783-6.27-13.973-14.032-13.973l-20.831-.004a4.475 4.475 0 0 1-4.479-4.47V90.366c.031-17.491 14.219-31.659 31.71-31.659c5.925 0 7.392.777 11.437.777c8.497 0 14.182-5.697 14.182-13.528c-.002-6.48-5.554-12.05-12.348-13.828"/></svg>

React

import type { SVGProps } from "react";

export function LogosFedora(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#294172" d="M256 128.004C256 57.31 198.691 0 127.998 0C57.336 0 .05 57.262 0 127.914v99.054c.038 16.042 13.049 29.029 29.101 29.029h98.949C198.72 255.969 256 198.679 256 128.004"/><path fill="#3c6eb4" d="M165.58 30.307c-33.109 0-60.045 26.935-60.045 60.045v31.87H73.797c-33.109 0-60.045 26.937-60.045 60.046s26.936 60.045 60.045 60.045s60.045-26.937 60.045-60.045v-31.871h31.738c33.109 0 60.046-26.936 60.046-60.045s-26.937-60.045-60.046-60.045m-59.823 151.961c0 17.622-14.337 31.959-31.96 31.959s-31.96-14.337-31.96-31.959c0-17.623 14.337-31.96 31.96-31.96h31.738v.089h.222zm59.823-59.956h-31.738v-.09h-.221v-31.87c0-17.623 14.337-31.96 31.959-31.96s31.96 14.337 31.96 31.96s-14.338 31.96-31.96 31.96"/><path fill="#fff" d="M178.851 32.128c-4.66-1.218-8.238-1.786-13.271-1.786c-33.177 0-60.075 26.899-60.075 60.074v31.842h-25.16c-7.845 0-14.185 6.165-14.18 13.996c0 7.782 6.27 13.973 14.032 13.973l20.831.004c2.473 0 4.479 2 4.479 4.469v27.553c-.031 17.491-14.219 31.659-31.71 31.659c-5.925 0-7.392-.776-11.437-.776c-8.497 0-14.182 5.696-14.182 13.528c.002 6.479 5.554 12.049 12.348 13.827c4.66 1.218 8.238 1.787 13.271 1.787c33.177 0 60.075-26.899 60.075-60.075v-31.841h25.16c7.845 0 14.185-6.165 14.18-13.996c0-7.783-6.27-13.973-14.032-13.973l-20.831-.004a4.475 4.475 0 0 1-4.479-4.47V90.366c.031-17.491 14.219-31.659 31.71-31.659c5.925 0 7.392.777 11.437.777c8.497 0 14.182-5.697 14.182-13.528c-.002-6.48-5.554-12.05-12.348-13.828"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#294172" d="M256 128.004C256 57.31 198.691 0 127.998 0C57.336 0 .05 57.262 0 127.914v99.054c.038 16.042 13.049 29.029 29.101 29.029h98.949C198.72 255.969 256 198.679 256 128.004"/><path fill="#3c6eb4" d="M165.58 30.307c-33.109 0-60.045 26.935-60.045 60.045v31.87H73.797c-33.109 0-60.045 26.937-60.045 60.046s26.936 60.045 60.045 60.045s60.045-26.937 60.045-60.045v-31.871h31.738c33.109 0 60.046-26.936 60.046-60.045s-26.937-60.045-60.046-60.045m-59.823 151.961c0 17.622-14.337 31.959-31.96 31.959s-31.96-14.337-31.96-31.959c0-17.623 14.337-31.96 31.96-31.96h31.738v.089h.222zm59.823-59.956h-31.738v-.09h-.221v-31.87c0-17.623 14.337-31.96 31.959-31.96s31.96 14.337 31.96 31.96s-14.338 31.96-31.96 31.96"/><path fill="#fff" d="M178.851 32.128c-4.66-1.218-8.238-1.786-13.271-1.786c-33.177 0-60.075 26.899-60.075 60.074v31.842h-25.16c-7.845 0-14.185 6.165-14.18 13.996c0 7.782 6.27 13.973 14.032 13.973l20.831.004c2.473 0 4.479 2 4.479 4.469v27.553c-.031 17.491-14.219 31.659-31.71 31.659c-5.925 0-7.392-.776-11.437-.776c-8.497 0-14.182 5.696-14.182 13.528c.002 6.479 5.554 12.049 12.348 13.827c4.66 1.218 8.238 1.787 13.271 1.787c33.177 0 60.075-26.899 60.075-60.075v-31.841h25.16c7.845 0 14.185-6.165 14.18-13.996c0-7.783-6.27-13.973-14.032-13.973l-20.831-.004a4.475 4.475 0 0 1-4.479-4.47V90.366c.031-17.491 14.219-31.659 31.71-31.659c5.925 0 7.392.777 11.437.777c8.497 0 14.182-5.697 14.182-13.528c-.002-6.48-5.554-12.05-12.348-13.828"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22%23294172%22%20d%3D%22M256%20128.004C256%2057.31%20198.691%200%20127.998%200C57.336%200%20.05%2057.262%200%20127.914v99.054c.038%2016.042%2013.049%2029.029%2029.101%2029.029h98.949C198.72%20255.969%20256%20198.679%20256%20128.004%22%2F%3E%3Cpath%20fill%3D%22%233c6eb4%22%20d%3D%22M165.58%2030.307c-33.109%200-60.045%2026.935-60.045%2060.045v31.87H73.797c-33.109%200-60.045%2026.937-60.045%2060.046s26.936%2060.045%2060.045%2060.045s60.045-26.937%2060.045-60.045v-31.871h31.738c33.109%200%2060.046-26.936%2060.046-60.045s-26.937-60.045-60.046-60.045m-59.823%20151.961c0%2017.622-14.337%2031.959-31.96%2031.959s-31.96-14.337-31.96-31.959c0-17.623%2014.337-31.96%2031.96-31.96h31.738v.089h.222zm59.823-59.956h-31.738v-.09h-.221v-31.87c0-17.623%2014.337-31.96%2031.959-31.96s31.96%2014.337%2031.96%2031.96s-14.338%2031.96-31.96%2031.96%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M178.851%2032.128c-4.66-1.218-8.238-1.786-13.271-1.786c-33.177%200-60.075%2026.899-60.075%2060.074v31.842h-25.16c-7.845%200-14.185%206.165-14.18%2013.996c0%207.782%206.27%2013.973%2014.032%2013.973l20.831.004c2.473%200%204.479%202%204.479%204.469v27.553c-.031%2017.491-14.219%2031.659-31.71%2031.659c-5.925%200-7.392-.776-11.437-.776c-8.497%200-14.182%205.696-14.182%2013.528c.002%206.479%205.554%2012.049%2012.348%2013.827c4.66%201.218%208.238%201.787%2013.271%201.787c33.177%200%2060.075-26.899%2060.075-60.075v-31.841h25.16c7.845%200%2014.185-6.165%2014.18-13.996c0-7.783-6.27-13.973-14.032-13.973l-20.831-.004a4.475%204.475%200%200%201-4.479-4.47V90.366c.031-17.491%2014.219-31.659%2031.71-31.659c5.925%200%207.392.777%2011.437.777c8.497%200%2014.182-5.697%2014.182-13.528c-.002-6.48-5.554-12.05-12.348-13.828%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23294172%22%20d%3D%22M256%20128.004C256%2057.31%20198.691%200%20127.998%200C57.336%200%20.05%2057.262%200%20127.914v99.054c.038%2016.042%2013.049%2029.029%2029.101%2029.029h98.949C198.72%20255.969%20256%20198.679%20256%20128.004%22%2F%3E%3Cpath%20fill%3D%22%233c6eb4%22%20d%3D%22M165.58%2030.307c-33.109%200-60.045%2026.935-60.045%2060.045v31.87H73.797c-33.109%200-60.045%2026.937-60.045%2060.046s26.936%2060.045%2060.045%2060.045s60.045-26.937%2060.045-60.045v-31.871h31.738c33.109%200%2060.046-26.936%2060.046-60.045s-26.937-60.045-60.046-60.045m-59.823%20151.961c0%2017.622-14.337%2031.959-31.96%2031.959s-31.96-14.337-31.96-31.959c0-17.623%2014.337-31.96%2031.96-31.96h31.738v.089h.222zm59.823-59.956h-31.738v-.09h-.221v-31.87c0-17.623%2014.337-31.96%2031.959-31.96s31.96%2014.337%2031.96%2031.96s-14.338%2031.96-31.96%2031.96%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M178.851%2032.128c-4.66-1.218-8.238-1.786-13.271-1.786c-33.177%200-60.075%2026.899-60.075%2060.074v31.842h-25.16c-7.845%200-14.185%206.165-14.18%2013.996c0%207.782%206.27%2013.973%2014.032%2013.973l20.831.004c2.473%200%204.479%202%204.479%204.469v27.553c-.031%2017.491-14.219%2031.659-31.71%2031.659c-5.925%200-7.392-.776-11.437-.776c-8.497%200-14.182%205.696-14.182%2013.528c.002%206.479%205.554%2012.049%2012.348%2013.827c4.66%201.218%208.238%201.787%2013.271%201.787c33.177%200%2060.075-26.899%2060.075-60.075v-31.841h25.16c7.845%200%2014.185-6.165%2014.18-13.996c0-7.783-6.27-13.973-14.032-13.973l-20.831-.004a4.475%204.475%200%200%201-4.479-4.47V90.366c.031-17.491%2014.219-31.659%2031.71-31.659c5.925%200%207.392.777%2011.437.777c8.497%200%2014.182-5.697%2014.182-13.528c-.002-6.48-5.554-12.05-12.348-13.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/fedora.svg?color=%231a73e8&size=48