fontforge logo
fontforge from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- fontforge
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the fontforge logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0m6.32 7.04c-.602 0-.305-1.375-1.156-1.375c-.696 0-1.274 1.836-1.563 3.437h1.5c.172 0 .203.125.203.258c0 .359-.164.664-.46.664h-1.477s-.679 3.212-1.18 5.218c-.201.806-.527 1.439-.92 1.93l.02.01l2.461-2.272l-.383-.016h-.002v-.003l.013-.337q0-.002.003-.002l.614.024l.024-.614l.001-.002h.002l.337.013q.003 0 .003.003l-.025.614l.614.024l.002.001v.002l-.013.337l-.003.003l-.614-.024l-.024.613v.002l-.003.001l-.332-.013h-.005l-.002-.001v-.002l.014-.36l-2.448 2.26a.633.633 0 0 1-.268.854a.63.63 0 0 1-.485.044a.6.6 0 0 1-.147-.067l-2.389 2.205l.34.013q.002 0 .003.004l-.014.337l-.003.002l-.614-.024l-.024.613l-.003.003h-.001l-.336-.013l-.003-.003l.024-.614l-.613-.024l-.003-.003l.013-.337q0-.003.003-.003l.614.024l.024-.613l.001-.002l.002-.001l.338.013l.002.001v.002l-.016.403l2.424-2.237l-.008-.016c-.758.515-1.59.7-2.233.7c-.617 0-1.274-.218-1.711-.671c-.586.601-1.476 1.078-2.43 1.078c-.468 0-1.25-.313-1.25-.906c0-.336.337-.844.696-.844c.633 0 .71.687 1.422.687c.343 0 .582-.094.867-1.124c.625-2.258 1.57-6.89 1.57-6.89H8.196c-.18 0-.203-.11-.203-.227c0-.312.117-.695.515-.695h1.04c.57-1.96 1.835-3.796 4.163-3.796c.75 0 1.437.25 1.78.68c.844-.852 1.633-1.087 2.313-1.087c1.094 0 1.437.696 1.437 1.156c0 .578-.367.985-.921.985m-8.415 7.975c-.247.953-.454 1.488-.67 1.938c.445.523 1.023.788 1.523.788c.61 0 1.094-.203 1.39-1.265c.703-2.53 1.485-6.452 1.485-6.452h-2.578c-.375 1.728-.787 3.591-1.15 4.991m3.196-8.928c-1.101 0-1.601 1.827-1.843 3.015h2.609a9 9 0 0 1 .836-2.055c-.375-.593-1.024-.96-1.602-.96"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFontforge(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="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0m6.32 7.04c-.602 0-.305-1.375-1.156-1.375c-.696 0-1.274 1.836-1.563 3.437h1.5c.172 0 .203.125.203.258c0 .359-.164.664-.46.664h-1.477s-.679 3.212-1.18 5.218c-.201.806-.527 1.439-.92 1.93l.02.01l2.461-2.272l-.383-.016h-.002v-.003l.013-.337q0-.002.003-.002l.614.024l.024-.614l.001-.002h.002l.337.013q.003 0 .003.003l-.025.614l.614.024l.002.001v.002l-.013.337l-.003.003l-.614-.024l-.024.613v.002l-.003.001l-.332-.013h-.005l-.002-.001v-.002l.014-.36l-2.448 2.26a.633.633 0 0 1-.268.854a.63.63 0 0 1-.485.044a.6.6 0 0 1-.147-.067l-2.389 2.205l.34.013q.002 0 .003.004l-.014.337l-.003.002l-.614-.024l-.024.613l-.003.003h-.001l-.336-.013l-.003-.003l.024-.614l-.613-.024l-.003-.003l.013-.337q0-.003.003-.003l.614.024l.024-.613l.001-.002l.002-.001l.338.013l.002.001v.002l-.016.403l2.424-2.237l-.008-.016c-.758.515-1.59.7-2.233.7c-.617 0-1.274-.218-1.711-.671c-.586.601-1.476 1.078-2.43 1.078c-.468 0-1.25-.313-1.25-.906c0-.336.337-.844.696-.844c.633 0 .71.687 1.422.687c.343 0 .582-.094.867-1.124c.625-2.258 1.57-6.89 1.57-6.89H8.196c-.18 0-.203-.11-.203-.227c0-.312.117-.695.515-.695h1.04c.57-1.96 1.835-3.796 4.163-3.796c.75 0 1.437.25 1.78.68c.844-.852 1.633-1.087 2.313-1.087c1.094 0 1.437.696 1.437 1.156c0 .578-.367.985-.921.985m-8.415 7.975c-.247.953-.454 1.488-.67 1.938c.445.523 1.023.788 1.523.788c.61 0 1.094-.203 1.39-1.265c.703-2.53 1.485-6.452 1.485-6.452h-2.578c-.375 1.728-.787 3.591-1.15 4.991m3.196-8.928c-1.101 0-1.601 1.827-1.843 3.015h2.609a9 9 0 0 1 .836-2.055c-.375-.593-1.024-.96-1.602-.96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0m6.32 7.04c-.602 0-.305-1.375-1.156-1.375c-.696 0-1.274 1.836-1.563 3.437h1.5c.172 0 .203.125.203.258c0 .359-.164.664-.46.664h-1.477s-.679 3.212-1.18 5.218c-.201.806-.527 1.439-.92 1.93l.02.01l2.461-2.272l-.383-.016h-.002v-.003l.013-.337q0-.002.003-.002l.614.024l.024-.614l.001-.002h.002l.337.013q.003 0 .003.003l-.025.614l.614.024l.002.001v.002l-.013.337l-.003.003l-.614-.024l-.024.613v.002l-.003.001l-.332-.013h-.005l-.002-.001v-.002l.014-.36l-2.448 2.26a.633.633 0 0 1-.268.854a.63.63 0 0 1-.485.044a.6.6 0 0 1-.147-.067l-2.389 2.205l.34.013q.002 0 .003.004l-.014.337l-.003.002l-.614-.024l-.024.613l-.003.003h-.001l-.336-.013l-.003-.003l.024-.614l-.613-.024l-.003-.003l.013-.337q0-.003.003-.003l.614.024l.024-.613l.001-.002l.002-.001l.338.013l.002.001v.002l-.016.403l2.424-2.237l-.008-.016c-.758.515-1.59.7-2.233.7c-.617 0-1.274-.218-1.711-.671c-.586.601-1.476 1.078-2.43 1.078c-.468 0-1.25-.313-1.25-.906c0-.336.337-.844.696-.844c.633 0 .71.687 1.422.687c.343 0 .582-.094.867-1.124c.625-2.258 1.57-6.89 1.57-6.89H8.196c-.18 0-.203-.11-.203-.227c0-.312.117-.695.515-.695h1.04c.57-1.96 1.835-3.796 4.163-3.796c.75 0 1.437.25 1.78.68c.844-.852 1.633-1.087 2.313-1.087c1.094 0 1.437.696 1.437 1.156c0 .578-.367.985-.921.985m-8.415 7.975c-.247.953-.454 1.488-.67 1.938c.445.523 1.023.788 1.523.788c.61 0 1.094-.203 1.39-1.265c.703-2.53 1.485-6.452 1.485-6.452h-2.578c-.375 1.728-.787 3.591-1.15 4.991m3.196-8.928c-1.101 0-1.601 1.827-1.843 3.015h2.609a9 9 0 0 1 .836-2.055c-.375-.593-1.024-.96-1.602-.96"/></svg> </template>
CSS
.icon-fontforge {
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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012c6.628%200%2012-5.373%2012-12S18.628%200%2012%200m6.32%207.04c-.602%200-.305-1.375-1.156-1.375c-.696%200-1.274%201.836-1.563%203.437h1.5c.172%200%20.203.125.203.258c0%20.359-.164.664-.46.664h-1.477s-.679%203.212-1.18%205.218c-.201.806-.527%201.439-.92%201.93l.02.01l2.461-2.272l-.383-.016h-.002v-.003l.013-.337q0-.002.003-.002l.614.024l.024-.614l.001-.002h.002l.337.013q.003%200%20.003.003l-.025.614l.614.024l.002.001v.002l-.013.337l-.003.003l-.614-.024l-.024.613v.002l-.003.001l-.332-.013h-.005l-.002-.001v-.002l.014-.36l-2.448%202.26a.633.633%200%200%201-.268.854a.63.63%200%200%201-.485.044a.6.6%200%200%201-.147-.067l-2.389%202.205l.34.013q.002%200%20.003.004l-.014.337l-.003.002l-.614-.024l-.024.613l-.003.003h-.001l-.336-.013l-.003-.003l.024-.614l-.613-.024l-.003-.003l.013-.337q0-.003.003-.003l.614.024l.024-.613l.001-.002l.002-.001l.338.013l.002.001v.002l-.016.403l2.424-2.237l-.008-.016c-.758.515-1.59.7-2.233.7c-.617%200-1.274-.218-1.711-.671c-.586.601-1.476%201.078-2.43%201.078c-.468%200-1.25-.313-1.25-.906c0-.336.337-.844.696-.844c.633%200%20.71.687%201.422.687c.343%200%20.582-.094.867-1.124c.625-2.258%201.57-6.89%201.57-6.89H8.196c-.18%200-.203-.11-.203-.227c0-.312.117-.695.515-.695h1.04c.57-1.96%201.835-3.796%204.163-3.796c.75%200%201.437.25%201.78.68c.844-.852%201.633-1.087%202.313-1.087c1.094%200%201.437.696%201.437%201.156c0%20.578-.367.985-.921.985m-8.415%207.975c-.247.953-.454%201.488-.67%201.938c.445.523%201.023.788%201.523.788c.61%200%201.094-.203%201.39-1.265c.703-2.53%201.485-6.452%201.485-6.452h-2.578c-.375%201.728-.787%203.591-1.15%204.991m3.196-8.928c-1.101%200-1.601%201.827-1.843%203.015h2.609a9%209%200%200%201%20.836-2.055c-.375-.593-1.024-.96-1.602-.96%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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012c6.628%200%2012-5.373%2012-12S18.628%200%2012%200m6.32%207.04c-.602%200-.305-1.375-1.156-1.375c-.696%200-1.274%201.836-1.563%203.437h1.5c.172%200%20.203.125.203.258c0%20.359-.164.664-.46.664h-1.477s-.679%203.212-1.18%205.218c-.201.806-.527%201.439-.92%201.93l.02.01l2.461-2.272l-.383-.016h-.002v-.003l.013-.337q0-.002.003-.002l.614.024l.024-.614l.001-.002h.002l.337.013q.003%200%20.003.003l-.025.614l.614.024l.002.001v.002l-.013.337l-.003.003l-.614-.024l-.024.613v.002l-.003.001l-.332-.013h-.005l-.002-.001v-.002l.014-.36l-2.448%202.26a.633.633%200%200%201-.268.854a.63.63%200%200%201-.485.044a.6.6%200%200%201-.147-.067l-2.389%202.205l.34.013q.002%200%20.003.004l-.014.337l-.003.002l-.614-.024l-.024.613l-.003.003h-.001l-.336-.013l-.003-.003l.024-.614l-.613-.024l-.003-.003l.013-.337q0-.003.003-.003l.614.024l.024-.613l.001-.002l.002-.001l.338.013l.002.001v.002l-.016.403l2.424-2.237l-.008-.016c-.758.515-1.59.7-2.233.7c-.617%200-1.274-.218-1.711-.671c-.586.601-1.476%201.078-2.43%201.078c-.468%200-1.25-.313-1.25-.906c0-.336.337-.844.696-.844c.633%200%20.71.687%201.422.687c.343%200%20.582-.094.867-1.124c.625-2.258%201.57-6.89%201.57-6.89H8.196c-.18%200-.203-.11-.203-.227c0-.312.117-.695.515-.695h1.04c.57-1.96%201.835-3.796%204.163-3.796c.75%200%201.437.25%201.78.68c.844-.852%201.633-1.087%202.313-1.087c1.094%200%201.437.696%201.437%201.156c0%20.578-.367.985-.921.985m-8.415%207.975c-.247.953-.454%201.488-.67%201.938c.445.523%201.023.788%201.523.788c.61%200%201.094-.203%201.39-1.265c.703-2.53%201.485-6.452%201.485-6.452h-2.578c-.375%201.728-.787%203.591-1.15%204.991m3.196-8.928c-1.101%200-1.601%201.827-1.843%203.015h2.609a9%209%200%200%201%20.836-2.055c-.375-.593-1.024-.96-1.602-.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/fontforge.svg?color=%231a73e8&size=48