dharmachakra icon
dharmachakra from Font Awesome Solid by Dave Gandy · Solid · Maritime · CC-BY-4.0 Attribution required.
- Name
- dharmachakra
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Maritime
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the dharmachakra icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m401.8 269.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28m140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7c13.5-11.8 14.2-32.6 1.5-45.2s-33.4-12-45.2 1.5l-.7.8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8c-11.8-13.5-32.6-14.2-45.2-1.5s-12 33.4 1.5 45.2l.8.7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8.7c-13.5 11.8-14.2 32.6-1.5 45.2s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7.8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1.1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9zm-314.7-99.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4a159.5 159.5 0 0 1-27.5-66.2l64.4-4.3c2.4 10.1 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.6 9.2-18 11.6-28zm-65-156.9l-42.5 48.6c-8.6-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidDharmachakra(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="m401.8 269.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28m140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7c13.5-11.8 14.2-32.6 1.5-45.2s-33.4-12-45.2 1.5l-.7.8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8c-11.8-13.5-32.6-14.2-45.2-1.5s-12 33.4 1.5 45.2l.8.7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8.7c-13.5 11.8-14.2 32.6-1.5 45.2s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7.8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1.1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9zm-314.7-99.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4a159.5 159.5 0 0 1-27.5-66.2l64.4-4.3c2.4 10.1 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.6 9.2-18 11.6-28zm-65-156.9l-42.5 48.6c-8.6-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m401.8 269.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28m140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7c13.5-11.8 14.2-32.6 1.5-45.2s-33.4-12-45.2 1.5l-.7.8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8c-11.8-13.5-32.6-14.2-45.2-1.5s-12 33.4 1.5 45.2l.8.7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8.7c-13.5 11.8-14.2 32.6-1.5 45.2s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7.8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1.1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9zm-314.7-99.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4a159.5 159.5 0 0 1-27.5-66.2l64.4-4.3c2.4 10.1 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.6 9.2-18 11.6-28zm-65-156.9l-42.5 48.6c-8.6-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg> </template>
CSS
.icon-dharmachakra {
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%22m401.8%20269.7l48.6-42.5c13.8%2019.3%2023.4%2041.9%2027.4%2066.2l-64.4%204.3c-2.4-10.1-6.4-19.5-11.6-28m140.1%2019.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7c13.5-11.8%2014.2-32.6%201.5-45.2s-33.4-12-45.2%201.5l-.7.8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1%2015.2-30.9%2033l.1%201.1c-38.8%205.3-74.5%2020.6-104.3%2043.2l-.7-.8c-11.8-13.5-32.6-14.2-45.2-1.5s-12%2033.4%201.5%2045.2l.8.7c-22.6%2029.8-37.9%2065.5-43.2%20104.3l-1.1-.1c-17.9-1.2-33%2013-33%2030.9s15.2%2032.1%2033%2030.9l1.1-.1c5.3%2038.8%2020.6%2074.5%2043.2%20104.3l-.8.7c-13.5%2011.8-14.2%2032.6-1.5%2045.2s33.4%2012%2045.2-1.5l.7-.8c29.8%2022.6%2065.5%2037.9%20104.3%2043.2l-.1%201.1c-1.2%2017.9%2013%2033%2030.9%2033s32.1-15.2%2030.9-33l-.1-1.1c38.8-5.3%2074.5-20.6%20104.3-43.2l.7.8c11.8%2013.5%2032.5%2014.2%2045.2%201.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8%2037.9-65.5%2043.2-104.3l1.1.1c17.9%201.2%2033-13%2033-30.9s-15.2-32.1-33-30.9zm-314.7-99.6c19.3-13.8%2041.9-23.4%2066.2-27.5l4.3%2064.4c-10%202.4-19.5%206.4-28%2011.6l-42.5-48.6zm-65%20103.8c4.1-24.4%2013.7-46.9%2027.5-66.2l48.6%2042.5c-5.3%208.5-9.2%2018-11.6%2028l-64.4-4.3zm27.5%20119.4a159.5%20159.5%200%200%201-27.5-66.2l64.4-4.3c2.4%2010.1%206.4%2019.5%2011.6%2028l-48.6%2042.5zm103.8%2065c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5%205.3%2018%209.2%2028%2011.6zm119.4-27.4c-19.3%2013.8-41.9%2023.4-66.2%2027.4l-4.3-64.4c10-2.4%2019.5-6.4%2028-11.6zm65-103.8c-4.1%2024.4-13.7%2046.9-27.4%2066.2l-48.6-42.5c5.3-8.6%209.2-18%2011.6-28zm-65-156.9l-42.5%2048.6c-8.6-5.3-18-9.2-28-11.6l4.3-64.4c24.4%204.1%2046.9%2013.7%2066.2%2027.5zM320%20288c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32%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%22m401.8%20269.7l48.6-42.5c13.8%2019.3%2023.4%2041.9%2027.4%2066.2l-64.4%204.3c-2.4-10.1-6.4-19.5-11.6-28m140.1%2019.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7c13.5-11.8%2014.2-32.6%201.5-45.2s-33.4-12-45.2%201.5l-.7.8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1%2015.2-30.9%2033l.1%201.1c-38.8%205.3-74.5%2020.6-104.3%2043.2l-.7-.8c-11.8-13.5-32.6-14.2-45.2-1.5s-12%2033.4%201.5%2045.2l.8.7c-22.6%2029.8-37.9%2065.5-43.2%20104.3l-1.1-.1c-17.9-1.2-33%2013-33%2030.9s15.2%2032.1%2033%2030.9l1.1-.1c5.3%2038.8%2020.6%2074.5%2043.2%20104.3l-.8.7c-13.5%2011.8-14.2%2032.6-1.5%2045.2s33.4%2012%2045.2-1.5l.7-.8c29.8%2022.6%2065.5%2037.9%20104.3%2043.2l-.1%201.1c-1.2%2017.9%2013%2033%2030.9%2033s32.1-15.2%2030.9-33l-.1-1.1c38.8-5.3%2074.5-20.6%20104.3-43.2l.7.8c11.8%2013.5%2032.5%2014.2%2045.2%201.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8%2037.9-65.5%2043.2-104.3l1.1.1c17.9%201.2%2033-13%2033-30.9s-15.2-32.1-33-30.9zm-314.7-99.6c19.3-13.8%2041.9-23.4%2066.2-27.5l4.3%2064.4c-10%202.4-19.5%206.4-28%2011.6l-42.5-48.6zm-65%20103.8c4.1-24.4%2013.7-46.9%2027.5-66.2l48.6%2042.5c-5.3%208.5-9.2%2018-11.6%2028l-64.4-4.3zm27.5%20119.4a159.5%20159.5%200%200%201-27.5-66.2l64.4-4.3c2.4%2010.1%206.4%2019.5%2011.6%2028l-48.6%2042.5zm103.8%2065c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5%205.3%2018%209.2%2028%2011.6zm119.4-27.4c-19.3%2013.8-41.9%2023.4-66.2%2027.4l-4.3-64.4c10-2.4%2019.5-6.4%2028-11.6zm65-103.8c-4.1%2024.4-13.7%2046.9-27.4%2066.2l-48.6-42.5c5.3-8.6%209.2-18%2011.6-28zm-65-156.9l-42.5%2048.6c-8.6-5.3-18-9.2-28-11.6l4.3-64.4c24.4%204.1%2046.9%2013.7%2066.2%2027.5zM320%20288c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/dharmachakra.svg?color=%231a73e8&size=48