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

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

Use the openfaas logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.304 0A4.31 4.31 0 0 0 0 4.304v15.391A4.31 4.31 0 0 0 4.304 24h15.392A4.31 4.31 0 0 0 24 19.695V4.305A4.31 4.31 0 0 0 19.695 0zm-.006.776h15.398a3.53 3.53 0 0 1 3.528 3.528v15.391q0 .308-.054.61c-1.234-.015-1.858-.412-2.514-.834c-.708-.454-1.51-.97-3.04-.97s-2.33.516-3.038.97c-.17.11-.338.217-.514.317a43 43 0 0 1-.775-1.907a.8.8 0 0 1 .01-.739c.3-.489 1.23-.691 1.572-.729c.361-.027 5.97-.555 6.306-7.153a.42.42 0 0 0-.72-.317c-.457.464-1.886 1.634-3 1.47a11 11 0 0 1-.693-.127c-1.425-.293-3.339-.685-4.972 1.72c-1.633-2.406-3.548-2.012-4.972-1.72c-.248.05-.48.098-.697.128c-1.108.162-2.538-1.007-2.997-1.471a.42.42 0 0 0-.72.316c.336 6.58 5.914 7.124 6.304 7.153c.086.012 1.1.16 1.48.717c.15.237.184.529.092.793a19 19 0 0 1-.552 1.747q-.16-.097-.32-.198c-.708-.454-1.51-.97-3.039-.97s-2.332.516-3.04.97c-.654.42-1.277.816-2.5.834a3.5 3.5 0 0 1-.055-.61V4.305A3.53 3.53 0 0 1 4.298.775zm4.474 2.108l-4.74 1.429l1.293 4.288l3.165-.955l-.19 1.229l4.894.757l.684-4.426l-4.62-.715zm10.494.813l-4.938.348l.315 4.466l4.938-.347Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsOpenfaas(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="M4.304 0A4.31 4.31 0 0 0 0 4.304v15.391A4.31 4.31 0 0 0 4.304 24h15.392A4.31 4.31 0 0 0 24 19.695V4.305A4.31 4.31 0 0 0 19.695 0zm-.006.776h15.398a3.53 3.53 0 0 1 3.528 3.528v15.391q0 .308-.054.61c-1.234-.015-1.858-.412-2.514-.834c-.708-.454-1.51-.97-3.04-.97s-2.33.516-3.038.97c-.17.11-.338.217-.514.317a43 43 0 0 1-.775-1.907a.8.8 0 0 1 .01-.739c.3-.489 1.23-.691 1.572-.729c.361-.027 5.97-.555 6.306-7.153a.42.42 0 0 0-.72-.317c-.457.464-1.886 1.634-3 1.47a11 11 0 0 1-.693-.127c-1.425-.293-3.339-.685-4.972 1.72c-1.633-2.406-3.548-2.012-4.972-1.72c-.248.05-.48.098-.697.128c-1.108.162-2.538-1.007-2.997-1.471a.42.42 0 0 0-.72.316c.336 6.58 5.914 7.124 6.304 7.153c.086.012 1.1.16 1.48.717c.15.237.184.529.092.793a19 19 0 0 1-.552 1.747q-.16-.097-.32-.198c-.708-.454-1.51-.97-3.039-.97s-2.332.516-3.04.97c-.654.42-1.277.816-2.5.834a3.5 3.5 0 0 1-.055-.61V4.305A3.53 3.53 0 0 1 4.298.775zm4.474 2.108l-4.74 1.429l1.293 4.288l3.165-.955l-.19 1.229l4.894.757l.684-4.426l-4.62-.715zm10.494.813l-4.938.348l.315 4.466l4.938-.347Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.304 0A4.31 4.31 0 0 0 0 4.304v15.391A4.31 4.31 0 0 0 4.304 24h15.392A4.31 4.31 0 0 0 24 19.695V4.305A4.31 4.31 0 0 0 19.695 0zm-.006.776h15.398a3.53 3.53 0 0 1 3.528 3.528v15.391q0 .308-.054.61c-1.234-.015-1.858-.412-2.514-.834c-.708-.454-1.51-.97-3.04-.97s-2.33.516-3.038.97c-.17.11-.338.217-.514.317a43 43 0 0 1-.775-1.907a.8.8 0 0 1 .01-.739c.3-.489 1.23-.691 1.572-.729c.361-.027 5.97-.555 6.306-7.153a.42.42 0 0 0-.72-.317c-.457.464-1.886 1.634-3 1.47a11 11 0 0 1-.693-.127c-1.425-.293-3.339-.685-4.972 1.72c-1.633-2.406-3.548-2.012-4.972-1.72c-.248.05-.48.098-.697.128c-1.108.162-2.538-1.007-2.997-1.471a.42.42 0 0 0-.72.316c.336 6.58 5.914 7.124 6.304 7.153c.086.012 1.1.16 1.48.717c.15.237.184.529.092.793a19 19 0 0 1-.552 1.747q-.16-.097-.32-.198c-.708-.454-1.51-.97-3.039-.97s-2.332.516-3.04.97c-.654.42-1.277.816-2.5.834a3.5 3.5 0 0 1-.055-.61V4.305A3.53 3.53 0 0 1 4.298.775zm4.474 2.108l-4.74 1.429l1.293 4.288l3.165-.955l-.19 1.229l4.894.757l.684-4.426l-4.62-.715zm10.494.813l-4.938.348l.315 4.466l4.938-.347Z"/></svg>
</template>

CSS

.icon-openfaas {
  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%22M4.304%200A4.31%204.31%200%200%200%200%204.304v15.391A4.31%204.31%200%200%200%204.304%2024h15.392A4.31%204.31%200%200%200%2024%2019.695V4.305A4.31%204.31%200%200%200%2019.695%200zm-.006.776h15.398a3.53%203.53%200%200%201%203.528%203.528v15.391q0%20.308-.054.61c-1.234-.015-1.858-.412-2.514-.834c-.708-.454-1.51-.97-3.04-.97s-2.33.516-3.038.97c-.17.11-.338.217-.514.317a43%2043%200%200%201-.775-1.907a.8.8%200%200%201%20.01-.739c.3-.489%201.23-.691%201.572-.729c.361-.027%205.97-.555%206.306-7.153a.42.42%200%200%200-.72-.317c-.457.464-1.886%201.634-3%201.47a11%2011%200%200%201-.693-.127c-1.425-.293-3.339-.685-4.972%201.72c-1.633-2.406-3.548-2.012-4.972-1.72c-.248.05-.48.098-.697.128c-1.108.162-2.538-1.007-2.997-1.471a.42.42%200%200%200-.72.316c.336%206.58%205.914%207.124%206.304%207.153c.086.012%201.1.16%201.48.717c.15.237.184.529.092.793a19%2019%200%200%201-.552%201.747q-.16-.097-.32-.198c-.708-.454-1.51-.97-3.039-.97s-2.332.516-3.04.97c-.654.42-1.277.816-2.5.834a3.5%203.5%200%200%201-.055-.61V4.305A3.53%203.53%200%200%201%204.298.775zm4.474%202.108l-4.74%201.429l1.293%204.288l3.165-.955l-.19%201.229l4.894.757l.684-4.426l-4.62-.715zm10.494.813l-4.938.348l.315%204.466l4.938-.347Z%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%22M4.304%200A4.31%204.31%200%200%200%200%204.304v15.391A4.31%204.31%200%200%200%204.304%2024h15.392A4.31%204.31%200%200%200%2024%2019.695V4.305A4.31%204.31%200%200%200%2019.695%200zm-.006.776h15.398a3.53%203.53%200%200%201%203.528%203.528v15.391q0%20.308-.054.61c-1.234-.015-1.858-.412-2.514-.834c-.708-.454-1.51-.97-3.04-.97s-2.33.516-3.038.97c-.17.11-.338.217-.514.317a43%2043%200%200%201-.775-1.907a.8.8%200%200%201%20.01-.739c.3-.489%201.23-.691%201.572-.729c.361-.027%205.97-.555%206.306-7.153a.42.42%200%200%200-.72-.317c-.457.464-1.886%201.634-3%201.47a11%2011%200%200%201-.693-.127c-1.425-.293-3.339-.685-4.972%201.72c-1.633-2.406-3.548-2.012-4.972-1.72c-.248.05-.48.098-.697.128c-1.108.162-2.538-1.007-2.997-1.471a.42.42%200%200%200-.72.316c.336%206.58%205.914%207.124%206.304%207.153c.086.012%201.1.16%201.48.717c.15.237.184.529.092.793a19%2019%200%200%201-.552%201.747q-.16-.097-.32-.198c-.708-.454-1.51-.97-3.039-.97s-2.332.516-3.04.97c-.654.42-1.277.816-2.5.834a3.5%203.5%200%200%201-.055-.61V4.305A3.53%203.53%200%200%201%204.298.775zm4.474%202.108l-4.74%201.429l1.293%204.288l3.165-.955l-.19%201.229l4.894.757l.684-4.426l-4.62-.715zm10.494.813l-4.938.348l.315%204.466l4.938-.347Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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