fcc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
fcc
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the fcc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.412 17.587A7.89 7.89 0 0 1 10.268 6.414a7.867 7.867 0 0 1 11.144 0a8 8 0 0 1 .839.996L24 6.116a10.03 10.03 0 0 0-8.16-4.196c-5.19 0-9.458 3.942-9.996 9.002h-3.82V4.328H6.78L8.508 1.92H0v20.16l2.024-1.488V13.08h3.82c.538 5.059 4.806 9 9.996 9A10.03 10.03 0 0 0 24 17.884l-1.749-1.296a8 8 0 0 1-.84.999m-5.57-9.205a3.61 3.61 0 0 1 2.97 1.572l1.752-1.296a5.77 5.77 0 0 0-4.723-2.456c-3.194 0-5.782 2.595-5.782 5.798s2.588 5.796 5.782 5.797a5.77 5.77 0 0 0 4.723-2.455l-1.751-1.296a3.61 3.61 0 1 1-2.972-5.664"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFcc(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="M21.412 17.587A7.89 7.89 0 0 1 10.268 6.414a7.867 7.867 0 0 1 11.144 0a8 8 0 0 1 .839.996L24 6.116a10.03 10.03 0 0 0-8.16-4.196c-5.19 0-9.458 3.942-9.996 9.002h-3.82V4.328H6.78L8.508 1.92H0v20.16l2.024-1.488V13.08h3.82c.538 5.059 4.806 9 9.996 9A10.03 10.03 0 0 0 24 17.884l-1.749-1.296a8 8 0 0 1-.84.999m-5.57-9.205a3.61 3.61 0 0 1 2.97 1.572l1.752-1.296a5.77 5.77 0 0 0-4.723-2.456c-3.194 0-5.782 2.595-5.782 5.798s2.588 5.796 5.782 5.797a5.77 5.77 0 0 0 4.723-2.455l-1.751-1.296a3.61 3.61 0 1 1-2.972-5.664"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.412 17.587A7.89 7.89 0 0 1 10.268 6.414a7.867 7.867 0 0 1 11.144 0a8 8 0 0 1 .839.996L24 6.116a10.03 10.03 0 0 0-8.16-4.196c-5.19 0-9.458 3.942-9.996 9.002h-3.82V4.328H6.78L8.508 1.92H0v20.16l2.024-1.488V13.08h3.82c.538 5.059 4.806 9 9.996 9A10.03 10.03 0 0 0 24 17.884l-1.749-1.296a8 8 0 0 1-.84.999m-5.57-9.205a3.61 3.61 0 0 1 2.97 1.572l1.752-1.296a5.77 5.77 0 0 0-4.723-2.456c-3.194 0-5.782 2.595-5.782 5.798s2.588 5.796 5.782 5.797a5.77 5.77 0 0 0 4.723-2.455l-1.751-1.296a3.61 3.61 0 1 1-2.972-5.664"/></svg>
</template>

CSS

.icon-fcc {
  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%22M21.412%2017.587A7.89%207.89%200%200%201%2010.268%206.414a7.867%207.867%200%200%201%2011.144%200a8%208%200%200%201%20.839.996L24%206.116a10.03%2010.03%200%200%200-8.16-4.196c-5.19%200-9.458%203.942-9.996%209.002h-3.82V4.328H6.78L8.508%201.92H0v20.16l2.024-1.488V13.08h3.82c.538%205.059%204.806%209%209.996%209A10.03%2010.03%200%200%200%2024%2017.884l-1.749-1.296a8%208%200%200%201-.84.999m-5.57-9.205a3.61%203.61%200%200%201%202.97%201.572l1.752-1.296a5.77%205.77%200%200%200-4.723-2.456c-3.194%200-5.782%202.595-5.782%205.798s2.588%205.796%205.782%205.797a5.77%205.77%200%200%200%204.723-2.455l-1.751-1.296a3.61%203.61%200%201%201-2.972-5.664%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%22M21.412%2017.587A7.89%207.89%200%200%201%2010.268%206.414a7.867%207.867%200%200%201%2011.144%200a8%208%200%200%201%20.839.996L24%206.116a10.03%2010.03%200%200%200-8.16-4.196c-5.19%200-9.458%203.942-9.996%209.002h-3.82V4.328H6.78L8.508%201.92H0v20.16l2.024-1.488V13.08h3.82c.538%205.059%204.806%209%209.996%209A10.03%2010.03%200%200%200%2024%2017.884l-1.749-1.296a8%208%200%200%201-.84.999m-5.57-9.205a3.61%203.61%200%200%201%202.97%201.572l1.752-1.296a5.77%205.77%200%200%200-4.723-2.456c-3.194%200-5.782%202.595-5.782%205.798s2.588%205.796%205.782%205.797a5.77%205.77%200%200%200%204.723-2.455l-1.751-1.296a3.61%203.61%200%201%201-2.972-5.664%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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