fantasy flight games logo
fantasy-flight-games from Font Awesome 6 Brands by Dave Gandy · Regular · Tabletop Gaming · CC-BY-4.0 Attribution required.
- Name
- fantasy-flight-games
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Category
- Tabletop Gaming
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
More tabletop gaming icons from Font Awesome 6 Brands
Use the fantasy flight games logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32.86L32.86 256L256 479.14L479.14 256zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48c41.45-41.75 86.19-43.77 119.77-18.69c24.63 18.4 62.06 58.9 62.15 59c.68.74 1.07 2.86.58 3.38c-11.27 11.84-22.68 23.54-33.5 34.69c-34.21-32.31-40.52-38.24-48.51-43.95c-17.77-12.69-41.4-10.13-56.98 5.1c-2.17 2.13-1.79 3.43.12 5.35c2.94 2.95 28.1 28.33 35.09 35.78c-11.95 11.6-23.66 22.97-35.69 34.66c-12.02-12.54-24.48-25.53-36.54-38.11c-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47c-22.08-13.5-39.38-32.08-72.93-66.84c12.05-12.37 23.79-24.42 35.37-36.31c33.02 31.91 37.06 36.01 44.68 42.09c18.48 14.74 42.52 13.67 59.32-1.8c3.68-3.39 3.69-3.64.14-7.24c-10.59-10.73-21.19-21.44-31.77-32.18c-1.32-1.34-3.03-2.48-.8-4.69c10.79-10.71 21.48-21.52 32.21-32.29c.26-.26.65-.38 1.91-1.07c12.37 12.87 24.92 25.92 37.25 38.75c21.01-20.73 41.24-40.68 61.25-60.42c13.68 13.4 27.13 26.58 40.86 40.03c-20.17 20.86-81.68 82.71-100.5 101.5M256 0L0 256l256 256l256-256zM16 256L256 16l240 240l-240 240z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsFantasyFlightGames(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32.86L32.86 256L256 479.14L479.14 256zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48c41.45-41.75 86.19-43.77 119.77-18.69c24.63 18.4 62.06 58.9 62.15 59c.68.74 1.07 2.86.58 3.38c-11.27 11.84-22.68 23.54-33.5 34.69c-34.21-32.31-40.52-38.24-48.51-43.95c-17.77-12.69-41.4-10.13-56.98 5.1c-2.17 2.13-1.79 3.43.12 5.35c2.94 2.95 28.1 28.33 35.09 35.78c-11.95 11.6-23.66 22.97-35.69 34.66c-12.02-12.54-24.48-25.53-36.54-38.11c-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47c-22.08-13.5-39.38-32.08-72.93-66.84c12.05-12.37 23.79-24.42 35.37-36.31c33.02 31.91 37.06 36.01 44.68 42.09c18.48 14.74 42.52 13.67 59.32-1.8c3.68-3.39 3.69-3.64.14-7.24c-10.59-10.73-21.19-21.44-31.77-32.18c-1.32-1.34-3.03-2.48-.8-4.69c10.79-10.71 21.48-21.52 32.21-32.29c.26-.26.65-.38 1.91-1.07c12.37 12.87 24.92 25.92 37.25 38.75c21.01-20.73 41.24-40.68 61.25-60.42c13.68 13.4 27.13 26.58 40.86 40.03c-20.17 20.86-81.68 82.71-100.5 101.5M256 0L0 256l256 256l256-256zM16 256L256 16l240 240l-240 240z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32.86L32.86 256L256 479.14L479.14 256zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48c41.45-41.75 86.19-43.77 119.77-18.69c24.63 18.4 62.06 58.9 62.15 59c.68.74 1.07 2.86.58 3.38c-11.27 11.84-22.68 23.54-33.5 34.69c-34.21-32.31-40.52-38.24-48.51-43.95c-17.77-12.69-41.4-10.13-56.98 5.1c-2.17 2.13-1.79 3.43.12 5.35c2.94 2.95 28.1 28.33 35.09 35.78c-11.95 11.6-23.66 22.97-35.69 34.66c-12.02-12.54-24.48-25.53-36.54-38.11c-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47c-22.08-13.5-39.38-32.08-72.93-66.84c12.05-12.37 23.79-24.42 35.37-36.31c33.02 31.91 37.06 36.01 44.68 42.09c18.48 14.74 42.52 13.67 59.32-1.8c3.68-3.39 3.69-3.64.14-7.24c-10.59-10.73-21.19-21.44-31.77-32.18c-1.32-1.34-3.03-2.48-.8-4.69c10.79-10.71 21.48-21.52 32.21-32.29c.26-.26.65-.38 1.91-1.07c12.37 12.87 24.92 25.92 37.25 38.75c21.01-20.73 41.24-40.68 61.25-60.42c13.68 13.4 27.13 26.58 40.86 40.03c-20.17 20.86-81.68 82.71-100.5 101.5M256 0L0 256l256 256l256-256zM16 256L256 16l240 240l-240 240z"/></svg> </template>
CSS
.icon-fantasy-flight-games {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032.86L32.86%20256L256%20479.14L479.14%20256zM88.34%20255.83c1.96-2%2011.92-12.3%2096.49-97.48c41.45-41.75%2086.19-43.77%20119.77-18.69c24.63%2018.4%2062.06%2058.9%2062.15%2059c.68.74%201.07%202.86.58%203.38c-11.27%2011.84-22.68%2023.54-33.5%2034.69c-34.21-32.31-40.52-38.24-48.51-43.95c-17.77-12.69-41.4-10.13-56.98%205.1c-2.17%202.13-1.79%203.43.12%205.35c2.94%202.95%2028.1%2028.33%2035.09%2035.78c-11.95%2011.6-23.66%2022.97-35.69%2034.66c-12.02-12.54-24.48-25.53-36.54-38.11c-21.39%2021.09-41.69%2041.11-61.85%2060.99zm234.82%20101.6c-35.49%2035.43-78.09%2038.14-106.99%2020.47c-22.08-13.5-39.38-32.08-72.93-66.84c12.05-12.37%2023.79-24.42%2035.37-36.31c33.02%2031.91%2037.06%2036.01%2044.68%2042.09c18.48%2014.74%2042.52%2013.67%2059.32-1.8c3.68-3.39%203.69-3.64.14-7.24c-10.59-10.73-21.19-21.44-31.77-32.18c-1.32-1.34-3.03-2.48-.8-4.69c10.79-10.71%2021.48-21.52%2032.21-32.29c.26-.26.65-.38%201.91-1.07c12.37%2012.87%2024.92%2025.92%2037.25%2038.75c21.01-20.73%2041.24-40.68%2061.25-60.42c13.68%2013.4%2027.13%2026.58%2040.86%2040.03c-20.17%2020.86-81.68%2082.71-100.5%20101.5M256%200L0%20256l256%20256l256-256zM16%20256L256%2016l240%20240l-240%20240z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032.86L32.86%20256L256%20479.14L479.14%20256zM88.34%20255.83c1.96-2%2011.92-12.3%2096.49-97.48c41.45-41.75%2086.19-43.77%20119.77-18.69c24.63%2018.4%2062.06%2058.9%2062.15%2059c.68.74%201.07%202.86.58%203.38c-11.27%2011.84-22.68%2023.54-33.5%2034.69c-34.21-32.31-40.52-38.24-48.51-43.95c-17.77-12.69-41.4-10.13-56.98%205.1c-2.17%202.13-1.79%203.43.12%205.35c2.94%202.95%2028.1%2028.33%2035.09%2035.78c-11.95%2011.6-23.66%2022.97-35.69%2034.66c-12.02-12.54-24.48-25.53-36.54-38.11c-21.39%2021.09-41.69%2041.11-61.85%2060.99zm234.82%20101.6c-35.49%2035.43-78.09%2038.14-106.99%2020.47c-22.08-13.5-39.38-32.08-72.93-66.84c12.05-12.37%2023.79-24.42%2035.37-36.31c33.02%2031.91%2037.06%2036.01%2044.68%2042.09c18.48%2014.74%2042.52%2013.67%2059.32-1.8c3.68-3.39%203.69-3.64.14-7.24c-10.59-10.73-21.19-21.44-31.77-32.18c-1.32-1.34-3.03-2.48-.8-4.69c10.79-10.71%2021.48-21.52%2032.21-32.29c.26-.26.65-.38%201.91-1.07c12.37%2012.87%2024.92%2025.92%2037.25%2038.75c21.01-20.73%2041.24-40.68%2061.25-60.42c13.68%2013.4%2027.13%2026.58%2040.86%2040.03c-20.17%2020.86-81.68%2082.71-100.5%20101.5M256%200L0%20256l256%20256l256-256zM16%20256L256%2016l240%20240l-240%20240z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/fantasy-flight-games.svg?color=%231a73e8&size=48