haykal from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
haykal
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the haykal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.4 56c13.2 0 25 8.1 29.8 20.4l31.9 82l77.2-42.3c11.6-6.3 25.8-4.9 35.9 3.5s14 22.3 9.7 34.8l-28.2 83.3l86.3 17.2c12.9 2.6 23 12.8 25.3 25.8s-3.6 26.1-14.9 32.9l-75.2 45.7l55 68.6c8.3 10.3 9.3 24.6 2.7 36s-19.5 17.6-32.6 15.6l-87-13.3l-2 88c-.3 13.2-8.6 24.8-21 29.4s-26.3 1-35-9l-58-66.1l-58 66.1c-8.7 9.9-22.6 13.5-35 9s-20.8-16.2-21-29.4l-2-88l-87 13.3c-13 2-26-4.2-32.6-15.6s-5.5-25.7 2.7-36l55-68.6l-75.2-45.7c-11.3-6.8-17.2-19.9-14.9-32.9s12.3-23.2 25.3-25.8l86.3-17.2l-28.2-83.3c-4.2-12.5-.4-26.3 9.7-34.8s24.4-9.9 35.9-3.5l77.1 42.3l31.9-82c5-12.3 16.9-20.4 30.1-20.4m0 120.2L305 215.6c-3.3 8.6-10.2 15.3-18.9 18.5s-18.2 2.4-26.3-2l-37-20.3l13.6 40c3 8.7 2 18.3-2.6 26.3s-12.4 13.6-21.5 15.4l-41.4 8.3l36.1 21.9a31.9 31.9 0 0 1 14.9 21.8c1.6 9.1-.8 18.4-6.5 25.6l-26.4 33l41.8-6.4c9.1-1.4 18.4 1.2 25.4 7.1s11.2 14.6 11.4 23.8l.9 42.2l27.9-31.8c6.1-6.9 14.8-10.9 24.1-10.9s18 4 24.1 10.9l27.9 31.8l.9-42.2c.2-9.2 4.4-17.9 11.4-23.8s16.3-8.5 25.4-7.1l41.8 6.4l-26.4-33c-5.8-7.2-8.2-16.5-6.6-25.6s7-17 14.9-21.8l36.1-21.9l-41.4-8.3c-9-1.8-16.9-7.4-21.5-15.4s-5.5-17.6-2.6-26.3l13.6-40l-37 20.3c-8.1 4.4-17.7 5.2-26.3 2s-15.5-9.9-18.9-18.5l-15.3-39.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHaykal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.4 56c13.2 0 25 8.1 29.8 20.4l31.9 82l77.2-42.3c11.6-6.3 25.8-4.9 35.9 3.5s14 22.3 9.7 34.8l-28.2 83.3l86.3 17.2c12.9 2.6 23 12.8 25.3 25.8s-3.6 26.1-14.9 32.9l-75.2 45.7l55 68.6c8.3 10.3 9.3 24.6 2.7 36s-19.5 17.6-32.6 15.6l-87-13.3l-2 88c-.3 13.2-8.6 24.8-21 29.4s-26.3 1-35-9l-58-66.1l-58 66.1c-8.7 9.9-22.6 13.5-35 9s-20.8-16.2-21-29.4l-2-88l-87 13.3c-13 2-26-4.2-32.6-15.6s-5.5-25.7 2.7-36l55-68.6l-75.2-45.7c-11.3-6.8-17.2-19.9-14.9-32.9s12.3-23.2 25.3-25.8l86.3-17.2l-28.2-83.3c-4.2-12.5-.4-26.3 9.7-34.8s24.4-9.9 35.9-3.5l77.1 42.3l31.9-82c5-12.3 16.9-20.4 30.1-20.4m0 120.2L305 215.6c-3.3 8.6-10.2 15.3-18.9 18.5s-18.2 2.4-26.3-2l-37-20.3l13.6 40c3 8.7 2 18.3-2.6 26.3s-12.4 13.6-21.5 15.4l-41.4 8.3l36.1 21.9a31.9 31.9 0 0 1 14.9 21.8c1.6 9.1-.8 18.4-6.5 25.6l-26.4 33l41.8-6.4c9.1-1.4 18.4 1.2 25.4 7.1s11.2 14.6 11.4 23.8l.9 42.2l27.9-31.8c6.1-6.9 14.8-10.9 24.1-10.9s18 4 24.1 10.9l27.9 31.8l.9-42.2c.2-9.2 4.4-17.9 11.4-23.8s16.3-8.5 25.4-7.1l41.8 6.4l-26.4-33c-5.8-7.2-8.2-16.5-6.6-25.6s7-17 14.9-21.8l36.1-21.9l-41.4-8.3c-9-1.8-16.9-7.4-21.5-15.4s-5.5-17.6-2.6-26.3l13.6-40l-37 20.3c-8.1 4.4-17.7 5.2-26.3 2s-15.5-9.9-18.9-18.5l-15.3-39.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.4 56c13.2 0 25 8.1 29.8 20.4l31.9 82l77.2-42.3c11.6-6.3 25.8-4.9 35.9 3.5s14 22.3 9.7 34.8l-28.2 83.3l86.3 17.2c12.9 2.6 23 12.8 25.3 25.8s-3.6 26.1-14.9 32.9l-75.2 45.7l55 68.6c8.3 10.3 9.3 24.6 2.7 36s-19.5 17.6-32.6 15.6l-87-13.3l-2 88c-.3 13.2-8.6 24.8-21 29.4s-26.3 1-35-9l-58-66.1l-58 66.1c-8.7 9.9-22.6 13.5-35 9s-20.8-16.2-21-29.4l-2-88l-87 13.3c-13 2-26-4.2-32.6-15.6s-5.5-25.7 2.7-36l55-68.6l-75.2-45.7c-11.3-6.8-17.2-19.9-14.9-32.9s12.3-23.2 25.3-25.8l86.3-17.2l-28.2-83.3c-4.2-12.5-.4-26.3 9.7-34.8s24.4-9.9 35.9-3.5l77.1 42.3l31.9-82c5-12.3 16.9-20.4 30.1-20.4m0 120.2L305 215.6c-3.3 8.6-10.2 15.3-18.9 18.5s-18.2 2.4-26.3-2l-37-20.3l13.6 40c3 8.7 2 18.3-2.6 26.3s-12.4 13.6-21.5 15.4l-41.4 8.3l36.1 21.9a31.9 31.9 0 0 1 14.9 21.8c1.6 9.1-.8 18.4-6.5 25.6l-26.4 33l41.8-6.4c9.1-1.4 18.4 1.2 25.4 7.1s11.2 14.6 11.4 23.8l.9 42.2l27.9-31.8c6.1-6.9 14.8-10.9 24.1-10.9s18 4 24.1 10.9l27.9 31.8l.9-42.2c.2-9.2 4.4-17.9 11.4-23.8s16.3-8.5 25.4-7.1l41.8 6.4l-26.4-33c-5.8-7.2-8.2-16.5-6.6-25.6s7-17 14.9-21.8l36.1-21.9l-41.4-8.3c-9-1.8-16.9-7.4-21.5-15.4s-5.5-17.6-2.6-26.3l13.6-40l-37 20.3c-8.1 4.4-17.7 5.2-26.3 2s-15.5-9.9-18.9-18.5l-15.3-39.4z"/></svg>
</template>

CSS

.icon-haykal {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.4%2056c13.2%200%2025%208.1%2029.8%2020.4l31.9%2082l77.2-42.3c11.6-6.3%2025.8-4.9%2035.9%203.5s14%2022.3%209.7%2034.8l-28.2%2083.3l86.3%2017.2c12.9%202.6%2023%2012.8%2025.3%2025.8s-3.6%2026.1-14.9%2032.9l-75.2%2045.7l55%2068.6c8.3%2010.3%209.3%2024.6%202.7%2036s-19.5%2017.6-32.6%2015.6l-87-13.3l-2%2088c-.3%2013.2-8.6%2024.8-21%2029.4s-26.3%201-35-9l-58-66.1l-58%2066.1c-8.7%209.9-22.6%2013.5-35%209s-20.8-16.2-21-29.4l-2-88l-87%2013.3c-13%202-26-4.2-32.6-15.6s-5.5-25.7%202.7-36l55-68.6l-75.2-45.7c-11.3-6.8-17.2-19.9-14.9-32.9s12.3-23.2%2025.3-25.8l86.3-17.2l-28.2-83.3c-4.2-12.5-.4-26.3%209.7-34.8s24.4-9.9%2035.9-3.5l77.1%2042.3l31.9-82c5-12.3%2016.9-20.4%2030.1-20.4m0%20120.2L305%20215.6c-3.3%208.6-10.2%2015.3-18.9%2018.5s-18.2%202.4-26.3-2l-37-20.3l13.6%2040c3%208.7%202%2018.3-2.6%2026.3s-12.4%2013.6-21.5%2015.4l-41.4%208.3l36.1%2021.9a31.9%2031.9%200%200%201%2014.9%2021.8c1.6%209.1-.8%2018.4-6.5%2025.6l-26.4%2033l41.8-6.4c9.1-1.4%2018.4%201.2%2025.4%207.1s11.2%2014.6%2011.4%2023.8l.9%2042.2l27.9-31.8c6.1-6.9%2014.8-10.9%2024.1-10.9s18%204%2024.1%2010.9l27.9%2031.8l.9-42.2c.2-9.2%204.4-17.9%2011.4-23.8s16.3-8.5%2025.4-7.1l41.8%206.4l-26.4-33c-5.8-7.2-8.2-16.5-6.6-25.6s7-17%2014.9-21.8l36.1-21.9l-41.4-8.3c-9-1.8-16.9-7.4-21.5-15.4s-5.5-17.6-2.6-26.3l13.6-40l-37%2020.3c-8.1%204.4-17.7%205.2-26.3%202s-15.5-9.9-18.9-18.5l-15.3-39.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.4%2056c13.2%200%2025%208.1%2029.8%2020.4l31.9%2082l77.2-42.3c11.6-6.3%2025.8-4.9%2035.9%203.5s14%2022.3%209.7%2034.8l-28.2%2083.3l86.3%2017.2c12.9%202.6%2023%2012.8%2025.3%2025.8s-3.6%2026.1-14.9%2032.9l-75.2%2045.7l55%2068.6c8.3%2010.3%209.3%2024.6%202.7%2036s-19.5%2017.6-32.6%2015.6l-87-13.3l-2%2088c-.3%2013.2-8.6%2024.8-21%2029.4s-26.3%201-35-9l-58-66.1l-58%2066.1c-8.7%209.9-22.6%2013.5-35%209s-20.8-16.2-21-29.4l-2-88l-87%2013.3c-13%202-26-4.2-32.6-15.6s-5.5-25.7%202.7-36l55-68.6l-75.2-45.7c-11.3-6.8-17.2-19.9-14.9-32.9s12.3-23.2%2025.3-25.8l86.3-17.2l-28.2-83.3c-4.2-12.5-.4-26.3%209.7-34.8s24.4-9.9%2035.9-3.5l77.1%2042.3l31.9-82c5-12.3%2016.9-20.4%2030.1-20.4m0%20120.2L305%20215.6c-3.3%208.6-10.2%2015.3-18.9%2018.5s-18.2%202.4-26.3-2l-37-20.3l13.6%2040c3%208.7%202%2018.3-2.6%2026.3s-12.4%2013.6-21.5%2015.4l-41.4%208.3l36.1%2021.9a31.9%2031.9%200%200%201%2014.9%2021.8c1.6%209.1-.8%2018.4-6.5%2025.6l-26.4%2033l41.8-6.4c9.1-1.4%2018.4%201.2%2025.4%207.1s11.2%2014.6%2011.4%2023.8l.9%2042.2l27.9-31.8c6.1-6.9%2014.8-10.9%2024.1-10.9s18%204%2024.1%2010.9l27.9%2031.8l.9-42.2c.2-9.2%204.4-17.9%2011.4-23.8s16.3-8.5%2025.4-7.1l41.8%206.4l-26.4-33c-5.8-7.2-8.2-16.5-6.6-25.6s7-17%2014.9-21.8l36.1-21.9l-41.4-8.3c-9-1.8-16.9-7.4-21.5-15.4s-5.5-17.6-2.6-26.3l13.6-40l-37%2020.3c-8.1%204.4-17.7%205.2-26.3%202s-15.5-9.9-18.9-18.5l-15.3-39.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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