circle wavy check icon

circle-wavy-check-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
circle-wavy-check-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the circle wavy check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.7 100c-3.5-3.6-7.1-7.4-8.3-10.3s-1.1-7.8-1.2-12.4c-.2-10-.3-22.5-9.2-31.3s-21.3-9-31.3-9.2c-4.6-.1-9.9-.1-12.4-1.2s-6.7-4.8-10.3-8.3c-7.1-6.8-15.9-15.3-28-15.3s-20.9 8.5-28 15.3c-3.6 3.5-7.4 7.1-10.3 8.3s-7.8 1.1-12.4 1.2c-10 .2-22.5.3-31.3 9.2s-9 21.3-9.2 31.3c-.1 4.6-.1 9.9-1.2 12.4s-4.8 6.7-8.3 10.3c-6.8 7.1-15.3 15.9-15.3 28s8.5 20.9 15.3 28c3.5 3.6 7.1 7.4 8.3 10.3s1.1 7.8 1.2 12.4c.2 10 .3 22.5 9.2 31.3s21.3 9 31.3 9.2c4.6.1 9.9.1 12.4 1.2s6.7 4.8 10.3 8.3c7.1 6.8 15.9 15.3 28 15.3s20.9-8.5 28-15.3c3.6-3.5 7.4-7.1 10.3-8.3s7.8-1.1 12.4-1.2c10-.2 22.5-.3 31.3-9.2s9-21.3 9.2-31.3c.1-4.6.1-9.9 1.2-12.4s4.8-6.7 8.3-10.3c6.8-7.1 15.3-15.9 15.3-28s-8.5-20.9-15.3-28Zm-17.3 39.3c-4.8 5.1-10.3 10.8-13.2 17.8s-2.9 14.2-3 21.3c-.1 5.3-.2 12.7-2.1 14.7s-9.3 2-14.7 2.1c-7.1.1-14.5.2-21.3 3s-12.7 8.4-17.8 13.2c-3.5 3.4-8.9 8.6-11.3 8.6s-7.8-5.2-11.3-8.6c-5.1-4.8-10.8-10.3-17.8-13.2s-14.2-2.9-21.3-3c-5.3-.1-12.7-.2-14.7-2.1s-2-9.4-2.1-14.7c-.1-7.1-.2-14.5-3-21.3s-8.4-12.7-13.2-17.8c-3.4-3.5-8.6-8.9-8.6-11.3s5.2-7.8 8.6-11.3c4.8-5.1 10.3-10.8 13.2-17.8s2.9-14.2 3-21.3c.1-5.4.2-12.7 2.1-14.7s9.4-2 14.7-2.1c7.1-.1 14.5-.2 21.3-3s12.7-8.4 17.8-13.2c3.5-3.4 8.9-8.6 11.3-8.6s7.8 5.2 11.3 8.6c5.1 4.8 10.8 10.3 17.8 13.2s14.2 2.9 21.3 3c5.4.1 12.7.2 14.7 2.1s2 9.3 2.1 14.7c.1 7.1.2 14.5 3 21.3s8.4 12.7 13.2 17.8c3.4 3.5 8.6 8.9 8.6 11.3s-5.2 7.8-8.6 11.3Zm-30.7-43.6a12 12 0 0 1-.4 17l-58.7 56a12 12 0 0 1-8.3 3.3a12.2 12.2 0 0 1-8.3-3.3l-29.3-28a12 12 0 1 1 16.6-17.4l21 20.1l50.4-48.1a12 12 0 0 1 17 .4Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleWavyCheckBold(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="M228.7 100c-3.5-3.6-7.1-7.4-8.3-10.3s-1.1-7.8-1.2-12.4c-.2-10-.3-22.5-9.2-31.3s-21.3-9-31.3-9.2c-4.6-.1-9.9-.1-12.4-1.2s-6.7-4.8-10.3-8.3c-7.1-6.8-15.9-15.3-28-15.3s-20.9 8.5-28 15.3c-3.6 3.5-7.4 7.1-10.3 8.3s-7.8 1.1-12.4 1.2c-10 .2-22.5.3-31.3 9.2s-9 21.3-9.2 31.3c-.1 4.6-.1 9.9-1.2 12.4s-4.8 6.7-8.3 10.3c-6.8 7.1-15.3 15.9-15.3 28s8.5 20.9 15.3 28c3.5 3.6 7.1 7.4 8.3 10.3s1.1 7.8 1.2 12.4c.2 10 .3 22.5 9.2 31.3s21.3 9 31.3 9.2c4.6.1 9.9.1 12.4 1.2s6.7 4.8 10.3 8.3c7.1 6.8 15.9 15.3 28 15.3s20.9-8.5 28-15.3c3.6-3.5 7.4-7.1 10.3-8.3s7.8-1.1 12.4-1.2c10-.2 22.5-.3 31.3-9.2s9-21.3 9.2-31.3c.1-4.6.1-9.9 1.2-12.4s4.8-6.7 8.3-10.3c6.8-7.1 15.3-15.9 15.3-28s-8.5-20.9-15.3-28Zm-17.3 39.3c-4.8 5.1-10.3 10.8-13.2 17.8s-2.9 14.2-3 21.3c-.1 5.3-.2 12.7-2.1 14.7s-9.3 2-14.7 2.1c-7.1.1-14.5.2-21.3 3s-12.7 8.4-17.8 13.2c-3.5 3.4-8.9 8.6-11.3 8.6s-7.8-5.2-11.3-8.6c-5.1-4.8-10.8-10.3-17.8-13.2s-14.2-2.9-21.3-3c-5.3-.1-12.7-.2-14.7-2.1s-2-9.4-2.1-14.7c-.1-7.1-.2-14.5-3-21.3s-8.4-12.7-13.2-17.8c-3.4-3.5-8.6-8.9-8.6-11.3s5.2-7.8 8.6-11.3c4.8-5.1 10.3-10.8 13.2-17.8s2.9-14.2 3-21.3c.1-5.4.2-12.7 2.1-14.7s9.4-2 14.7-2.1c7.1-.1 14.5-.2 21.3-3s12.7-8.4 17.8-13.2c3.5-3.4 8.9-8.6 11.3-8.6s7.8 5.2 11.3 8.6c5.1 4.8 10.8 10.3 17.8 13.2s14.2 2.9 21.3 3c5.4.1 12.7.2 14.7 2.1s2 9.3 2.1 14.7c.1 7.1.2 14.5 3 21.3s8.4 12.7 13.2 17.8c3.4 3.5 8.6 8.9 8.6 11.3s-5.2 7.8-8.6 11.3Zm-30.7-43.6a12 12 0 0 1-.4 17l-58.7 56a12 12 0 0 1-8.3 3.3a12.2 12.2 0 0 1-8.3-3.3l-29.3-28a12 12 0 1 1 16.6-17.4l21 20.1l50.4-48.1a12 12 0 0 1 17 .4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.7 100c-3.5-3.6-7.1-7.4-8.3-10.3s-1.1-7.8-1.2-12.4c-.2-10-.3-22.5-9.2-31.3s-21.3-9-31.3-9.2c-4.6-.1-9.9-.1-12.4-1.2s-6.7-4.8-10.3-8.3c-7.1-6.8-15.9-15.3-28-15.3s-20.9 8.5-28 15.3c-3.6 3.5-7.4 7.1-10.3 8.3s-7.8 1.1-12.4 1.2c-10 .2-22.5.3-31.3 9.2s-9 21.3-9.2 31.3c-.1 4.6-.1 9.9-1.2 12.4s-4.8 6.7-8.3 10.3c-6.8 7.1-15.3 15.9-15.3 28s8.5 20.9 15.3 28c3.5 3.6 7.1 7.4 8.3 10.3s1.1 7.8 1.2 12.4c.2 10 .3 22.5 9.2 31.3s21.3 9 31.3 9.2c4.6.1 9.9.1 12.4 1.2s6.7 4.8 10.3 8.3c7.1 6.8 15.9 15.3 28 15.3s20.9-8.5 28-15.3c3.6-3.5 7.4-7.1 10.3-8.3s7.8-1.1 12.4-1.2c10-.2 22.5-.3 31.3-9.2s9-21.3 9.2-31.3c.1-4.6.1-9.9 1.2-12.4s4.8-6.7 8.3-10.3c6.8-7.1 15.3-15.9 15.3-28s-8.5-20.9-15.3-28Zm-17.3 39.3c-4.8 5.1-10.3 10.8-13.2 17.8s-2.9 14.2-3 21.3c-.1 5.3-.2 12.7-2.1 14.7s-9.3 2-14.7 2.1c-7.1.1-14.5.2-21.3 3s-12.7 8.4-17.8 13.2c-3.5 3.4-8.9 8.6-11.3 8.6s-7.8-5.2-11.3-8.6c-5.1-4.8-10.8-10.3-17.8-13.2s-14.2-2.9-21.3-3c-5.3-.1-12.7-.2-14.7-2.1s-2-9.4-2.1-14.7c-.1-7.1-.2-14.5-3-21.3s-8.4-12.7-13.2-17.8c-3.4-3.5-8.6-8.9-8.6-11.3s5.2-7.8 8.6-11.3c4.8-5.1 10.3-10.8 13.2-17.8s2.9-14.2 3-21.3c.1-5.4.2-12.7 2.1-14.7s9.4-2 14.7-2.1c7.1-.1 14.5-.2 21.3-3s12.7-8.4 17.8-13.2c3.5-3.4 8.9-8.6 11.3-8.6s7.8 5.2 11.3 8.6c5.1 4.8 10.8 10.3 17.8 13.2s14.2 2.9 21.3 3c5.4.1 12.7.2 14.7 2.1s2 9.3 2.1 14.7c.1 7.1.2 14.5 3 21.3s8.4 12.7 13.2 17.8c3.4 3.5 8.6 8.9 8.6 11.3s-5.2 7.8-8.6 11.3Zm-30.7-43.6a12 12 0 0 1-.4 17l-58.7 56a12 12 0 0 1-8.3 3.3a12.2 12.2 0 0 1-8.3-3.3l-29.3-28a12 12 0 1 1 16.6-17.4l21 20.1l50.4-48.1a12 12 0 0 1 17 .4Z"/></svg>
</template>

CSS

.icon-circle-wavy-check-bold {
  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%22M228.7%20100c-3.5-3.6-7.1-7.4-8.3-10.3s-1.1-7.8-1.2-12.4c-.2-10-.3-22.5-9.2-31.3s-21.3-9-31.3-9.2c-4.6-.1-9.9-.1-12.4-1.2s-6.7-4.8-10.3-8.3c-7.1-6.8-15.9-15.3-28-15.3s-20.9%208.5-28%2015.3c-3.6%203.5-7.4%207.1-10.3%208.3s-7.8%201.1-12.4%201.2c-10%20.2-22.5.3-31.3%209.2s-9%2021.3-9.2%2031.3c-.1%204.6-.1%209.9-1.2%2012.4s-4.8%206.7-8.3%2010.3c-6.8%207.1-15.3%2015.9-15.3%2028s8.5%2020.9%2015.3%2028c3.5%203.6%207.1%207.4%208.3%2010.3s1.1%207.8%201.2%2012.4c.2%2010%20.3%2022.5%209.2%2031.3s21.3%209%2031.3%209.2c4.6.1%209.9.1%2012.4%201.2s6.7%204.8%2010.3%208.3c7.1%206.8%2015.9%2015.3%2028%2015.3s20.9-8.5%2028-15.3c3.6-3.5%207.4-7.1%2010.3-8.3s7.8-1.1%2012.4-1.2c10-.2%2022.5-.3%2031.3-9.2s9-21.3%209.2-31.3c.1-4.6.1-9.9%201.2-12.4s4.8-6.7%208.3-10.3c6.8-7.1%2015.3-15.9%2015.3-28s-8.5-20.9-15.3-28Zm-17.3%2039.3c-4.8%205.1-10.3%2010.8-13.2%2017.8s-2.9%2014.2-3%2021.3c-.1%205.3-.2%2012.7-2.1%2014.7s-9.3%202-14.7%202.1c-7.1.1-14.5.2-21.3%203s-12.7%208.4-17.8%2013.2c-3.5%203.4-8.9%208.6-11.3%208.6s-7.8-5.2-11.3-8.6c-5.1-4.8-10.8-10.3-17.8-13.2s-14.2-2.9-21.3-3c-5.3-.1-12.7-.2-14.7-2.1s-2-9.4-2.1-14.7c-.1-7.1-.2-14.5-3-21.3s-8.4-12.7-13.2-17.8c-3.4-3.5-8.6-8.9-8.6-11.3s5.2-7.8%208.6-11.3c4.8-5.1%2010.3-10.8%2013.2-17.8s2.9-14.2%203-21.3c.1-5.4.2-12.7%202.1-14.7s9.4-2%2014.7-2.1c7.1-.1%2014.5-.2%2021.3-3s12.7-8.4%2017.8-13.2c3.5-3.4%208.9-8.6%2011.3-8.6s7.8%205.2%2011.3%208.6c5.1%204.8%2010.8%2010.3%2017.8%2013.2s14.2%202.9%2021.3%203c5.4.1%2012.7.2%2014.7%202.1s2%209.3%202.1%2014.7c.1%207.1.2%2014.5%203%2021.3s8.4%2012.7%2013.2%2017.8c3.4%203.5%208.6%208.9%208.6%2011.3s-5.2%207.8-8.6%2011.3Zm-30.7-43.6a12%2012%200%200%201-.4%2017l-58.7%2056a12%2012%200%200%201-8.3%203.3a12.2%2012.2%200%200%201-8.3-3.3l-29.3-28a12%2012%200%201%201%2016.6-17.4l21%2020.1l50.4-48.1a12%2012%200%200%201%2017%20.4Z%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%22M228.7%20100c-3.5-3.6-7.1-7.4-8.3-10.3s-1.1-7.8-1.2-12.4c-.2-10-.3-22.5-9.2-31.3s-21.3-9-31.3-9.2c-4.6-.1-9.9-.1-12.4-1.2s-6.7-4.8-10.3-8.3c-7.1-6.8-15.9-15.3-28-15.3s-20.9%208.5-28%2015.3c-3.6%203.5-7.4%207.1-10.3%208.3s-7.8%201.1-12.4%201.2c-10%20.2-22.5.3-31.3%209.2s-9%2021.3-9.2%2031.3c-.1%204.6-.1%209.9-1.2%2012.4s-4.8%206.7-8.3%2010.3c-6.8%207.1-15.3%2015.9-15.3%2028s8.5%2020.9%2015.3%2028c3.5%203.6%207.1%207.4%208.3%2010.3s1.1%207.8%201.2%2012.4c.2%2010%20.3%2022.5%209.2%2031.3s21.3%209%2031.3%209.2c4.6.1%209.9.1%2012.4%201.2s6.7%204.8%2010.3%208.3c7.1%206.8%2015.9%2015.3%2028%2015.3s20.9-8.5%2028-15.3c3.6-3.5%207.4-7.1%2010.3-8.3s7.8-1.1%2012.4-1.2c10-.2%2022.5-.3%2031.3-9.2s9-21.3%209.2-31.3c.1-4.6.1-9.9%201.2-12.4s4.8-6.7%208.3-10.3c6.8-7.1%2015.3-15.9%2015.3-28s-8.5-20.9-15.3-28Zm-17.3%2039.3c-4.8%205.1-10.3%2010.8-13.2%2017.8s-2.9%2014.2-3%2021.3c-.1%205.3-.2%2012.7-2.1%2014.7s-9.3%202-14.7%202.1c-7.1.1-14.5.2-21.3%203s-12.7%208.4-17.8%2013.2c-3.5%203.4-8.9%208.6-11.3%208.6s-7.8-5.2-11.3-8.6c-5.1-4.8-10.8-10.3-17.8-13.2s-14.2-2.9-21.3-3c-5.3-.1-12.7-.2-14.7-2.1s-2-9.4-2.1-14.7c-.1-7.1-.2-14.5-3-21.3s-8.4-12.7-13.2-17.8c-3.4-3.5-8.6-8.9-8.6-11.3s5.2-7.8%208.6-11.3c4.8-5.1%2010.3-10.8%2013.2-17.8s2.9-14.2%203-21.3c.1-5.4.2-12.7%202.1-14.7s9.4-2%2014.7-2.1c7.1-.1%2014.5-.2%2021.3-3s12.7-8.4%2017.8-13.2c3.5-3.4%208.9-8.6%2011.3-8.6s7.8%205.2%2011.3%208.6c5.1%204.8%2010.8%2010.3%2017.8%2013.2s14.2%202.9%2021.3%203c5.4.1%2012.7.2%2014.7%202.1s2%209.3%202.1%2014.7c.1%207.1.2%2014.5%203%2021.3s8.4%2012.7%2013.2%2017.8c3.4%203.5%208.6%208.9%208.6%2011.3s-5.2%207.8-8.6%2011.3Zm-30.7-43.6a12%2012%200%200%201-.4%2017l-58.7%2056a12%2012%200%200%201-8.3%203.3a12.2%2012.2%200%200%201-8.3-3.3l-29.3-28a12%2012%200%201%201%2016.6-17.4l21%2020.1l50.4-48.1a12%2012%200%200%201%2017%20.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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