<span class="icon-[icomoon-free--bubbles4]"></span>
<span class="i-icomoon-free-bubbles4"></span>
<span class="i-icomoon-free-bubbles4"></span>
Import component:
import IcomoonFreeBubbles4 from '~icons/icomoon-free/bubbles4'
Use component:
<IcomoonFreeBubbles4 />
<iconify-icon icon="icomoon-free:bubbles4"></iconify-icon>
Iconify URL:
https://api.iconify.design/icomoon-free:bubbles4.svg
With @iconify/react:
<Icon icon="icomoon-free:bubbles4" />
JSX:
<svg xmlns="http://www.w3.org/2000/svg" width="1.13em" height="1em" viewBox="0 0 18 16"><path fill="currentColor" d="M7.5 2a7 7 0 0 0-2.272.369a5.8 5.8 0 0 0-1.773.963C2.517 4.091 2 5.063 2 6.069c0 .562.157 1.109.467 1.623c.323.537.811 1.028 1.41 1.421a2 2 0 0 1 .881 1.374q.02.141.034.282l.127-.122a2 2 0 0 1 1.662-.567q.456.058.918.058a7 7 0 0 0 2.272-.369a5.8 5.8 0 0 0 1.774-.963C12.483 8.047 13 7.075 13 6.069s-.517-1.978-1.455-2.737a5.8 5.8 0 0 0-1.774-.963A7 7 0 0 0 7.499 2zm0-2C11.642 0 15 2.717 15 6.069s-3.358 6.069-7.5 6.069a9 9 0 0 1-1.169-.074C4.72 13.669 2.86 13.956 1 13.999v-.393c1.004-.49 1.813-1.382 1.813-2.402q0-.213-.032-.419C1.085 9.672 0 7.973 0 6.068C0 2.716 3.358-.001 7.5-.001zm8.063 13.604c0 .874.567 1.639 1.438 2.059V16c-1.611-.036-3.09-.283-4.487-1.658q-.496.062-1.013.063c-1.492 0-2.866-.402-3.963-1.079c2.261-.008 4.395-.732 6.013-2.042a7.35 7.35 0 0 0 1.913-2.302a6.23 6.23 0 0 0 .704-3.4C17.302 6.518 18 7.795 18 9.202c0 1.633-.94 3.089-2.41 4.043a2.4 2.4 0 0 0-.027.359"/></svg>
export function IcomoonFreeBubbles4(props) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1.13em" height="1em" viewBox="0 0 18 16" {...props}><path fill="currentColor" d="M7.5 2a7 7 0 0 0-2.272.369a5.8 5.8 0 0 0-1.773.963C2.517 4.091 2 5.063 2 6.069c0 .562.157 1.109.467 1.623c.323.537.811 1.028 1.41 1.421a2 2 0 0 1 .881 1.374q.02.141.034.282l.127-.122a2 2 0 0 1 1.662-.567q.456.058.918.058a7 7 0 0 0 2.272-.369a5.8 5.8 0 0 0 1.774-.963C12.483 8.047 13 7.075 13 6.069s-.517-1.978-1.455-2.737a5.8 5.8 0 0 0-1.774-.963A7 7 0 0 0 7.499 2zm0-2C11.642 0 15 2.717 15 6.069s-3.358 6.069-7.5 6.069a9 9 0 0 1-1.169-.074C4.72 13.669 2.86 13.956 1 13.999v-.393c1.004-.49 1.813-1.382 1.813-2.402q0-.213-.032-.419C1.085 9.672 0 7.973 0 6.068C0 2.716 3.358-.001 7.5-.001zm8.063 13.604c0 .874.567 1.639 1.438 2.059V16c-1.611-.036-3.09-.283-4.487-1.658q-.496.062-1.013.063c-1.492 0-2.866-.402-3.963-1.079c2.261-.008 4.395-.732 6.013-2.042a7.35 7.35 0 0 0 1.913-2.302a6.23 6.23 0 0 0 .704-3.4C17.302 6.518 18 7.795 18 9.202c0 1.633-.94 3.089-2.41 4.043a2.4 2.4 0 0 0-.027.359"/></svg>
)
}
With @iconify/vue:
<Icon icon="icomoon-free:bubbles4" />
With nuxt-icon:
<Icon name="icomoon-free:bubbles4" />
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="1.13em" height="1em" viewBox="0 0 18 16"><path fill="currentColor" d="M7.5 2a7 7 0 0 0-2.272.369a5.8 5.8 0 0 0-1.773.963C2.517 4.091 2 5.063 2 6.069c0 .562.157 1.109.467 1.623c.323.537.811 1.028 1.41 1.421a2 2 0 0 1 .881 1.374q.02.141.034.282l.127-.122a2 2 0 0 1 1.662-.567q.456.058.918.058a7 7 0 0 0 2.272-.369a5.8 5.8 0 0 0 1.774-.963C12.483 8.047 13 7.075 13 6.069s-.517-1.978-1.455-2.737a5.8 5.8 0 0 0-1.774-.963A7 7 0 0 0 7.499 2zm0-2C11.642 0 15 2.717 15 6.069s-3.358 6.069-7.5 6.069a9 9 0 0 1-1.169-.074C4.72 13.669 2.86 13.956 1 13.999v-.393c1.004-.49 1.813-1.382 1.813-2.402q0-.213-.032-.419C1.085 9.672 0 7.973 0 6.068C0 2.716 3.358-.001 7.5-.001zm8.063 13.604c0 .874.567 1.639 1.438 2.059V16c-1.611-.036-3.09-.283-4.487-1.658q-.496.062-1.013.063c-1.492 0-2.866-.402-3.963-1.079c2.261-.008 4.395-.732 6.013-2.042a7.35 7.35 0 0 0 1.913-2.302a6.23 6.23 0 0 0 .704-3.4C17.302 6.518 18 7.795 18 9.202c0 1.633-.94 3.089-2.41 4.043a2.4 2.4 0 0 0-.027.359"/></svg>
</template>
<script>
export default {
name: 'IcomoonFreeBubbles4'
}
</script>
With @iconify/svelte:
<Icon icon="icomoon-free:bubbles4" />
<svg xmlns="http://www.w3.org/2000/svg" width="1.13em" height="1em" viewBox="0 0 18 16"><path fill="currentColor" d="M7.5 2a7 7 0 0 0-2.272.369a5.8 5.8 0 0 0-1.773.963C2.517 4.091 2 5.063 2 6.069c0 .562.157 1.109.467 1.623c.323.537.811 1.028 1.41 1.421a2 2 0 0 1 .881 1.374q.02.141.034.282l.127-.122a2 2 0 0 1 1.662-.567q.456.058.918.058a7 7 0 0 0 2.272-.369a5.8 5.8 0 0 0 1.774-.963C12.483 8.047 13 7.075 13 6.069s-.517-1.978-1.455-2.737a5.8 5.8 0 0 0-1.774-.963A7 7 0 0 0 7.499 2zm0-2C11.642 0 15 2.717 15 6.069s-3.358 6.069-7.5 6.069a9 9 0 0 1-1.169-.074C4.72 13.669 2.86 13.956 1 13.999v-.393c1.004-.49 1.813-1.382 1.813-2.402q0-.213-.032-.419C1.085 9.672 0 7.973 0 6.068C0 2.716 3.358-.001 7.5-.001zm8.063 13.604c0 .874.567 1.639 1.438 2.059V16c-1.611-.036-3.09-.283-4.487-1.658q-.496.062-1.013.063c-1.492 0-2.866-.402-3.963-1.079c2.261-.008 4.395-.732 6.013-2.042a7.35 7.35 0 0 0 1.913-2.302a6.23 6.23 0 0 0 .704-3.4C17.302 6.518 18 7.795 18 9.202c0 1.633-.94 3.089-2.41 4.043a2.4 2.4 0 0 0-.027.359"/></svg>
export function IcomoonFreeBubbles4(props, key) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1.13em" height="1em" viewBox="0 0 18 16" {...props} key={key}><path fill="currentColor" d="M7.5 2a7 7 0 0 0-2.272.369a5.8 5.8 0 0 0-1.773.963C2.517 4.091 2 5.063 2 6.069c0 .562.157 1.109.467 1.623c.323.537.811 1.028 1.41 1.421a2 2 0 0 1 .881 1.374q.02.141.034.282l.127-.122a2 2 0 0 1 1.662-.567q.456.058.918.058a7 7 0 0 0 2.272-.369a5.8 5.8 0 0 0 1.774-.963C12.483 8.047 13 7.075 13 6.069s-.517-1.978-1.455-2.737a5.8 5.8 0 0 0-1.774-.963A7 7 0 0 0 7.499 2zm0-2C11.642 0 15 2.717 15 6.069s-3.358 6.069-7.5 6.069a9 9 0 0 1-1.169-.074C4.72 13.669 2.86 13.956 1 13.999v-.393c1.004-.49 1.813-1.382 1.813-2.402q0-.213-.032-.419C1.085 9.672 0 7.973 0 6.068C0 2.716 3.358-.001 7.5-.001zm8.063 13.604c0 .874.567 1.639 1.438 2.059V16c-1.611-.036-3.09-.283-4.487-1.658q-.496.062-1.013.063c-1.492 0-2.866-.402-3.963-1.079c2.261-.008 4.395-.732 6.013-2.042a7.35 7.35 0 0 0 1.913-2.302a6.23 6.23 0 0 0 .704-3.4C17.302 6.518 18 7.795 18 9.202c0 1.633-.94 3.089-2.41 4.043a2.4 2.4 0 0 0-.027.359"/></svg>
)
}
In moments of self-doubt, clench your fist and silently repeat to yourself: "Yes, I can!"
🧐 SearchEmoji
👉 An emoji search engine similar to Yesicon