circle wavy question icon

circle-wavy-question-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
circle-wavy-question-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the circle wavy question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.9 102.8c-3.8-3.9-7.7-8-9.2-11.5s-1.4-8.7-1.5-14c-.1-9.7-.3-20.8-8-28.5s-18.8-7.9-28.5-8c-5.3-.1-10.7-.2-14-1.5s-7.6-5.4-11.5-9.2C146.3 23.5 138.4 16 128 16s-18.3 7.5-25.2 14.1c-3.9 3.8-8 7.7-11.5 9.2s-8.7 1.4-14 1.5c-9.7.1-20.8.3-28.5 8s-7.9 18.8-8 28.5c-.1 5.3-.2 10.7-1.5 14s-5.4 7.6-9.2 11.5C23.5 109.7 16 117.6 16 128s7.5 18.3 14.1 25.2c3.8 3.9 7.7 8 9.2 11.5s1.4 8.7 1.5 14c.1 9.7.3 20.8 8 28.5s18.8 7.9 28.5 8c5.3.1 10.7.2 14 1.5s7.6 5.4 11.5 9.2c6.9 6.6 14.8 14.1 25.2 14.1s18.3-7.5 25.2-14.1c3.9-3.8 8-7.7 11.5-9.2s8.7-1.4 14-1.5c9.7-.1 20.8-.3 28.5-8s7.9-18.8 8-28.5c.1-5.3.2-10.7 1.5-14s5.4-7.6 9.2-11.5c6.6-6.9 14.1-14.8 14.1-25.2s-7.5-18.3-14.1-25.2ZM128 192a12 12 0 1 1 12-12a12 12 0 0 1-12 12Zm8-48.9v.9a8 8 0 0 1-16 0v-8a8 8 0 0 1 8-8a20 20 0 1 0-20-20a8 8 0 0 1-16 0a36 36 0 1 1 44 35.1Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleWavyQuestionFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.9 102.8c-3.8-3.9-7.7-8-9.2-11.5s-1.4-8.7-1.5-14c-.1-9.7-.3-20.8-8-28.5s-18.8-7.9-28.5-8c-5.3-.1-10.7-.2-14-1.5s-7.6-5.4-11.5-9.2C146.3 23.5 138.4 16 128 16s-18.3 7.5-25.2 14.1c-3.9 3.8-8 7.7-11.5 9.2s-8.7 1.4-14 1.5c-9.7.1-20.8.3-28.5 8s-7.9 18.8-8 28.5c-.1 5.3-.2 10.7-1.5 14s-5.4 7.6-9.2 11.5C23.5 109.7 16 117.6 16 128s7.5 18.3 14.1 25.2c3.8 3.9 7.7 8 9.2 11.5s1.4 8.7 1.5 14c.1 9.7.3 20.8 8 28.5s18.8 7.9 28.5 8c5.3.1 10.7.2 14 1.5s7.6 5.4 11.5 9.2c6.9 6.6 14.8 14.1 25.2 14.1s18.3-7.5 25.2-14.1c3.9-3.8 8-7.7 11.5-9.2s8.7-1.4 14-1.5c9.7-.1 20.8-.3 28.5-8s7.9-18.8 8-28.5c.1-5.3.2-10.7 1.5-14s5.4-7.6 9.2-11.5c6.6-6.9 14.1-14.8 14.1-25.2s-7.5-18.3-14.1-25.2ZM128 192a12 12 0 1 1 12-12a12 12 0 0 1-12 12Zm8-48.9v.9a8 8 0 0 1-16 0v-8a8 8 0 0 1 8-8a20 20 0 1 0-20-20a8 8 0 0 1-16 0a36 36 0 1 1 44 35.1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.9 102.8c-3.8-3.9-7.7-8-9.2-11.5s-1.4-8.7-1.5-14c-.1-9.7-.3-20.8-8-28.5s-18.8-7.9-28.5-8c-5.3-.1-10.7-.2-14-1.5s-7.6-5.4-11.5-9.2C146.3 23.5 138.4 16 128 16s-18.3 7.5-25.2 14.1c-3.9 3.8-8 7.7-11.5 9.2s-8.7 1.4-14 1.5c-9.7.1-20.8.3-28.5 8s-7.9 18.8-8 28.5c-.1 5.3-.2 10.7-1.5 14s-5.4 7.6-9.2 11.5C23.5 109.7 16 117.6 16 128s7.5 18.3 14.1 25.2c3.8 3.9 7.7 8 9.2 11.5s1.4 8.7 1.5 14c.1 9.7.3 20.8 8 28.5s18.8 7.9 28.5 8c5.3.1 10.7.2 14 1.5s7.6 5.4 11.5 9.2c6.9 6.6 14.8 14.1 25.2 14.1s18.3-7.5 25.2-14.1c3.9-3.8 8-7.7 11.5-9.2s8.7-1.4 14-1.5c9.7-.1 20.8-.3 28.5-8s7.9-18.8 8-28.5c.1-5.3.2-10.7 1.5-14s5.4-7.6 9.2-11.5c6.6-6.9 14.1-14.8 14.1-25.2s-7.5-18.3-14.1-25.2ZM128 192a12 12 0 1 1 12-12a12 12 0 0 1-12 12Zm8-48.9v.9a8 8 0 0 1-16 0v-8a8 8 0 0 1 8-8a20 20 0 1 0-20-20a8 8 0 0 1-16 0a36 36 0 1 1 44 35.1Z"/></svg>
</template>

CSS

.icon-circle-wavy-question-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M225.9%20102.8c-3.8-3.9-7.7-8-9.2-11.5s-1.4-8.7-1.5-14c-.1-9.7-.3-20.8-8-28.5s-18.8-7.9-28.5-8c-5.3-.1-10.7-.2-14-1.5s-7.6-5.4-11.5-9.2C146.3%2023.5%20138.4%2016%20128%2016s-18.3%207.5-25.2%2014.1c-3.9%203.8-8%207.7-11.5%209.2s-8.7%201.4-14%201.5c-9.7.1-20.8.3-28.5%208s-7.9%2018.8-8%2028.5c-.1%205.3-.2%2010.7-1.5%2014s-5.4%207.6-9.2%2011.5C23.5%20109.7%2016%20117.6%2016%20128s7.5%2018.3%2014.1%2025.2c3.8%203.9%207.7%208%209.2%2011.5s1.4%208.7%201.5%2014c.1%209.7.3%2020.8%208%2028.5s18.8%207.9%2028.5%208c5.3.1%2010.7.2%2014%201.5s7.6%205.4%2011.5%209.2c6.9%206.6%2014.8%2014.1%2025.2%2014.1s18.3-7.5%2025.2-14.1c3.9-3.8%208-7.7%2011.5-9.2s8.7-1.4%2014-1.5c9.7-.1%2020.8-.3%2028.5-8s7.9-18.8%208-28.5c.1-5.3.2-10.7%201.5-14s5.4-7.6%209.2-11.5c6.6-6.9%2014.1-14.8%2014.1-25.2s-7.5-18.3-14.1-25.2ZM128%20192a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012Zm8-48.9v.9a8%208%200%200%201-16%200v-8a8%208%200%200%201%208-8a20%2020%200%201%200-20-20a8%208%200%200%201-16%200a36%2036%200%201%201%2044%2035.1Z%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M225.9%20102.8c-3.8-3.9-7.7-8-9.2-11.5s-1.4-8.7-1.5-14c-.1-9.7-.3-20.8-8-28.5s-18.8-7.9-28.5-8c-5.3-.1-10.7-.2-14-1.5s-7.6-5.4-11.5-9.2C146.3%2023.5%20138.4%2016%20128%2016s-18.3%207.5-25.2%2014.1c-3.9%203.8-8%207.7-11.5%209.2s-8.7%201.4-14%201.5c-9.7.1-20.8.3-28.5%208s-7.9%2018.8-8%2028.5c-.1%205.3-.2%2010.7-1.5%2014s-5.4%207.6-9.2%2011.5C23.5%20109.7%2016%20117.6%2016%20128s7.5%2018.3%2014.1%2025.2c3.8%203.9%207.7%208%209.2%2011.5s1.4%208.7%201.5%2014c.1%209.7.3%2020.8%208%2028.5s18.8%207.9%2028.5%208c5.3.1%2010.7.2%2014%201.5s7.6%205.4%2011.5%209.2c6.9%206.6%2014.8%2014.1%2025.2%2014.1s18.3-7.5%2025.2-14.1c3.9-3.8%208-7.7%2011.5-9.2s8.7-1.4%2014-1.5c9.7-.1%2020.8-.3%2028.5-8s7.9-18.8%208-28.5c.1-5.3.2-10.7%201.5-14s5.4-7.6%209.2-11.5c6.6-6.9%2014.1-14.8%2014.1-25.2s-7.5-18.3-14.1-25.2ZM128%20192a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012Zm8-48.9v.9a8%208%200%200%201-16%200v-8a8%208%200%200%201%208-8a20%2020%200%201%200-20-20a8%208%200%200%201-16%200a36%2036%200%201%201%2044%2035.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/circle-wavy-question-fill.svg?color=%231a73e8&size=48