symfony from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
symfony
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the symfony logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87c-.27-9.18 6.68-13.44 6.53-18.85c-.23-6.55-10.16-6.82-12.87-6.67c-39.78 1.29-48.59 57-58.89 113.85c21.43 3.15 36.65-.72 45.14-6.22c12-7.75-3.34-15.72-1.42-24.56c4-18.16 32.55-19 32 5.3c-.36 17.86-25.92 41.81-77.6 35.7c-10.76 59.52-18.35 115-58.2 161.72c-29 34.46-58.4 39.82-71.58 40.26c-24.65.85-41-12.31-41.58-29.84c-.56-17 14.45-26.26 24.31-26.59c21.89-.75 30.12 25.67 14.88 34c-12.09 9.71.11 12.61 2.05 12.55c10.42-.36 17.34-5.51 22.18-9c24-20 33.24-54.86 45.35-118.35c8.19-49.66 17-78 18.23-82c-16.93-12.75-27.08-28.55-49.85-34.72c-15.61-4.23-25.12-.63-31.81 7.83c-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62c-5.06 29.93-40.72 52.9-82.88 39.94c-36-11.11-42.7-36.56-38.38-50.62c7.51-24.15 42.36-11.72 34.62 13.6c-2.79 8.6-4.92 8.68-6.28 13.07c-4.56 14.77 41.85 28.4 51-1.39c4.47-14.52-5.3-21.71-22.25-39.85c-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53c25.16-.81 44.19 10.59 44.83 28.65c.25 7.69-4.17 22.59-19.52 23.13"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSymfony(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 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87c-.27-9.18 6.68-13.44 6.53-18.85c-.23-6.55-10.16-6.82-12.87-6.67c-39.78 1.29-48.59 57-58.89 113.85c21.43 3.15 36.65-.72 45.14-6.22c12-7.75-3.34-15.72-1.42-24.56c4-18.16 32.55-19 32 5.3c-.36 17.86-25.92 41.81-77.6 35.7c-10.76 59.52-18.35 115-58.2 161.72c-29 34.46-58.4 39.82-71.58 40.26c-24.65.85-41-12.31-41.58-29.84c-.56-17 14.45-26.26 24.31-26.59c21.89-.75 30.12 25.67 14.88 34c-12.09 9.71.11 12.61 2.05 12.55c10.42-.36 17.34-5.51 22.18-9c24-20 33.24-54.86 45.35-118.35c8.19-49.66 17-78 18.23-82c-16.93-12.75-27.08-28.55-49.85-34.72c-15.61-4.23-25.12-.63-31.81 7.83c-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62c-5.06 29.93-40.72 52.9-82.88 39.94c-36-11.11-42.7-36.56-38.38-50.62c7.51-24.15 42.36-11.72 34.62 13.6c-2.79 8.6-4.92 8.68-6.28 13.07c-4.56 14.77 41.85 28.4 51-1.39c4.47-14.52-5.3-21.71-22.25-39.85c-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53c25.16-.81 44.19 10.59 44.83 28.65c.25 7.69-4.17 22.59-19.52 23.13"/></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 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87c-.27-9.18 6.68-13.44 6.53-18.85c-.23-6.55-10.16-6.82-12.87-6.67c-39.78 1.29-48.59 57-58.89 113.85c21.43 3.15 36.65-.72 45.14-6.22c12-7.75-3.34-15.72-1.42-24.56c4-18.16 32.55-19 32 5.3c-.36 17.86-25.92 41.81-77.6 35.7c-10.76 59.52-18.35 115-58.2 161.72c-29 34.46-58.4 39.82-71.58 40.26c-24.65.85-41-12.31-41.58-29.84c-.56-17 14.45-26.26 24.31-26.59c21.89-.75 30.12 25.67 14.88 34c-12.09 9.71.11 12.61 2.05 12.55c10.42-.36 17.34-5.51 22.18-9c24-20 33.24-54.86 45.35-118.35c8.19-49.66 17-78 18.23-82c-16.93-12.75-27.08-28.55-49.85-34.72c-15.61-4.23-25.12-.63-31.81 7.83c-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62c-5.06 29.93-40.72 52.9-82.88 39.94c-36-11.11-42.7-36.56-38.38-50.62c7.51-24.15 42.36-11.72 34.62 13.6c-2.79 8.6-4.92 8.68-6.28 13.07c-4.56 14.77 41.85 28.4 51-1.39c4.47-14.52-5.3-21.71-22.25-39.85c-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53c25.16-.81 44.19 10.59 44.83 28.65c.25 7.69-4.17 22.59-19.52 23.13"/></svg>
</template>

CSS

.icon-symfony {
  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%208C119%208%208%20119%208%20256s111%20248%20248%20248s248-111%20248-248S393%208%20256%208m133.74%20143.54c-11.47.41-19.4-6.45-19.77-16.87c-.27-9.18%206.68-13.44%206.53-18.85c-.23-6.55-10.16-6.82-12.87-6.67c-39.78%201.29-48.59%2057-58.89%20113.85c21.43%203.15%2036.65-.72%2045.14-6.22c12-7.75-3.34-15.72-1.42-24.56c4-18.16%2032.55-19%2032%205.3c-.36%2017.86-25.92%2041.81-77.6%2035.7c-10.76%2059.52-18.35%20115-58.2%20161.72c-29%2034.46-58.4%2039.82-71.58%2040.26c-24.65.85-41-12.31-41.58-29.84c-.56-17%2014.45-26.26%2024.31-26.59c21.89-.75%2030.12%2025.67%2014.88%2034c-12.09%209.71.11%2012.61%202.05%2012.55c10.42-.36%2017.34-5.51%2022.18-9c24-20%2033.24-54.86%2045.35-118.35c8.19-49.66%2017-78%2018.23-82c-16.93-12.75-27.08-28.55-49.85-34.72c-15.61-4.23-25.12-.63-31.81%207.83c-7.92%2010-5.29%2023%202.37%2030.7l12.63%2014c15.51%2017.93%2024%2031.87%2020.8%2050.62c-5.06%2029.93-40.72%2052.9-82.88%2039.94c-36-11.11-42.7-36.56-38.38-50.62c7.51-24.15%2042.36-11.72%2034.62%2013.6c-2.79%208.6-4.92%208.68-6.28%2013.07c-4.56%2014.77%2041.85%2028.4%2051-1.39c4.47-14.52-5.3-21.71-22.25-39.85c-28.47-31.75-16-65.49%202.95-79.67C204.23%20140.13%20251.94%20197%20262%20205.29c37.17-109%20100.53-105.46%20102.43-105.53c25.16-.81%2044.19%2010.59%2044.83%2028.65c.25%207.69-4.17%2022.59-19.52%2023.13%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%208C119%208%208%20119%208%20256s111%20248%20248%20248s248-111%20248-248S393%208%20256%208m133.74%20143.54c-11.47.41-19.4-6.45-19.77-16.87c-.27-9.18%206.68-13.44%206.53-18.85c-.23-6.55-10.16-6.82-12.87-6.67c-39.78%201.29-48.59%2057-58.89%20113.85c21.43%203.15%2036.65-.72%2045.14-6.22c12-7.75-3.34-15.72-1.42-24.56c4-18.16%2032.55-19%2032%205.3c-.36%2017.86-25.92%2041.81-77.6%2035.7c-10.76%2059.52-18.35%20115-58.2%20161.72c-29%2034.46-58.4%2039.82-71.58%2040.26c-24.65.85-41-12.31-41.58-29.84c-.56-17%2014.45-26.26%2024.31-26.59c21.89-.75%2030.12%2025.67%2014.88%2034c-12.09%209.71.11%2012.61%202.05%2012.55c10.42-.36%2017.34-5.51%2022.18-9c24-20%2033.24-54.86%2045.35-118.35c8.19-49.66%2017-78%2018.23-82c-16.93-12.75-27.08-28.55-49.85-34.72c-15.61-4.23-25.12-.63-31.81%207.83c-7.92%2010-5.29%2023%202.37%2030.7l12.63%2014c15.51%2017.93%2024%2031.87%2020.8%2050.62c-5.06%2029.93-40.72%2052.9-82.88%2039.94c-36-11.11-42.7-36.56-38.38-50.62c7.51-24.15%2042.36-11.72%2034.62%2013.6c-2.79%208.6-4.92%208.68-6.28%2013.07c-4.56%2014.77%2041.85%2028.4%2051-1.39c4.47-14.52-5.3-21.71-22.25-39.85c-28.47-31.75-16-65.49%202.95-79.67C204.23%20140.13%20251.94%20197%20262%20205.29c37.17-109%20100.53-105.46%20102.43-105.53c25.16-.81%2044.19%2010.59%2044.83%2028.65c.25%207.69-4.17%2022.59-19.52%2023.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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