Dharma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dharma icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339030.svg" alt="Dharma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339030.svg" alt="Dharma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339030.svg" alt="Dharma icon" :width="24" :height="24" />
CSS background
.icon-dharma {
background-image: url('https://proicons.com/icon/339030.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,5.5h0A18.5,18.5,0,0,1,42.5,24V40.5a2,2,0,0,1-2,2H7.5a2,2,0,0,1-2-2V24A18.5,18.5,0,0,1,24,5.5Z"/><path class="a" d="M23.83,11.3838h0A13.4648,13.4648,0,0,1,37.2951,24.8486V42.5a0,0,0,0,1,0,0h-26.93a0,0,0,0,1,0,0V24.8486A13.4648,13.4648,0,0,1,23.83,11.3838Z"/><path class="a" d="M27.8188,28.922h0a5.29,5.29,0,0,1,5.29,5.29V42.5a0,0,0,0,1,0,0h-10.58a0,0,0,0,1,0,0V34.2118A5.29,5.29,0,0,1,27.8188,28.922Z"/><path class="a" d="M25.5457,20.4267h0a9.6359,9.6359,0,0,1,9.6359,9.6359V42.5a0,0,0,0,1,0,0H15.91a0,0,0,0,1,0,0V30.0626A9.6359,9.6359,0,0,1,25.5457,20.4267Z"/></svg>
Copied!