fmod logo
fmod from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- fmod
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the fmod logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.352 10.17a.903.903 0 0 0-.903.903v4.07H1.127v-2.814H0v-1.318h1.128a2.225 2.225 0 0 1 2.224-2.17h1.321v1.322zm7.326 1.84a.25.25 0 0 0-.238.174l-.532 1.834a1.564 1.564 0 0 1-3.001 0l-.532-1.835a.252.252 0 0 0-.477 0l-.532 1.835a1.57 1.57 0 0 1-1.512 1.123h-.368v-1.32h.373a.25.25 0 0 0 .235-.172l.532-1.835a1.57 1.57 0 0 1 3.009 0l.536 1.837a.246.246 0 0 0 .471 0l.532-1.834a1.57 1.57 0 0 1 3.009 0l.532 1.834a.25.25 0 0 0 .235.174h.374v1.319h-.369a1.57 1.57 0 0 1-1.512-1.123l-.532-1.835a.25.25 0 0 0-.233-.176m2.69.906a2.225 2.225 0 1 1 2.225 2.225a2.225 2.225 0 0 1-2.225-2.225m3.128 0a.903.903 0 1 0-.903.903a.903.903 0 0 0 .903-.903m4.674.46a1 1 0 0 0 .067-.123a.67.67 0 0 1 1.266.308a.7.7 0 0 1-.055.262l-.019.04a2.27 2.27 0 0 1-2.034 1.276a2.225 2.225 0 0 1 0-4.45h.098a2.25 2.25 0 0 1 1.014.29V8.842h1.322v3.01a.74.74 0 0 1-.712.721a1.6 1.6 0 0 1-1.07-.373a.9.9 0 0 0-.549-.191H20.4a.903.903 0 1 0 .776 1.366zM4.228 11.625a.704.704 0 0 1-.704.704a.704.704 0 0 1-.704-.704a.704.704 0 0 1 .704-.704a.704.704 0 0 1 .704.704m18.398 2.835a.687.687 0 1 0 .687-.674a.68.68 0 0 0-.687.674m.123 0a.56.56 0 1 1 .561.583a.56.56 0 0 1-.565-.583zm.282.383h.124V14.5h.137l.216.34h.137l-.226-.35a.203.203 0 0 0 .209-.216q.001-.227-.275-.227h-.307zm.124-.688h.158c.084 0 .175.017.175.121c0 .105-.1.138-.21.138h-.129z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFmod(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="M3.352 10.17a.903.903 0 0 0-.903.903v4.07H1.127v-2.814H0v-1.318h1.128a2.225 2.225 0 0 1 2.224-2.17h1.321v1.322zm7.326 1.84a.25.25 0 0 0-.238.174l-.532 1.834a1.564 1.564 0 0 1-3.001 0l-.532-1.835a.252.252 0 0 0-.477 0l-.532 1.835a1.57 1.57 0 0 1-1.512 1.123h-.368v-1.32h.373a.25.25 0 0 0 .235-.172l.532-1.835a1.57 1.57 0 0 1 3.009 0l.536 1.837a.246.246 0 0 0 .471 0l.532-1.834a1.57 1.57 0 0 1 3.009 0l.532 1.834a.25.25 0 0 0 .235.174h.374v1.319h-.369a1.57 1.57 0 0 1-1.512-1.123l-.532-1.835a.25.25 0 0 0-.233-.176m2.69.906a2.225 2.225 0 1 1 2.225 2.225a2.225 2.225 0 0 1-2.225-2.225m3.128 0a.903.903 0 1 0-.903.903a.903.903 0 0 0 .903-.903m4.674.46a1 1 0 0 0 .067-.123a.67.67 0 0 1 1.266.308a.7.7 0 0 1-.055.262l-.019.04a2.27 2.27 0 0 1-2.034 1.276a2.225 2.225 0 0 1 0-4.45h.098a2.25 2.25 0 0 1 1.014.29V8.842h1.322v3.01a.74.74 0 0 1-.712.721a1.6 1.6 0 0 1-1.07-.373a.9.9 0 0 0-.549-.191H20.4a.903.903 0 1 0 .776 1.366zM4.228 11.625a.704.704 0 0 1-.704.704a.704.704 0 0 1-.704-.704a.704.704 0 0 1 .704-.704a.704.704 0 0 1 .704.704m18.398 2.835a.687.687 0 1 0 .687-.674a.68.68 0 0 0-.687.674m.123 0a.56.56 0 1 1 .561.583a.56.56 0 0 1-.565-.583zm.282.383h.124V14.5h.137l.216.34h.137l-.226-.35a.203.203 0 0 0 .209-.216q.001-.227-.275-.227h-.307zm.124-.688h.158c.084 0 .175.017.175.121c0 .105-.1.138-.21.138h-.129z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.352 10.17a.903.903 0 0 0-.903.903v4.07H1.127v-2.814H0v-1.318h1.128a2.225 2.225 0 0 1 2.224-2.17h1.321v1.322zm7.326 1.84a.25.25 0 0 0-.238.174l-.532 1.834a1.564 1.564 0 0 1-3.001 0l-.532-1.835a.252.252 0 0 0-.477 0l-.532 1.835a1.57 1.57 0 0 1-1.512 1.123h-.368v-1.32h.373a.25.25 0 0 0 .235-.172l.532-1.835a1.57 1.57 0 0 1 3.009 0l.536 1.837a.246.246 0 0 0 .471 0l.532-1.834a1.57 1.57 0 0 1 3.009 0l.532 1.834a.25.25 0 0 0 .235.174h.374v1.319h-.369a1.57 1.57 0 0 1-1.512-1.123l-.532-1.835a.25.25 0 0 0-.233-.176m2.69.906a2.225 2.225 0 1 1 2.225 2.225a2.225 2.225 0 0 1-2.225-2.225m3.128 0a.903.903 0 1 0-.903.903a.903.903 0 0 0 .903-.903m4.674.46a1 1 0 0 0 .067-.123a.67.67 0 0 1 1.266.308a.7.7 0 0 1-.055.262l-.019.04a2.27 2.27 0 0 1-2.034 1.276a2.225 2.225 0 0 1 0-4.45h.098a2.25 2.25 0 0 1 1.014.29V8.842h1.322v3.01a.74.74 0 0 1-.712.721a1.6 1.6 0 0 1-1.07-.373a.9.9 0 0 0-.549-.191H20.4a.903.903 0 1 0 .776 1.366zM4.228 11.625a.704.704 0 0 1-.704.704a.704.704 0 0 1-.704-.704a.704.704 0 0 1 .704-.704a.704.704 0 0 1 .704.704m18.398 2.835a.687.687 0 1 0 .687-.674a.68.68 0 0 0-.687.674m.123 0a.56.56 0 1 1 .561.583a.56.56 0 0 1-.565-.583zm.282.383h.124V14.5h.137l.216.34h.137l-.226-.35a.203.203 0 0 0 .209-.216q.001-.227-.275-.227h-.307zm.124-.688h.158c.084 0 .175.017.175.121c0 .105-.1.138-.21.138h-.129z"/></svg> </template>
CSS
.icon-fmod {
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%22M3.352%2010.17a.903.903%200%200%200-.903.903v4.07H1.127v-2.814H0v-1.318h1.128a2.225%202.225%200%200%201%202.224-2.17h1.321v1.322zm7.326%201.84a.25.25%200%200%200-.238.174l-.532%201.834a1.564%201.564%200%200%201-3.001%200l-.532-1.835a.252.252%200%200%200-.477%200l-.532%201.835a1.57%201.57%200%200%201-1.512%201.123h-.368v-1.32h.373a.25.25%200%200%200%20.235-.172l.532-1.835a1.57%201.57%200%200%201%203.009%200l.536%201.837a.246.246%200%200%200%20.471%200l.532-1.834a1.57%201.57%200%200%201%203.009%200l.532%201.834a.25.25%200%200%200%20.235.174h.374v1.319h-.369a1.57%201.57%200%200%201-1.512-1.123l-.532-1.835a.25.25%200%200%200-.233-.176m2.69.906a2.225%202.225%200%201%201%202.225%202.225a2.225%202.225%200%200%201-2.225-2.225m3.128%200a.903.903%200%201%200-.903.903a.903.903%200%200%200%20.903-.903m4.674.46a1%201%200%200%200%20.067-.123a.67.67%200%200%201%201.266.308a.7.7%200%200%201-.055.262l-.019.04a2.27%202.27%200%200%201-2.034%201.276a2.225%202.225%200%200%201%200-4.45h.098a2.25%202.25%200%200%201%201.014.29V8.842h1.322v3.01a.74.74%200%200%201-.712.721a1.6%201.6%200%200%201-1.07-.373a.9.9%200%200%200-.549-.191H20.4a.903.903%200%201%200%20.776%201.366zM4.228%2011.625a.704.704%200%200%201-.704.704a.704.704%200%200%201-.704-.704a.704.704%200%200%201%20.704-.704a.704.704%200%200%201%20.704.704m18.398%202.835a.687.687%200%201%200%20.687-.674a.68.68%200%200%200-.687.674m.123%200a.56.56%200%201%201%20.561.583a.56.56%200%200%201-.565-.583zm.282.383h.124V14.5h.137l.216.34h.137l-.226-.35a.203.203%200%200%200%20.209-.216q.001-.227-.275-.227h-.307zm.124-.688h.158c.084%200%20.175.017.175.121c0%20.105-.1.138-.21.138h-.129z%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%22M3.352%2010.17a.903.903%200%200%200-.903.903v4.07H1.127v-2.814H0v-1.318h1.128a2.225%202.225%200%200%201%202.224-2.17h1.321v1.322zm7.326%201.84a.25.25%200%200%200-.238.174l-.532%201.834a1.564%201.564%200%200%201-3.001%200l-.532-1.835a.252.252%200%200%200-.477%200l-.532%201.835a1.57%201.57%200%200%201-1.512%201.123h-.368v-1.32h.373a.25.25%200%200%200%20.235-.172l.532-1.835a1.57%201.57%200%200%201%203.009%200l.536%201.837a.246.246%200%200%200%20.471%200l.532-1.834a1.57%201.57%200%200%201%203.009%200l.532%201.834a.25.25%200%200%200%20.235.174h.374v1.319h-.369a1.57%201.57%200%200%201-1.512-1.123l-.532-1.835a.25.25%200%200%200-.233-.176m2.69.906a2.225%202.225%200%201%201%202.225%202.225a2.225%202.225%200%200%201-2.225-2.225m3.128%200a.903.903%200%201%200-.903.903a.903.903%200%200%200%20.903-.903m4.674.46a1%201%200%200%200%20.067-.123a.67.67%200%200%201%201.266.308a.7.7%200%200%201-.055.262l-.019.04a2.27%202.27%200%200%201-2.034%201.276a2.225%202.225%200%200%201%200-4.45h.098a2.25%202.25%200%200%201%201.014.29V8.842h1.322v3.01a.74.74%200%200%201-.712.721a1.6%201.6%200%200%201-1.07-.373a.9.9%200%200%200-.549-.191H20.4a.903.903%200%201%200%20.776%201.366zM4.228%2011.625a.704.704%200%200%201-.704.704a.704.704%200%200%201-.704-.704a.704.704%200%200%201%20.704-.704a.704.704%200%200%201%20.704.704m18.398%202.835a.687.687%200%201%200%20.687-.674a.68.68%200%200%200-.687.674m.123%200a.56.56%200%201%201%20.561.583a.56.56%200%200%201-.565-.583zm.282.383h.124V14.5h.137l.216.34h.137l-.226-.35a.203.203%200%200%200%20.209-.216q.001-.227-.275-.227h-.307zm.124-.688h.158c.084%200%20.175.017.175.121c0%20.105-.1.138-.21.138h-.129z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/fmod.svg?color=%231a73e8&size=48