Happening Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Happening 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/341453.svg" alt="Happening icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341453.svg" alt="Happening icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341453.svg" alt="Happening icon" :width="24" :height="24" />
CSS background
.icon-happening {
background-image: url('https://proicons.com/icon/341453.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M38.68,10.36A3.6,3.6,0,0,0,34.8,7.1l-7.33.64-.17-2a1.2,1.2,0,0,0-1.29-1l-7.33.65a1.19,1.19,0,0,0-1,1.28l.12,1.89-7.32.64A3.58,3.58,0,0,0,7.2,13.08L9.33,37.45a3.57,3.57,0,0,0,3.88,3.25l.78-.06.17,2.06a1.2,1.2,0,0,0,1.3,1l4.12-.36a1.19,1.19,0,0,0,1.08-1.28v0l-.18-2,9.71-.85.17,2.06a1.19,1.19,0,0,0,1.3,1.08L35.77,42a1.2,1.2,0,0,0,1.09-1.3l-.18-2,.78-.08a3.59,3.59,0,0,0,3.26-3.88Zm-8.37,2.43a4.52,4.52,0,0,1,4.9,4.1h0c.36,4.12-2,.8-4.45,1s-4.2,3.86-4.56-.22a4.52,4.52,0,0,1,4.08-4.92ZM15.9,14.05a4.53,4.53,0,0,1,4.9,4.12c.35,4.11-2,.79-4.45,1s-4.2,3.86-4.55-.23a4.5,4.5,0,0,1,4-4.92h.05Zm18.19,17.3a2.89,2.89,0,0,1-2.61,3.09L25,35l-6.51.57A2.85,2.85,0,0,1,15.38,33L14.66,25a.62.62,0,0,1,.54-.69.63.63,0,0,1,.38.09c2.34,1.32,5.15,4.74,8.84,4.42s5.88-4.19,7.94-5.9a.64.64,0,0,1,.89.11.69.69,0,0,1,.14.34Z"/></svg>
Copied!