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

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

Use the fonoma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.706 21.919a4.295 4.295 0 0 0 4.293-4.296a4.295 4.295 0 1 0-4.293 4.296M4.296 10.672a4.295 4.295 0 0 0 4.293-4.295a4.295 4.295 0 1 0-4.294 4.295zm10.412 0h4.975a4.277 4.277 0 0 0 4.293-4.295a4.277 4.277 0 0 0-4.293-4.296h-4.975a4.277 4.277 0 0 0-4.294 4.296a4.277 4.277 0 0 0 4.294 4.295M4.295 21.92h4.976a4.277 4.277 0 0 0 4.293-4.296a4.277 4.277 0 0 0-4.293-4.295H4.295a4.277 4.277 0 0 0-4.293 4.295c.068 2.318 1.976 4.296 4.293 4.296"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFonoma(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="M19.706 21.919a4.295 4.295 0 0 0 4.293-4.296a4.295 4.295 0 1 0-4.293 4.296M4.296 10.672a4.295 4.295 0 0 0 4.293-4.295a4.295 4.295 0 1 0-4.294 4.295zm10.412 0h4.975a4.277 4.277 0 0 0 4.293-4.295a4.277 4.277 0 0 0-4.293-4.296h-4.975a4.277 4.277 0 0 0-4.294 4.296a4.277 4.277 0 0 0 4.294 4.295M4.295 21.92h4.976a4.277 4.277 0 0 0 4.293-4.296a4.277 4.277 0 0 0-4.293-4.295H4.295a4.277 4.277 0 0 0-4.293 4.295c.068 2.318 1.976 4.296 4.293 4.296"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.706 21.919a4.295 4.295 0 0 0 4.293-4.296a4.295 4.295 0 1 0-4.293 4.296M4.296 10.672a4.295 4.295 0 0 0 4.293-4.295a4.295 4.295 0 1 0-4.294 4.295zm10.412 0h4.975a4.277 4.277 0 0 0 4.293-4.295a4.277 4.277 0 0 0-4.293-4.296h-4.975a4.277 4.277 0 0 0-4.294 4.296a4.277 4.277 0 0 0 4.294 4.295M4.295 21.92h4.976a4.277 4.277 0 0 0 4.293-4.296a4.277 4.277 0 0 0-4.293-4.295H4.295a4.277 4.277 0 0 0-4.293 4.295c.068 2.318 1.976 4.296 4.293 4.296"/></svg>
</template>

CSS

.icon-fonoma {
  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%22M19.706%2021.919a4.295%204.295%200%200%200%204.293-4.296a4.295%204.295%200%201%200-4.293%204.296M4.296%2010.672a4.295%204.295%200%200%200%204.293-4.295a4.295%204.295%200%201%200-4.294%204.295zm10.412%200h4.975a4.277%204.277%200%200%200%204.293-4.295a4.277%204.277%200%200%200-4.293-4.296h-4.975a4.277%204.277%200%200%200-4.294%204.296a4.277%204.277%200%200%200%204.294%204.295M4.295%2021.92h4.976a4.277%204.277%200%200%200%204.293-4.296a4.277%204.277%200%200%200-4.293-4.295H4.295a4.277%204.277%200%200%200-4.293%204.295c.068%202.318%201.976%204.296%204.293%204.296%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%22M19.706%2021.919a4.295%204.295%200%200%200%204.293-4.296a4.295%204.295%200%201%200-4.293%204.296M4.296%2010.672a4.295%204.295%200%200%200%204.293-4.295a4.295%204.295%200%201%200-4.294%204.295zm10.412%200h4.975a4.277%204.277%200%200%200%204.293-4.295a4.277%204.277%200%200%200-4.293-4.296h-4.975a4.277%204.277%200%200%200-4.294%204.296a4.277%204.277%200%200%200%204.294%204.295M4.295%2021.92h4.976a4.277%204.277%200%200%200%204.293-4.296a4.277%204.277%200%200%200-4.293-4.295H4.295a4.277%204.277%200%200%200-4.293%204.295c.068%202.318%201.976%204.296%204.293%204.296%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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