khanda icon
khanda from Font Awesome Solid by Dave Gandy · Solid · Religion · CC-BY-4.0 Attribution required.
- Name
- khanda
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Religion
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More religion icons from Font Awesome Solid
Use the khanda icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M304.7 72c8.9-7.4 21.8-7.4 30.7 0l37.8 31.5c8.7 7.3 11.1 19.6 6 29.6c-1.2 2.4-2.8 5.5-4.6 9.2c34.2 19.2 57.3 55.8 57.3 97.8s-23.1 78.6-57.3 97.8c1.8 3.7 3.3 6.8 4.6 9.2c5.1 10 2.7 22.3-6 29.6l-37.2 31v19.8c22.9-15.7 48.4-33.3 76.7-52.7c42.8-29.4 68.4-78 68.4-130v-11.1c0-23.9-7.1-47.3-20.4-67.2c-5.1-7.7-4.6-17.8 1.7-24.6c6.6-7.1 17.2-8.1 25.2-2.8c27.5 18.1 89.4 67.5 89.4 149.1c0 46.5-20.2 88.6-41.8 120.4c-21.6 32-45.6 55-55.3 63.8c-7.8 7.1-19 7.9-27.6 3l-70.8-40.3l-32.7 22.5l45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L336 487.6v28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7v-28.1l-40.3 27.7c-1.8 11.4-11.8 20.1-23.7 20.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4.3 6.5.9l45.8-31.5l-32.7-22.5l-70.8 40.3c-8.7 4.9-19.8 4.1-27.6-3c-9.7-8.8-33.7-31.9-55.3-63.8c-21.5-31.8-41.8-73.9-41.8-120.4c0-81.7 61.9-131.1 89.4-149.1c8.1-5.3 18.6-4.3 25.2 2.8c6.4 6.9 6.8 17 1.7 24.6c-13.3 19.9-20.4 43.3-20.4 67.2v11.1c0 51.9 25.6 100.6 68.4 130c28.4 19.6 53.7 36.9 75.6 52v-19.1l-37.2-31c-8.7-7.3-11.1-19.6-6-29.6c1.2-2.4 2.8-5.5 4.6-9.2c-34.2-19.2-57.3-55.8-57.3-97.8s23.1-78.6 57.3-97.8c-1.8-3.7-3.3-6.8-4.6-9.2c-5.1-10-2.7-22.3 6-29.6zm-20.4 114.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1c6.8-19.2 11.8-38.4 11.8-53.1s-4.9-33.9-11.8-53.1m71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C349 206.1 344 225.3 344 240s4.9 33.9 11.8 53.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidKhanda(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="M304.7 72c8.9-7.4 21.8-7.4 30.7 0l37.8 31.5c8.7 7.3 11.1 19.6 6 29.6c-1.2 2.4-2.8 5.5-4.6 9.2c34.2 19.2 57.3 55.8 57.3 97.8s-23.1 78.6-57.3 97.8c1.8 3.7 3.3 6.8 4.6 9.2c5.1 10 2.7 22.3-6 29.6l-37.2 31v19.8c22.9-15.7 48.4-33.3 76.7-52.7c42.8-29.4 68.4-78 68.4-130v-11.1c0-23.9-7.1-47.3-20.4-67.2c-5.1-7.7-4.6-17.8 1.7-24.6c6.6-7.1 17.2-8.1 25.2-2.8c27.5 18.1 89.4 67.5 89.4 149.1c0 46.5-20.2 88.6-41.8 120.4c-21.6 32-45.6 55-55.3 63.8c-7.8 7.1-19 7.9-27.6 3l-70.8-40.3l-32.7 22.5l45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L336 487.6v28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7v-28.1l-40.3 27.7c-1.8 11.4-11.8 20.1-23.7 20.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4.3 6.5.9l45.8-31.5l-32.7-22.5l-70.8 40.3c-8.7 4.9-19.8 4.1-27.6-3c-9.7-8.8-33.7-31.9-55.3-63.8c-21.5-31.8-41.8-73.9-41.8-120.4c0-81.7 61.9-131.1 89.4-149.1c8.1-5.3 18.6-4.3 25.2 2.8c6.4 6.9 6.8 17 1.7 24.6c-13.3 19.9-20.4 43.3-20.4 67.2v11.1c0 51.9 25.6 100.6 68.4 130c28.4 19.6 53.7 36.9 75.6 52v-19.1l-37.2-31c-8.7-7.3-11.1-19.6-6-29.6c1.2-2.4 2.8-5.5 4.6-9.2c-34.2-19.2-57.3-55.8-57.3-97.8s23.1-78.6 57.3-97.8c-1.8-3.7-3.3-6.8-4.6-9.2c-5.1-10-2.7-22.3 6-29.6zm-20.4 114.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1c6.8-19.2 11.8-38.4 11.8-53.1s-4.9-33.9-11.8-53.1m71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C349 206.1 344 225.3 344 240s4.9 33.9 11.8 53.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M304.7 72c8.9-7.4 21.8-7.4 30.7 0l37.8 31.5c8.7 7.3 11.1 19.6 6 29.6c-1.2 2.4-2.8 5.5-4.6 9.2c34.2 19.2 57.3 55.8 57.3 97.8s-23.1 78.6-57.3 97.8c1.8 3.7 3.3 6.8 4.6 9.2c5.1 10 2.7 22.3-6 29.6l-37.2 31v19.8c22.9-15.7 48.4-33.3 76.7-52.7c42.8-29.4 68.4-78 68.4-130v-11.1c0-23.9-7.1-47.3-20.4-67.2c-5.1-7.7-4.6-17.8 1.7-24.6c6.6-7.1 17.2-8.1 25.2-2.8c27.5 18.1 89.4 67.5 89.4 149.1c0 46.5-20.2 88.6-41.8 120.4c-21.6 32-45.6 55-55.3 63.8c-7.8 7.1-19 7.9-27.6 3l-70.8-40.3l-32.7 22.5l45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L336 487.6v28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7v-28.1l-40.3 27.7c-1.8 11.4-11.8 20.1-23.7 20.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4.3 6.5.9l45.8-31.5l-32.7-22.5l-70.8 40.3c-8.7 4.9-19.8 4.1-27.6-3c-9.7-8.8-33.7-31.9-55.3-63.8c-21.5-31.8-41.8-73.9-41.8-120.4c0-81.7 61.9-131.1 89.4-149.1c8.1-5.3 18.6-4.3 25.2 2.8c6.4 6.9 6.8 17 1.7 24.6c-13.3 19.9-20.4 43.3-20.4 67.2v11.1c0 51.9 25.6 100.6 68.4 130c28.4 19.6 53.7 36.9 75.6 52v-19.1l-37.2-31c-8.7-7.3-11.1-19.6-6-29.6c1.2-2.4 2.8-5.5 4.6-9.2c-34.2-19.2-57.3-55.8-57.3-97.8s23.1-78.6 57.3-97.8c-1.8-3.7-3.3-6.8-4.6-9.2c-5.1-10-2.7-22.3 6-29.6zm-20.4 114.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1c6.8-19.2 11.8-38.4 11.8-53.1s-4.9-33.9-11.8-53.1m71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C349 206.1 344 225.3 344 240s4.9 33.9 11.8 53.1"/></svg> </template>
CSS
.icon-khanda {
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%22M304.7%2072c8.9-7.4%2021.8-7.4%2030.7%200l37.8%2031.5c8.7%207.3%2011.1%2019.6%206%2029.6c-1.2%202.4-2.8%205.5-4.6%209.2c34.2%2019.2%2057.3%2055.8%2057.3%2097.8s-23.1%2078.6-57.3%2097.8c1.8%203.7%203.3%206.8%204.6%209.2c5.1%2010%202.7%2022.3-6%2029.6l-37.2%2031v19.8c22.9-15.7%2048.4-33.3%2076.7-52.7c42.8-29.4%2068.4-78%2068.4-130v-11.1c0-23.9-7.1-47.3-20.4-67.2c-5.1-7.7-4.6-17.8%201.7-24.6c6.6-7.1%2017.2-8.1%2025.2-2.8c27.5%2018.1%2089.4%2067.5%2089.4%20149.1c0%2046.5-20.2%2088.6-41.8%20120.4c-21.6%2032-45.6%2055-55.3%2063.8c-7.8%207.1-19%207.9-27.6%203l-70.8-40.3l-32.7%2022.5l45.5%2031.3c1.8-.4%203.7-.7%205.7-.7c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-12.2%200-22.3-9.1-23.8-21L336%20487.6v28.9c9.6%205.5%2016%2015.9%2016%2027.7c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32c0-11.8%206.4-22.2%2016-27.7v-28.1l-40.3%2027.7c-1.8%2011.4-11.8%2020.1-23.7%2020.1c-13.3%200-24-10.7-24-24s10.7-24%2024-24c2.2%200%204.4.3%206.5.9l45.8-31.5l-32.7-22.5l-70.8%2040.3c-8.7%204.9-19.8%204.1-27.6-3c-9.7-8.8-33.7-31.9-55.3-63.8c-21.5-31.8-41.8-73.9-41.8-120.4c0-81.7%2061.9-131.1%2089.4-149.1c8.1-5.3%2018.6-4.3%2025.2%202.8c6.4%206.9%206.8%2017%201.7%2024.6c-13.3%2019.9-20.4%2043.3-20.4%2067.2v11.1c0%2051.9%2025.6%20100.6%2068.4%20130c28.4%2019.6%2053.7%2036.9%2075.6%2052v-19.1l-37.2-31c-8.7-7.3-11.1-19.6-6-29.6c1.2-2.4%202.8-5.5%204.6-9.2c-34.2-19.2-57.3-55.8-57.3-97.8s23.1-78.6%2057.3-97.8c-1.8-3.7-3.3-6.8-4.6-9.2c-5.1-10-2.7-22.3%206-29.6zm-20.4%20114.9c-17%2011.5-28.2%2031-28.2%2053.1s11.2%2041.6%2028.2%2053.1c6.8-19.2%2011.8-38.4%2011.8-53.1s-4.9-33.9-11.8-53.1m71.5%20106.2c17-11.5%2028.2-31%2028.2-53.1s-11.2-41.6-28.2-53.1C349%20206.1%20344%20225.3%20344%20240s4.9%2033.9%2011.8%2053.1%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%22M304.7%2072c8.9-7.4%2021.8-7.4%2030.7%200l37.8%2031.5c8.7%207.3%2011.1%2019.6%206%2029.6c-1.2%202.4-2.8%205.5-4.6%209.2c34.2%2019.2%2057.3%2055.8%2057.3%2097.8s-23.1%2078.6-57.3%2097.8c1.8%203.7%203.3%206.8%204.6%209.2c5.1%2010%202.7%2022.3-6%2029.6l-37.2%2031v19.8c22.9-15.7%2048.4-33.3%2076.7-52.7c42.8-29.4%2068.4-78%2068.4-130v-11.1c0-23.9-7.1-47.3-20.4-67.2c-5.1-7.7-4.6-17.8%201.7-24.6c6.6-7.1%2017.2-8.1%2025.2-2.8c27.5%2018.1%2089.4%2067.5%2089.4%20149.1c0%2046.5-20.2%2088.6-41.8%20120.4c-21.6%2032-45.6%2055-55.3%2063.8c-7.8%207.1-19%207.9-27.6%203l-70.8-40.3l-32.7%2022.5l45.5%2031.3c1.8-.4%203.7-.7%205.7-.7c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-12.2%200-22.3-9.1-23.8-21L336%20487.6v28.9c9.6%205.5%2016%2015.9%2016%2027.7c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32c0-11.8%206.4-22.2%2016-27.7v-28.1l-40.3%2027.7c-1.8%2011.4-11.8%2020.1-23.7%2020.1c-13.3%200-24-10.7-24-24s10.7-24%2024-24c2.2%200%204.4.3%206.5.9l45.8-31.5l-32.7-22.5l-70.8%2040.3c-8.7%204.9-19.8%204.1-27.6-3c-9.7-8.8-33.7-31.9-55.3-63.8c-21.5-31.8-41.8-73.9-41.8-120.4c0-81.7%2061.9-131.1%2089.4-149.1c8.1-5.3%2018.6-4.3%2025.2%202.8c6.4%206.9%206.8%2017%201.7%2024.6c-13.3%2019.9-20.4%2043.3-20.4%2067.2v11.1c0%2051.9%2025.6%20100.6%2068.4%20130c28.4%2019.6%2053.7%2036.9%2075.6%2052v-19.1l-37.2-31c-8.7-7.3-11.1-19.6-6-29.6c1.2-2.4%202.8-5.5%204.6-9.2c-34.2-19.2-57.3-55.8-57.3-97.8s23.1-78.6%2057.3-97.8c-1.8-3.7-3.3-6.8-4.6-9.2c-5.1-10-2.7-22.3%206-29.6zm-20.4%20114.9c-17%2011.5-28.2%2031-28.2%2053.1s11.2%2041.6%2028.2%2053.1c6.8-19.2%2011.8-38.4%2011.8-53.1s-4.9-33.9-11.8-53.1m71.5%20106.2c17-11.5%2028.2-31%2028.2-53.1s-11.2-41.6-28.2-53.1C349%20206.1%20344%20225.3%20344%20240s4.9%2033.9%2011.8%2053.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/khanda.svg?color=%231a73e8&size=48