Mahjong Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mahjong 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/328808.svg" alt="Mahjong icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328808.svg" alt="Mahjong icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328808.svg" alt="Mahjong icon" :width="24" :height="24" />
CSS background
.icon-mahjong {
background-image: url('https://proicons.com/icon/328808.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M13.30000019,5.53999996l17.69999981,2.19000006c1.23698807.26012516,2.11188126,1.36635828,2.08000183,2.63000059v31.36999893c.09554672.88402939-.54364395,1.67813492-1.42767143,1.77368164-.21951103.02372742-.44155312.00204849-.6523304-.06368256l-17.35999966-4.62999725c-1.19460487-.14092636-2.07187176-1.18925858-2-2.38999939V7.05000019c.03999996-.68000031.35999966-1.4000001,1.65999985-1.51000023Z"/><path class="e" d="M32.56000137,43.13000107l3.20999908-2.65999985c.30541229-.3362236.44797134-.78948975.38999939-1.24000168l.15999985-30.30999947c.10619736-1.54828215-1.06283951-2.88950396-2.61112213-2.99570274-.02627182-.00180197-.05256653-.00323439-.0788765-.00429726l-12.63000107-1.36000013c-1.19658089-.13259172-2.4061451-.08879137-3.59000015.13000011l-4.06999969.8499999"/><line class="e" x1="22.36267176" y1="12.99817017" x2="22.36267176" y2="35.64226898"/><polygon class="e" points="28.58005489 19.84019483 16.14528862 17.41778181 16.14528862 22.71607232 28.58005489 25.32967333 28.58005489 19.84019483"/></svg>
Copied!