google fi icon
google-fi from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- google-fi
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Symbols
Use the google fi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 8q-.825 0-1.413-.588Q16 6.825 16 6t.587-1.412Q17.175 4 18 4q.825 0 1.413.588Q20 5.175 20 6t-.587 1.412Q18.825 8 18 8ZM6 8q-.825 0-1.412-.588Q4 6.825 4 6t.588-1.412Q5.175 4 6 4h9.775q-.35.4-.562.912Q15 5.425 15 6q0 .575.213 1.087q.212.513.562.913Zm12 12q-.825 0-1.413-.587Q16 18.825 16 18v-6q0-.825.587-1.413Q17.175 10 18 10q.825 0 1.413.587Q20 11.175 20 12v6q0 .825-.587 1.413Q18.825 20 18 20ZM6 14q-.825 0-1.412-.588Q4 12.825 4 12t.588-1.413Q5.175 10 6 10t1.412.587Q8 11.175 8 12v2Zm0 6q-.825 0-1.412-.587Q4 18.825 4 18v-3.775q.4.35.913.562Q5.425 15 6 15h2v3q0 .825-.588 1.413Q6.825 20 6 20Zm3-6v-2q0-.575-.212-1.088q-.213-.512-.563-.912H12q.825 0 1.363.587q.537.588.537 1.413q0 .825-.588 1.412Q12.725 14 11.9 14Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGoogleFi(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="M18 8q-.825 0-1.413-.588Q16 6.825 16 6t.587-1.412Q17.175 4 18 4q.825 0 1.413.588Q20 5.175 20 6t-.587 1.412Q18.825 8 18 8ZM6 8q-.825 0-1.412-.588Q4 6.825 4 6t.588-1.412Q5.175 4 6 4h9.775q-.35.4-.562.912Q15 5.425 15 6q0 .575.213 1.087q.212.513.562.913Zm12 12q-.825 0-1.413-.587Q16 18.825 16 18v-6q0-.825.587-1.413Q17.175 10 18 10q.825 0 1.413.587Q20 11.175 20 12v6q0 .825-.587 1.413Q18.825 20 18 20ZM6 14q-.825 0-1.412-.588Q4 12.825 4 12t.588-1.413Q5.175 10 6 10t1.412.587Q8 11.175 8 12v2Zm0 6q-.825 0-1.412-.587Q4 18.825 4 18v-3.775q.4.35.913.562Q5.425 15 6 15h2v3q0 .825-.588 1.413Q6.825 20 6 20Zm3-6v-2q0-.575-.212-1.088q-.213-.512-.563-.912H12q.825 0 1.363.587q.537.588.537 1.413q0 .825-.588 1.412Q12.725 14 11.9 14Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 8q-.825 0-1.413-.588Q16 6.825 16 6t.587-1.412Q17.175 4 18 4q.825 0 1.413.588Q20 5.175 20 6t-.587 1.412Q18.825 8 18 8ZM6 8q-.825 0-1.412-.588Q4 6.825 4 6t.588-1.412Q5.175 4 6 4h9.775q-.35.4-.562.912Q15 5.425 15 6q0 .575.213 1.087q.212.513.562.913Zm12 12q-.825 0-1.413-.587Q16 18.825 16 18v-6q0-.825.587-1.413Q17.175 10 18 10q.825 0 1.413.587Q20 11.175 20 12v6q0 .825-.587 1.413Q18.825 20 18 20ZM6 14q-.825 0-1.412-.588Q4 12.825 4 12t.588-1.413Q5.175 10 6 10t1.412.587Q8 11.175 8 12v2Zm0 6q-.825 0-1.412-.587Q4 18.825 4 18v-3.775q.4.35.913.562Q5.425 15 6 15h2v3q0 .825-.588 1.413Q6.825 20 6 20Zm3-6v-2q0-.575-.212-1.088q-.213-.512-.563-.912H12q.825 0 1.363.587q.537.588.537 1.413q0 .825-.588 1.412Q12.725 14 11.9 14Z"/></svg> </template>
CSS
.icon-google-fi {
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%22M18%208q-.825%200-1.413-.588Q16%206.825%2016%206t.587-1.412Q17.175%204%2018%204q.825%200%201.413.588Q20%205.175%2020%206t-.587%201.412Q18.825%208%2018%208ZM6%208q-.825%200-1.412-.588Q4%206.825%204%206t.588-1.412Q5.175%204%206%204h9.775q-.35.4-.562.912Q15%205.425%2015%206q0%20.575.213%201.087q.212.513.562.913Zm12%2012q-.825%200-1.413-.587Q16%2018.825%2016%2018v-6q0-.825.587-1.413Q17.175%2010%2018%2010q.825%200%201.413.587Q20%2011.175%2020%2012v6q0%20.825-.587%201.413Q18.825%2020%2018%2020ZM6%2014q-.825%200-1.412-.588Q4%2012.825%204%2012t.588-1.413Q5.175%2010%206%2010t1.412.587Q8%2011.175%208%2012v2Zm0%206q-.825%200-1.412-.587Q4%2018.825%204%2018v-3.775q.4.35.913.562Q5.425%2015%206%2015h2v3q0%20.825-.588%201.413Q6.825%2020%206%2020Zm3-6v-2q0-.575-.212-1.088q-.213-.512-.563-.912H12q.825%200%201.363.587q.537.588.537%201.413q0%20.825-.588%201.412Q12.725%2014%2011.9%2014Z%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%22M18%208q-.825%200-1.413-.588Q16%206.825%2016%206t.587-1.412Q17.175%204%2018%204q.825%200%201.413.588Q20%205.175%2020%206t-.587%201.412Q18.825%208%2018%208ZM6%208q-.825%200-1.412-.588Q4%206.825%204%206t.588-1.412Q5.175%204%206%204h9.775q-.35.4-.562.912Q15%205.425%2015%206q0%20.575.213%201.087q.212.513.562.913Zm12%2012q-.825%200-1.413-.587Q16%2018.825%2016%2018v-6q0-.825.587-1.413Q17.175%2010%2018%2010q.825%200%201.413.587Q20%2011.175%2020%2012v6q0%20.825-.587%201.413Q18.825%2020%2018%2020ZM6%2014q-.825%200-1.412-.588Q4%2012.825%204%2012t.588-1.413Q5.175%2010%206%2010t1.412.587Q8%2011.175%208%2012v2Zm0%206q-.825%200-1.412-.587Q4%2018.825%204%2018v-3.775q.4.35.913.562Q5.425%2015%206%2015h2v3q0%20.825-.588%201.413Q6.825%2020%206%2020Zm3-6v-2q0-.575-.212-1.088q-.213-.512-.563-.912H12q.825%200%201.363.587q.537.588.537%201.413q0%20.825-.588%201.412Q12.725%2014%2011.9%2014Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/google-fi.svg?color=%231a73e8&size=48