wind chime emoji

wind-chime from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.

Name
wind-chime
Set
OpenMoji
Style
Default
Category
Activities
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More activities icons from OpenMoji

Use the wind chime emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M55.177 38.627a19.7 19.7 0 0 0 .494-9.215A19.997 19.997 0 0 0 16 33a19.7 19.7 0 0 0 .824 5.63a2.005 2.005 0 0 0 1.924 1.43h34.504a2.01 2.01 0 0 0 1.925-1.434"/><path fill="#f1b31c" d="M39 41a3 3 0 0 1-6 0"/><path fill="#d0cfce" d="M16 54a14.42 14.42 0 0 0 14-4l4 6a14.42 14.42 0 0 1-14 4Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M55.177 38.627a19.7 19.7 0 0 0 .494-9.215A19.997 19.997 0 0 0 16 33a19.7 19.7 0 0 0 .824 5.63a2.005 2.005 0 0 0 1.924 1.43h34.504a2.01 2.01 0 0 0 1.925-1.434Z"/><path stroke-linecap="round" stroke-miterlimit="10" d="M36 13s.789-4.106-1-5"/><path stroke-miterlimit="10" d="M36 44s1 6-4 9"/><path stroke-miterlimit="10" d="M39 41a3 3 0 0 1-6 0"/><path stroke-linejoin="round" d="M16 54a14.42 14.42 0 0 0 14-4l4 6a14.42 14.42 0 0 1-14 4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWindChime(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M55.177 38.627a19.7 19.7 0 0 0 .494-9.215A19.997 19.997 0 0 0 16 33a19.7 19.7 0 0 0 .824 5.63a2.005 2.005 0 0 0 1.924 1.43h34.504a2.01 2.01 0 0 0 1.925-1.434"/><path fill="#f1b31c" d="M39 41a3 3 0 0 1-6 0"/><path fill="#d0cfce" d="M16 54a14.42 14.42 0 0 0 14-4l4 6a14.42 14.42 0 0 1-14 4Z"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeMiterlimit="10" d="M55.177 38.627a19.7 19.7 0 0 0 .494-9.215A19.997 19.997 0 0 0 16 33a19.7 19.7 0 0 0 .824 5.63a2.005 2.005 0 0 0 1.924 1.43h34.504a2.01 2.01 0 0 0 1.925-1.434Z"/><path strokeLinecap="round" strokeMiterlimit="10" d="M36 13s.789-4.106-1-5"/><path strokeMiterlimit="10" d="M36 44s1 6-4 9"/><path strokeMiterlimit="10" d="M39 41a3 3 0 0 1-6 0"/><path strokeLinejoin="round" d="M16 54a14.42 14.42 0 0 0 14-4l4 6a14.42 14.42 0 0 1-14 4Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M55.177 38.627a19.7 19.7 0 0 0 .494-9.215A19.997 19.997 0 0 0 16 33a19.7 19.7 0 0 0 .824 5.63a2.005 2.005 0 0 0 1.924 1.43h34.504a2.01 2.01 0 0 0 1.925-1.434"/><path fill="#f1b31c" d="M39 41a3 3 0 0 1-6 0"/><path fill="#d0cfce" d="M16 54a14.42 14.42 0 0 0 14-4l4 6a14.42 14.42 0 0 1-14 4Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M55.177 38.627a19.7 19.7 0 0 0 .494-9.215A19.997 19.997 0 0 0 16 33a19.7 19.7 0 0 0 .824 5.63a2.005 2.005 0 0 0 1.924 1.43h34.504a2.01 2.01 0 0 0 1.925-1.434Z"/><path stroke-linecap="round" stroke-miterlimit="10" d="M36 13s.789-4.106-1-5"/><path stroke-miterlimit="10" d="M36 44s1 6-4 9"/><path stroke-miterlimit="10" d="M39 41a3 3 0 0 1-6 0"/><path stroke-linejoin="round" d="M16 54a14.42 14.42 0 0 0 14-4l4 6a14.42 14.42 0 0 1-14 4Z"/></g></svg>
</template>

CSS

.icon-wind-chime {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M55.177%2038.627a19.7%2019.7%200%200%200%20.494-9.215A19.997%2019.997%200%200%200%2016%2033a19.7%2019.7%200%200%200%20.824%205.63a2.005%202.005%200%200%200%201.924%201.43h34.504a2.01%202.01%200%200%200%201.925-1.434%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M39%2041a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M16%2054a14.42%2014.42%200%200%200%2014-4l4%206a14.42%2014.42%200%200%201-14%204Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M55.177%2038.627a19.7%2019.7%200%200%200%20.494-9.215A19.997%2019.997%200%200%200%2016%2033a19.7%2019.7%200%200%200%20.824%205.63a2.005%202.005%200%200%200%201.924%201.43h34.504a2.01%202.01%200%200%200%201.925-1.434Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M36%2013s.789-4.106-1-5%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M36%2044s1%206-4%209%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M39%2041a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2054a14.42%2014.42%200%200%200%2014-4l4%206a14.42%2014.42%200%200%201-14%204Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M55.177%2038.627a19.7%2019.7%200%200%200%20.494-9.215A19.997%2019.997%200%200%200%2016%2033a19.7%2019.7%200%200%200%20.824%205.63a2.005%202.005%200%200%200%201.924%201.43h34.504a2.01%202.01%200%200%200%201.925-1.434%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M39%2041a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M16%2054a14.42%2014.42%200%200%200%2014-4l4%206a14.42%2014.42%200%200%201-14%204Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M55.177%2038.627a19.7%2019.7%200%200%200%20.494-9.215A19.997%2019.997%200%200%200%2016%2033a19.7%2019.7%200%200%200%20.824%205.63a2.005%202.005%200%200%200%201.924%201.43h34.504a2.01%202.01%200%200%200%201.925-1.434Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M36%2013s.789-4.106-1-5%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M36%2044s1%206-4%209%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M39%2041a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2054a14.42%2014.42%200%200%200%2014-4l4%206a14.42%2014.42%200%200%201-14%204Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/wind-chime.svg?color=%231a73e8&size=48