Emoji Wind Chime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Wind Chime 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/325419.svg" alt="Emoji Wind Chime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325419.svg" alt="Emoji Wind Chime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325419.svg" alt="Emoji Wind Chime icon" :width="24" :height="24" />
CSS background
.icon-emoji-wind-chime {
background-image: url('https://proicons.com/icon/325419.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M37.5339,27.1043c.6302-2.1084.7498-4.3364.3488-6.5001-1.3965-7.6646-8.745-12.7465-16.4133-11.3506-6.7101,1.2215-11.5862,7.0645-11.5844,13.8817.001,1.345.1969,2.6827.5817,3.9715.1798.599.7317,1.009,1.3574,1.0082h24.3515c.6266.0005,1.179-.4106,1.3583-1.0106"/><path id="c" class="g" d="M24,9.0271s.5568-2.8961-.7057-3.5271"/><path id="d" class="g" d="M24,30.8949s.7057,4.2325-2.823,6.3487"/><path id="e" class="g" d="M26.1172,28.7786c0,1.1688-.9479,2.1162-2.1172,2.1162s-2.1172-.9475-2.1172-2.1162h0"/><path id="f" class="g" d="M9.885,37.949c3.5616.912,7.3385-.1666,9.8805-2.8217l2.823,4.2325c-2.542,2.6551-6.3188,3.7337-9.8805,2.8217l-2.823-4.2325"/></svg>
Copied!