dharmachakra from Material Design Icons by Pictogrammers · Filled · Religion · Apache-2.0 Free for personal and commercial use.

Name
dharmachakra
Set
Material Design Icons
Style
Filled
Category
Religion
Viewbox
24×24
License
Apache 2.0
Aliases
buddhism, dharma-wheel, religion-buddhist

The same icon in other sets

More religion icons from Material Design Icons

Use the dharmachakra icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2v1c-1.73.2-3.31.9-4.6 1.94l-.76-.76L4.22 5.6l.78.75A9.04 9.04 0 0 0 3 11H2v2h1c.21 1.68.9 3.26 2 4.56l-.78.76l1.42 1.42l.75-.74A9.3 9.3 0 0 0 11 21v1h2v-1a9.27 9.27 0 0 0 4.6-2l.76.74l1.42-1.42l-.78-.75c1.1-1.3 1.79-2.89 2-4.57h1v-2h-1a9 9 0 0 0-2-4.64l.78-.76l-1.42-1.42l-.75.76A9 9 0 0 0 13 3V2zm0 3v3l-1 .5l-2.19-2.15c.91-.68 2-1.18 3.19-1.35m2 0c1.16.18 2.26.64 3.2 1.35L14 8.5L13 8zM6.4 7.76L8.5 10L8 11H5c.16-1.16.7-2.3 1.39-3.25zm11.2 0c.73.95 1.21 2.06 1.4 3.24h-3l-.5-1l2.11-2.24zM12 10c1.12 0 2 .88 2 2s-.88 2-2 2s-2-.88-2-2s.88-2 2-2m-7 3h3l.57 1l-2.18 2.15C5.67 15.24 5.19 14.16 5 13m11 0h3a7 7 0 0 1-1.39 3.16L15.5 14zm-6 2.5l1 .5v3a7.04 7.04 0 0 1-3.2-1.43zm4 0l2.19 2.07c-.91.68-2 1.26-3.19 1.43v-3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiDharmachakra(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2v1c-1.73.2-3.31.9-4.6 1.94l-.76-.76L4.22 5.6l.78.75A9.04 9.04 0 0 0 3 11H2v2h1c.21 1.68.9 3.26 2 4.56l-.78.76l1.42 1.42l.75-.74A9.3 9.3 0 0 0 11 21v1h2v-1a9.27 9.27 0 0 0 4.6-2l.76.74l1.42-1.42l-.78-.75c1.1-1.3 1.79-2.89 2-4.57h1v-2h-1a9 9 0 0 0-2-4.64l.78-.76l-1.42-1.42l-.75.76A9 9 0 0 0 13 3V2zm0 3v3l-1 .5l-2.19-2.15c.91-.68 2-1.18 3.19-1.35m2 0c1.16.18 2.26.64 3.2 1.35L14 8.5L13 8zM6.4 7.76L8.5 10L8 11H5c.16-1.16.7-2.3 1.39-3.25zm11.2 0c.73.95 1.21 2.06 1.4 3.24h-3l-.5-1l2.11-2.24zM12 10c1.12 0 2 .88 2 2s-.88 2-2 2s-2-.88-2-2s.88-2 2-2m-7 3h3l.57 1l-2.18 2.15C5.67 15.24 5.19 14.16 5 13m11 0h3a7 7 0 0 1-1.39 3.16L15.5 14zm-6 2.5l1 .5v3a7.04 7.04 0 0 1-3.2-1.43zm4 0l2.19 2.07c-.91.68-2 1.26-3.19 1.43v-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2v1c-1.73.2-3.31.9-4.6 1.94l-.76-.76L4.22 5.6l.78.75A9.04 9.04 0 0 0 3 11H2v2h1c.21 1.68.9 3.26 2 4.56l-.78.76l1.42 1.42l.75-.74A9.3 9.3 0 0 0 11 21v1h2v-1a9.27 9.27 0 0 0 4.6-2l.76.74l1.42-1.42l-.78-.75c1.1-1.3 1.79-2.89 2-4.57h1v-2h-1a9 9 0 0 0-2-4.64l.78-.76l-1.42-1.42l-.75.76A9 9 0 0 0 13 3V2zm0 3v3l-1 .5l-2.19-2.15c.91-.68 2-1.18 3.19-1.35m2 0c1.16.18 2.26.64 3.2 1.35L14 8.5L13 8zM6.4 7.76L8.5 10L8 11H5c.16-1.16.7-2.3 1.39-3.25zm11.2 0c.73.95 1.21 2.06 1.4 3.24h-3l-.5-1l2.11-2.24zM12 10c1.12 0 2 .88 2 2s-.88 2-2 2s-2-.88-2-2s.88-2 2-2m-7 3h3l.57 1l-2.18 2.15C5.67 15.24 5.19 14.16 5 13m11 0h3a7 7 0 0 1-1.39 3.16L15.5 14zm-6 2.5l1 .5v3a7.04 7.04 0 0 1-3.2-1.43zm4 0l2.19 2.07c-.91.68-2 1.26-3.19 1.43v-3z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202v1c-1.73.2-3.31.9-4.6%201.94l-.76-.76L4.22%205.6l.78.75A9.04%209.04%200%200%200%203%2011H2v2h1c.21%201.68.9%203.26%202%204.56l-.78.76l1.42%201.42l.75-.74A9.3%209.3%200%200%200%2011%2021v1h2v-1a9.27%209.27%200%200%200%204.6-2l.76.74l1.42-1.42l-.78-.75c1.1-1.3%201.79-2.89%202-4.57h1v-2h-1a9%209%200%200%200-2-4.64l.78-.76l-1.42-1.42l-.75.76A9%209%200%200%200%2013%203V2zm0%203v3l-1%20.5l-2.19-2.15c.91-.68%202-1.18%203.19-1.35m2%200c1.16.18%202.26.64%203.2%201.35L14%208.5L13%208zM6.4%207.76L8.5%2010L8%2011H5c.16-1.16.7-2.3%201.39-3.25zm11.2%200c.73.95%201.21%202.06%201.4%203.24h-3l-.5-1l2.11-2.24zM12%2010c1.12%200%202%20.88%202%202s-.88%202-2%202s-2-.88-2-2s.88-2%202-2m-7%203h3l.57%201l-2.18%202.15C5.67%2015.24%205.19%2014.16%205%2013m11%200h3a7%207%200%200%201-1.39%203.16L15.5%2014zm-6%202.5l1%20.5v3a7.04%207.04%200%200%201-3.2-1.43zm4%200l2.19%202.07c-.91.68-2%201.26-3.19%201.43v-3z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202v1c-1.73.2-3.31.9-4.6%201.94l-.76-.76L4.22%205.6l.78.75A9.04%209.04%200%200%200%203%2011H2v2h1c.21%201.68.9%203.26%202%204.56l-.78.76l1.42%201.42l.75-.74A9.3%209.3%200%200%200%2011%2021v1h2v-1a9.27%209.27%200%200%200%204.6-2l.76.74l1.42-1.42l-.78-.75c1.1-1.3%201.79-2.89%202-4.57h1v-2h-1a9%209%200%200%200-2-4.64l.78-.76l-1.42-1.42l-.75.76A9%209%200%200%200%2013%203V2zm0%203v3l-1%20.5l-2.19-2.15c.91-.68%202-1.18%203.19-1.35m2%200c1.16.18%202.26.64%203.2%201.35L14%208.5L13%208zM6.4%207.76L8.5%2010L8%2011H5c.16-1.16.7-2.3%201.39-3.25zm11.2%200c.73.95%201.21%202.06%201.4%203.24h-3l-.5-1l2.11-2.24zM12%2010c1.12%200%202%20.88%202%202s-.88%202-2%202s-2-.88-2-2s.88-2%202-2m-7%203h3l.57%201l-2.18%202.15C5.67%2015.24%205.19%2014.16%205%2013m11%200h3a7%207%200%200%201-1.39%203.16L15.5%2014zm-6%202.5l1%20.5v3a7.04%207.04%200%200%201-3.2-1.43zm4%200l2.19%202.07c-.91.68-2%201.26-3.19%201.43v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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