Tamasha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tamasha 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/333652.svg" alt="Tamasha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333652.svg" alt="Tamasha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333652.svg" alt="Tamasha icon" :width="24" :height="24" />
CSS background
.icon-tamasha {
background-image: url('https://proicons.com/icon/333652.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M28.3808,18.7012c3.2832,1.6125,5.5367,4.9928,5.5367,8.8976,0,5.4687-4.4391,9.9078-9.9176,9.9078s-9.9176-4.4391-9.9176-9.9078c0-3.9049,2.2535-7.2852,5.5367-8.8976"/><path class="b" d="M28.3808,12.3097c6.6538,1.8941,11.5203,8.0234,11.5203,15.2892,0,8.7811-7.1201,15.9011-15.9011,15.9011s-15.9011-7.1201-15.9011-15.9011c0-7.2658,4.8665-13.395,11.5203-15.2892"/><path class="b" d="M33.9412,4.5H14.2236c-1.083,0-1.9609.8779-1.9609,1.9609v3.2681c0,1.0829.8779,1.9609,1.9609,1.9609h5.391v19.3908c0,1.083.8779,1.9609,1.9609,1.9609h4.8491c1.083,0,1.9609-.8779,1.9609-1.9609V11.6898h5.5558c1.0829,0,1.9609-.8779,1.9609-1.9609v-3.2681c0-1.083-.8779-1.9609-1.9609-1.9609Z"/><line class="b" x1="22.7966" y1="37.4339" x2="22.3029" y2="43.4101"/><line class="b" x1="24.9263" y1="37.4635" x2="25.6658" y2="43.4134"/><line class="b" x1="26.7098" y1="37.1316" x2="28.8147" y2="42.7574"/><line class="b" x1="28.6789" y1="36.3358" x2="31.587" y2="41.5757"/><line class="b" x1="30.2567" y1="35.285" x2="34.3502" y2="39.6692"/><line class="b" x1="31.9065" y1="33.5786" x2="36.667" y2="37.2107"/></svg>
Copied!