circle wavy question icon

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

Name
circle-wavy-question-thin
Set
Phosphor
Style
Thin
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="M223 105.6c-4.1-4.2-8.2-8.6-10-12.8s-1.7-9.5-1.8-15.4c-.1-9-.3-19.2-6.8-25.8s-16.8-6.7-25.8-6.8c-5.9-.1-11.4-.2-15.4-1.8s-8.6-5.9-12.8-10c-6.7-6.4-13.6-13-22.4-13s-15.7 6.6-22.4 13c-4.2 4.1-8.6 8.2-12.8 10s-9.5 1.7-15.4 1.8c-9 .1-19.2.3-25.8 6.8s-6.7 16.8-6.8 25.8c-.1 5.9-.2 11.4-1.8 15.4s-5.9 8.6-10 12.8c-6.4 6.7-13 13.6-13 22.4s6.6 15.7 13 22.4c4.1 4.2 8.2 8.6 10 12.8s1.7 9.5 1.8 15.4c.1 9 .3 19.2 6.8 25.8s16.8 6.7 25.8 6.8c5.9.1 11.4.2 15.4 1.8s8.6 5.9 12.8 10c6.7 6.4 13.6 13 22.4 13s15.7-6.6 22.4-13c4.2-4.1 8.6-8.2 12.8-10s9.5-1.7 15.4-1.8c9-.1 19.2-.3 25.8-6.8s6.7-16.8 6.8-25.8c.1-5.9.2-11.4 1.8-15.4s5.9-8.6 10-12.8c6.4-6.7 13-13.6 13-22.4s-6.6-15.7-13-22.4Zm-5.8 39.3c-4.5 4.7-9.2 9.6-11.6 15.3s-2.3 11.9-2.4 18.3c-.1 8.2-.2 16-4.5 20.2s-12 4.4-20.2 4.5c-6.4.1-13 .2-18.3 2.4s-10.6 7.1-15.3 11.6S133.6 228 128 228s-11.1-5.2-16.9-10.8s-9.6-9.2-15.3-11.6s-11.9-2.3-18.3-2.4c-8.2-.1-16-.2-20.2-4.5s-4.4-12-4.5-20.2c-.1-6.4-.2-13-2.4-18.3s-7.1-10.6-11.6-15.3S28 133.6 28 128s5.2-11.1 10.8-16.9s9.2-9.6 11.6-15.3s2.3-11.9 2.4-18.3c.1-8.2.2-16 4.5-20.2s12-4.4 20.2-4.5c6.4-.1 13-.2 18.3-2.4s10.6-7.1 15.3-11.6S122.4 28 128 28s11.1 5.2 16.9 10.8s9.6 9.2 15.3 11.6s11.9 2.3 18.3 2.4c8.2.1 16 .2 20.2 4.5s4.4 12 4.5 20.2c.1 6.4.2 13 2.4 18.3s7.1 10.6 11.6 15.3S228 122.4 228 128s-5.2 11.1-10.8 16.9ZM136 180a8 8 0 1 1-8-8a8 8 0 0 1 8 8Zm24-72a32.1 32.1 0 0 1-28 31.8v4.2a4 4 0 0 1-8 0v-8a4 4 0 0 1 4-4a24 24 0 1 0-24-24a4 4 0 0 1-8 0a32 32 0 0 1 64 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleWavyQuestionThin(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="M223 105.6c-4.1-4.2-8.2-8.6-10-12.8s-1.7-9.5-1.8-15.4c-.1-9-.3-19.2-6.8-25.8s-16.8-6.7-25.8-6.8c-5.9-.1-11.4-.2-15.4-1.8s-8.6-5.9-12.8-10c-6.7-6.4-13.6-13-22.4-13s-15.7 6.6-22.4 13c-4.2 4.1-8.6 8.2-12.8 10s-9.5 1.7-15.4 1.8c-9 .1-19.2.3-25.8 6.8s-6.7 16.8-6.8 25.8c-.1 5.9-.2 11.4-1.8 15.4s-5.9 8.6-10 12.8c-6.4 6.7-13 13.6-13 22.4s6.6 15.7 13 22.4c4.1 4.2 8.2 8.6 10 12.8s1.7 9.5 1.8 15.4c.1 9 .3 19.2 6.8 25.8s16.8 6.7 25.8 6.8c5.9.1 11.4.2 15.4 1.8s8.6 5.9 12.8 10c6.7 6.4 13.6 13 22.4 13s15.7-6.6 22.4-13c4.2-4.1 8.6-8.2 12.8-10s9.5-1.7 15.4-1.8c9-.1 19.2-.3 25.8-6.8s6.7-16.8 6.8-25.8c.1-5.9.2-11.4 1.8-15.4s5.9-8.6 10-12.8c6.4-6.7 13-13.6 13-22.4s-6.6-15.7-13-22.4Zm-5.8 39.3c-4.5 4.7-9.2 9.6-11.6 15.3s-2.3 11.9-2.4 18.3c-.1 8.2-.2 16-4.5 20.2s-12 4.4-20.2 4.5c-6.4.1-13 .2-18.3 2.4s-10.6 7.1-15.3 11.6S133.6 228 128 228s-11.1-5.2-16.9-10.8s-9.6-9.2-15.3-11.6s-11.9-2.3-18.3-2.4c-8.2-.1-16-.2-20.2-4.5s-4.4-12-4.5-20.2c-.1-6.4-.2-13-2.4-18.3s-7.1-10.6-11.6-15.3S28 133.6 28 128s5.2-11.1 10.8-16.9s9.2-9.6 11.6-15.3s2.3-11.9 2.4-18.3c.1-8.2.2-16 4.5-20.2s12-4.4 20.2-4.5c6.4-.1 13-.2 18.3-2.4s10.6-7.1 15.3-11.6S122.4 28 128 28s11.1 5.2 16.9 10.8s9.6 9.2 15.3 11.6s11.9 2.3 18.3 2.4c8.2.1 16 .2 20.2 4.5s4.4 12 4.5 20.2c.1 6.4.2 13 2.4 18.3s7.1 10.6 11.6 15.3S228 122.4 228 128s-5.2 11.1-10.8 16.9ZM136 180a8 8 0 1 1-8-8a8 8 0 0 1 8 8Zm24-72a32.1 32.1 0 0 1-28 31.8v4.2a4 4 0 0 1-8 0v-8a4 4 0 0 1 4-4a24 24 0 1 0-24-24a4 4 0 0 1-8 0a32 32 0 0 1 64 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223 105.6c-4.1-4.2-8.2-8.6-10-12.8s-1.7-9.5-1.8-15.4c-.1-9-.3-19.2-6.8-25.8s-16.8-6.7-25.8-6.8c-5.9-.1-11.4-.2-15.4-1.8s-8.6-5.9-12.8-10c-6.7-6.4-13.6-13-22.4-13s-15.7 6.6-22.4 13c-4.2 4.1-8.6 8.2-12.8 10s-9.5 1.7-15.4 1.8c-9 .1-19.2.3-25.8 6.8s-6.7 16.8-6.8 25.8c-.1 5.9-.2 11.4-1.8 15.4s-5.9 8.6-10 12.8c-6.4 6.7-13 13.6-13 22.4s6.6 15.7 13 22.4c4.1 4.2 8.2 8.6 10 12.8s1.7 9.5 1.8 15.4c.1 9 .3 19.2 6.8 25.8s16.8 6.7 25.8 6.8c5.9.1 11.4.2 15.4 1.8s8.6 5.9 12.8 10c6.7 6.4 13.6 13 22.4 13s15.7-6.6 22.4-13c4.2-4.1 8.6-8.2 12.8-10s9.5-1.7 15.4-1.8c9-.1 19.2-.3 25.8-6.8s6.7-16.8 6.8-25.8c.1-5.9.2-11.4 1.8-15.4s5.9-8.6 10-12.8c6.4-6.7 13-13.6 13-22.4s-6.6-15.7-13-22.4Zm-5.8 39.3c-4.5 4.7-9.2 9.6-11.6 15.3s-2.3 11.9-2.4 18.3c-.1 8.2-.2 16-4.5 20.2s-12 4.4-20.2 4.5c-6.4.1-13 .2-18.3 2.4s-10.6 7.1-15.3 11.6S133.6 228 128 228s-11.1-5.2-16.9-10.8s-9.6-9.2-15.3-11.6s-11.9-2.3-18.3-2.4c-8.2-.1-16-.2-20.2-4.5s-4.4-12-4.5-20.2c-.1-6.4-.2-13-2.4-18.3s-7.1-10.6-11.6-15.3S28 133.6 28 128s5.2-11.1 10.8-16.9s9.2-9.6 11.6-15.3s2.3-11.9 2.4-18.3c.1-8.2.2-16 4.5-20.2s12-4.4 20.2-4.5c6.4-.1 13-.2 18.3-2.4s10.6-7.1 15.3-11.6S122.4 28 128 28s11.1 5.2 16.9 10.8s9.6 9.2 15.3 11.6s11.9 2.3 18.3 2.4c8.2.1 16 .2 20.2 4.5s4.4 12 4.5 20.2c.1 6.4.2 13 2.4 18.3s7.1 10.6 11.6 15.3S228 122.4 228 128s-5.2 11.1-10.8 16.9ZM136 180a8 8 0 1 1-8-8a8 8 0 0 1 8 8Zm24-72a32.1 32.1 0 0 1-28 31.8v4.2a4 4 0 0 1-8 0v-8a4 4 0 0 1 4-4a24 24 0 1 0-24-24a4 4 0 0 1-8 0a32 32 0 0 1 64 0Z"/></svg>
</template>

CSS

.icon-circle-wavy-question-thin {
  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%22M223%20105.6c-4.1-4.2-8.2-8.6-10-12.8s-1.7-9.5-1.8-15.4c-.1-9-.3-19.2-6.8-25.8s-16.8-6.7-25.8-6.8c-5.9-.1-11.4-.2-15.4-1.8s-8.6-5.9-12.8-10c-6.7-6.4-13.6-13-22.4-13s-15.7%206.6-22.4%2013c-4.2%204.1-8.6%208.2-12.8%2010s-9.5%201.7-15.4%201.8c-9%20.1-19.2.3-25.8%206.8s-6.7%2016.8-6.8%2025.8c-.1%205.9-.2%2011.4-1.8%2015.4s-5.9%208.6-10%2012.8c-6.4%206.7-13%2013.6-13%2022.4s6.6%2015.7%2013%2022.4c4.1%204.2%208.2%208.6%2010%2012.8s1.7%209.5%201.8%2015.4c.1%209%20.3%2019.2%206.8%2025.8s16.8%206.7%2025.8%206.8c5.9.1%2011.4.2%2015.4%201.8s8.6%205.9%2012.8%2010c6.7%206.4%2013.6%2013%2022.4%2013s15.7-6.6%2022.4-13c4.2-4.1%208.6-8.2%2012.8-10s9.5-1.7%2015.4-1.8c9-.1%2019.2-.3%2025.8-6.8s6.7-16.8%206.8-25.8c.1-5.9.2-11.4%201.8-15.4s5.9-8.6%2010-12.8c6.4-6.7%2013-13.6%2013-22.4s-6.6-15.7-13-22.4Zm-5.8%2039.3c-4.5%204.7-9.2%209.6-11.6%2015.3s-2.3%2011.9-2.4%2018.3c-.1%208.2-.2%2016-4.5%2020.2s-12%204.4-20.2%204.5c-6.4.1-13%20.2-18.3%202.4s-10.6%207.1-15.3%2011.6S133.6%20228%20128%20228s-11.1-5.2-16.9-10.8s-9.6-9.2-15.3-11.6s-11.9-2.3-18.3-2.4c-8.2-.1-16-.2-20.2-4.5s-4.4-12-4.5-20.2c-.1-6.4-.2-13-2.4-18.3s-7.1-10.6-11.6-15.3S28%20133.6%2028%20128s5.2-11.1%2010.8-16.9s9.2-9.6%2011.6-15.3s2.3-11.9%202.4-18.3c.1-8.2.2-16%204.5-20.2s12-4.4%2020.2-4.5c6.4-.1%2013-.2%2018.3-2.4s10.6-7.1%2015.3-11.6S122.4%2028%20128%2028s11.1%205.2%2016.9%2010.8s9.6%209.2%2015.3%2011.6s11.9%202.3%2018.3%202.4c8.2.1%2016%20.2%2020.2%204.5s4.4%2012%204.5%2020.2c.1%206.4.2%2013%202.4%2018.3s7.1%2010.6%2011.6%2015.3S228%20122.4%20228%20128s-5.2%2011.1-10.8%2016.9ZM136%20180a8%208%200%201%201-8-8a8%208%200%200%201%208%208Zm24-72a32.1%2032.1%200%200%201-28%2031.8v4.2a4%204%200%200%201-8%200v-8a4%204%200%200%201%204-4a24%2024%200%201%200-24-24a4%204%200%200%201-8%200a32%2032%200%200%201%2064%200Z%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%22M223%20105.6c-4.1-4.2-8.2-8.6-10-12.8s-1.7-9.5-1.8-15.4c-.1-9-.3-19.2-6.8-25.8s-16.8-6.7-25.8-6.8c-5.9-.1-11.4-.2-15.4-1.8s-8.6-5.9-12.8-10c-6.7-6.4-13.6-13-22.4-13s-15.7%206.6-22.4%2013c-4.2%204.1-8.6%208.2-12.8%2010s-9.5%201.7-15.4%201.8c-9%20.1-19.2.3-25.8%206.8s-6.7%2016.8-6.8%2025.8c-.1%205.9-.2%2011.4-1.8%2015.4s-5.9%208.6-10%2012.8c-6.4%206.7-13%2013.6-13%2022.4s6.6%2015.7%2013%2022.4c4.1%204.2%208.2%208.6%2010%2012.8s1.7%209.5%201.8%2015.4c.1%209%20.3%2019.2%206.8%2025.8s16.8%206.7%2025.8%206.8c5.9.1%2011.4.2%2015.4%201.8s8.6%205.9%2012.8%2010c6.7%206.4%2013.6%2013%2022.4%2013s15.7-6.6%2022.4-13c4.2-4.1%208.6-8.2%2012.8-10s9.5-1.7%2015.4-1.8c9-.1%2019.2-.3%2025.8-6.8s6.7-16.8%206.8-25.8c.1-5.9.2-11.4%201.8-15.4s5.9-8.6%2010-12.8c6.4-6.7%2013-13.6%2013-22.4s-6.6-15.7-13-22.4Zm-5.8%2039.3c-4.5%204.7-9.2%209.6-11.6%2015.3s-2.3%2011.9-2.4%2018.3c-.1%208.2-.2%2016-4.5%2020.2s-12%204.4-20.2%204.5c-6.4.1-13%20.2-18.3%202.4s-10.6%207.1-15.3%2011.6S133.6%20228%20128%20228s-11.1-5.2-16.9-10.8s-9.6-9.2-15.3-11.6s-11.9-2.3-18.3-2.4c-8.2-.1-16-.2-20.2-4.5s-4.4-12-4.5-20.2c-.1-6.4-.2-13-2.4-18.3s-7.1-10.6-11.6-15.3S28%20133.6%2028%20128s5.2-11.1%2010.8-16.9s9.2-9.6%2011.6-15.3s2.3-11.9%202.4-18.3c.1-8.2.2-16%204.5-20.2s12-4.4%2020.2-4.5c6.4-.1%2013-.2%2018.3-2.4s10.6-7.1%2015.3-11.6S122.4%2028%20128%2028s11.1%205.2%2016.9%2010.8s9.6%209.2%2015.3%2011.6s11.9%202.3%2018.3%202.4c8.2.1%2016%20.2%2020.2%204.5s4.4%2012%204.5%2020.2c.1%206.4.2%2013%202.4%2018.3s7.1%2010.6%2011.6%2015.3S228%20122.4%20228%20128s-5.2%2011.1-10.8%2016.9ZM136%20180a8%208%200%201%201-8-8a8%208%200%200%201%208%208Zm24-72a32.1%2032.1%200%200%201-28%2031.8v4.2a4%204%200%200%201-8%200v-8a4%204%200%200%201%204-4a24%2024%200%201%200-24-24a4%204%200%200%201-8%200a32%2032%200%200%201%2064%200Z%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-thin.svg?color=%231a73e8&size=48