fortran logo

fortran from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
fortran
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

The same logo in other sets

Use the fortran logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#734c94" d="M18.969 0C13.25 0 0 11 0 18.66v90.453c0 5.692 11.21 18.903 18.781 18.903l90.551-.032c6.738-.004 18.688-9.683 18.688-18.601V18.84c0-6.078-10.61-18.832-18.43-18.832zm-1.395 13.66h93.367v41.711l-10.992-.164c-.101-.098-.402-3.047-.605-5.758C98.19 36.7 95.328 29.363 89.809 26.5c-2.914-1.504-7.457-1.95-22.02-1.953l-13.57.004v31.273h2.41c4.066-.05 9.234-1.004 10.941-2.058c2.211-1.356 4.067-5.27 4.72-9.989c.491-3.445.87-6.023.87-6.023h10.676v49.691H72.793v-1.957c0-3.21-1.508-10.691-2.563-12.949c-1.656-3.465-4.464-4.668-12.449-5.422l-3.664-.351l.203 16.113c.149 15.308.25 16.164 1.203 17.469c1.207 1.605 2.512 1.906 10.493 2.507l5.355.258l-.035 10.938H17.574v-10.942l4.922-.304c9.988-.653 9.887-.602 10.39-8.43c.45-7.43-.116-65.598-.452-66.762c-.551-1.922-2.618-3.027-8.786-3.023l-6.074-.04z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconFortran(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#734c94" d="M18.969 0C13.25 0 0 11 0 18.66v90.453c0 5.692 11.21 18.903 18.781 18.903l90.551-.032c6.738-.004 18.688-9.683 18.688-18.601V18.84c0-6.078-10.61-18.832-18.43-18.832zm-1.395 13.66h93.367v41.711l-10.992-.164c-.101-.098-.402-3.047-.605-5.758C98.19 36.7 95.328 29.363 89.809 26.5c-2.914-1.504-7.457-1.95-22.02-1.953l-13.57.004v31.273h2.41c4.066-.05 9.234-1.004 10.941-2.058c2.211-1.356 4.067-5.27 4.72-9.989c.491-3.445.87-6.023.87-6.023h10.676v49.691H72.793v-1.957c0-3.21-1.508-10.691-2.563-12.949c-1.656-3.465-4.464-4.668-12.449-5.422l-3.664-.351l.203 16.113c.149 15.308.25 16.164 1.203 17.469c1.207 1.605 2.512 1.906 10.493 2.507l5.355.258l-.035 10.938H17.574v-10.942l4.922-.304c9.988-.653 9.887-.602 10.39-8.43c.45-7.43-.116-65.598-.452-66.762c-.551-1.922-2.618-3.027-8.786-3.023l-6.074-.04z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#734c94" d="M18.969 0C13.25 0 0 11 0 18.66v90.453c0 5.692 11.21 18.903 18.781 18.903l90.551-.032c6.738-.004 18.688-9.683 18.688-18.601V18.84c0-6.078-10.61-18.832-18.43-18.832zm-1.395 13.66h93.367v41.711l-10.992-.164c-.101-.098-.402-3.047-.605-5.758C98.19 36.7 95.328 29.363 89.809 26.5c-2.914-1.504-7.457-1.95-22.02-1.953l-13.57.004v31.273h2.41c4.066-.05 9.234-1.004 10.941-2.058c2.211-1.356 4.067-5.27 4.72-9.989c.491-3.445.87-6.023.87-6.023h10.676v49.691H72.793v-1.957c0-3.21-1.508-10.691-2.563-12.949c-1.656-3.465-4.464-4.668-12.449-5.422l-3.664-.351l.203 16.113c.149 15.308.25 16.164 1.203 17.469c1.207 1.605 2.512 1.906 10.493 2.507l5.355.258l-.035 10.938H17.574v-10.942l4.922-.304c9.988-.653 9.887-.602 10.39-8.43c.45-7.43-.116-65.598-.452-66.762c-.551-1.922-2.618-3.027-8.786-3.023l-6.074-.04z"/></svg>
</template>

CSS

.icon-fortran {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23734c94%22%20d%3D%22M18.969%200C13.25%200%200%2011%200%2018.66v90.453c0%205.692%2011.21%2018.903%2018.781%2018.903l90.551-.032c6.738-.004%2018.688-9.683%2018.688-18.601V18.84c0-6.078-10.61-18.832-18.43-18.832zm-1.395%2013.66h93.367v41.711l-10.992-.164c-.101-.098-.402-3.047-.605-5.758C98.19%2036.7%2095.328%2029.363%2089.809%2026.5c-2.914-1.504-7.457-1.95-22.02-1.953l-13.57.004v31.273h2.41c4.066-.05%209.234-1.004%2010.941-2.058c2.211-1.356%204.067-5.27%204.72-9.989c.491-3.445.87-6.023.87-6.023h10.676v49.691H72.793v-1.957c0-3.21-1.508-10.691-2.563-12.949c-1.656-3.465-4.464-4.668-12.449-5.422l-3.664-.351l.203%2016.113c.149%2015.308.25%2016.164%201.203%2017.469c1.207%201.605%202.512%201.906%2010.493%202.507l5.355.258l-.035%2010.938H17.574v-10.942l4.922-.304c9.988-.653%209.887-.602%2010.39-8.43c.45-7.43-.116-65.598-.452-66.762c-.551-1.922-2.618-3.027-8.786-3.023l-6.074-.04z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23734c94%22%20d%3D%22M18.969%200C13.25%200%200%2011%200%2018.66v90.453c0%205.692%2011.21%2018.903%2018.781%2018.903l90.551-.032c6.738-.004%2018.688-9.683%2018.688-18.601V18.84c0-6.078-10.61-18.832-18.43-18.832zm-1.395%2013.66h93.367v41.711l-10.992-.164c-.101-.098-.402-3.047-.605-5.758C98.19%2036.7%2095.328%2029.363%2089.809%2026.5c-2.914-1.504-7.457-1.95-22.02-1.953l-13.57.004v31.273h2.41c4.066-.05%209.234-1.004%2010.941-2.058c2.211-1.356%204.067-5.27%204.72-9.989c.491-3.445.87-6.023.87-6.023h10.676v49.691H72.793v-1.957c0-3.21-1.508-10.691-2.563-12.949c-1.656-3.465-4.464-4.668-12.449-5.422l-3.664-.351l.203%2016.113c.149%2015.308.25%2016.164%201.203%2017.469c1.207%201.605%202.512%201.906%2010.493%202.507l5.355.258l-.035%2010.938H17.574v-10.942l4.922-.304c9.988-.653%209.887-.602%2010.39-8.43c.45-7.43-.116-65.598-.452-66.762c-.551-1.922-2.618-3.027-8.786-3.023l-6.074-.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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