circle wavy check icon

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

Name
circle-wavy-check-light
Set
Phosphor
Style
Light
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="M224.4 104.2c-3.9-4.1-7.9-8.3-9.5-12.2s-1.6-9-1.7-14.7c-.1-9.3-.3-20-7.4-27.1s-17.8-7.3-27.1-7.4c-5.7-.1-11.1-.2-14.7-1.7s-8.1-5.6-12.2-9.5C145.2 25.2 137.6 18 128 18s-17.2 7.2-23.8 13.6c-4.1 3.9-8.3 7.9-12.2 9.5s-9 1.6-14.7 1.7c-9.3.1-20 .3-27.1 7.4S42.9 68 42.8 77.3c-.1 5.7-.2 11.1-1.7 14.7s-5.6 8.1-9.5 12.2C25.2 110.8 18 118.4 18 128s7.2 17.2 13.6 23.8c3.9 4.1 7.9 8.3 9.5 12.2s1.6 9 1.7 14.7c.1 9.3.3 20 7.4 27.1s17.8 7.3 27.1 7.4c5.7.1 11.1.2 14.7 1.7s8.1 5.6 12.2 9.5c6.6 6.4 14.2 13.6 23.8 13.6s17.2-7.2 23.8-13.6c4.1-3.9 8.3-7.9 12.2-9.5s9-1.6 14.7-1.7c9.3-.1 20-.3 27.1-7.4s7.3-17.8 7.4-27.1c.1-5.7.2-11.1 1.7-14.7s5.6-8.1 9.5-12.2c6.4-6.6 13.6-14.2 13.6-23.8s-7.2-17.2-13.6-23.8Zm-8.6 39.3c-4.7 4.9-9.5 9.9-12 15.9s-2.5 12.5-2.6 19.1s-.2 15.1-3.9 18.8s-11.4 3.8-18.8 3.9s-13.4.2-19.1 2.6s-11 7.3-15.9 12S132.8 226 128 226s-10.2-5.2-15.5-10.2s-9.9-9.5-15.9-12s-12.5-2.5-19.1-2.6s-15.1-.2-18.8-3.9s-3.8-11.4-3.9-18.8s-.2-13.4-2.6-19.1s-7.3-11-12-15.9S30 132.8 30 128s5.2-10.2 10.2-15.5s9.5-9.9 12-15.9s2.5-12.5 2.6-19.1s.2-15.1 3.9-18.8s11.4-3.8 18.8-3.9s13.4-.2 19.1-2.6s11-7.3 15.9-12S123.2 30 128 30s10.2 5.2 15.5 10.2s9.9 9.5 15.9 12s12.5 2.5 19.1 2.6s15.1.2 18.8 3.9s3.8 11.4 3.9 18.8s.2 13.4 2.6 19.1s7.3 11 12 15.9S226 123.2 226 128s-5.2 10.2-10.2 15.5Zm-39.5-43.6a5.9 5.9 0 0 1-.2 8.4l-58.6 56a6.3 6.3 0 0 1-4.2 1.7a5.8 5.8 0 0 1-4.1-1.7l-29.3-28a5.9 5.9 0 0 1 8.2-8.6l25.2 24l54.6-52a5.9 5.9 0 0 1 8.4.2Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleWavyCheckLight(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="M224.4 104.2c-3.9-4.1-7.9-8.3-9.5-12.2s-1.6-9-1.7-14.7c-.1-9.3-.3-20-7.4-27.1s-17.8-7.3-27.1-7.4c-5.7-.1-11.1-.2-14.7-1.7s-8.1-5.6-12.2-9.5C145.2 25.2 137.6 18 128 18s-17.2 7.2-23.8 13.6c-4.1 3.9-8.3 7.9-12.2 9.5s-9 1.6-14.7 1.7c-9.3.1-20 .3-27.1 7.4S42.9 68 42.8 77.3c-.1 5.7-.2 11.1-1.7 14.7s-5.6 8.1-9.5 12.2C25.2 110.8 18 118.4 18 128s7.2 17.2 13.6 23.8c3.9 4.1 7.9 8.3 9.5 12.2s1.6 9 1.7 14.7c.1 9.3.3 20 7.4 27.1s17.8 7.3 27.1 7.4c5.7.1 11.1.2 14.7 1.7s8.1 5.6 12.2 9.5c6.6 6.4 14.2 13.6 23.8 13.6s17.2-7.2 23.8-13.6c4.1-3.9 8.3-7.9 12.2-9.5s9-1.6 14.7-1.7c9.3-.1 20-.3 27.1-7.4s7.3-17.8 7.4-27.1c.1-5.7.2-11.1 1.7-14.7s5.6-8.1 9.5-12.2c6.4-6.6 13.6-14.2 13.6-23.8s-7.2-17.2-13.6-23.8Zm-8.6 39.3c-4.7 4.9-9.5 9.9-12 15.9s-2.5 12.5-2.6 19.1s-.2 15.1-3.9 18.8s-11.4 3.8-18.8 3.9s-13.4.2-19.1 2.6s-11 7.3-15.9 12S132.8 226 128 226s-10.2-5.2-15.5-10.2s-9.9-9.5-15.9-12s-12.5-2.5-19.1-2.6s-15.1-.2-18.8-3.9s-3.8-11.4-3.9-18.8s-.2-13.4-2.6-19.1s-7.3-11-12-15.9S30 132.8 30 128s5.2-10.2 10.2-15.5s9.5-9.9 12-15.9s2.5-12.5 2.6-19.1s.2-15.1 3.9-18.8s11.4-3.8 18.8-3.9s13.4-.2 19.1-2.6s11-7.3 15.9-12S123.2 30 128 30s10.2 5.2 15.5 10.2s9.9 9.5 15.9 12s12.5 2.5 19.1 2.6s15.1.2 18.8 3.9s3.8 11.4 3.9 18.8s.2 13.4 2.6 19.1s7.3 11 12 15.9S226 123.2 226 128s-5.2 10.2-10.2 15.5Zm-39.5-43.6a5.9 5.9 0 0 1-.2 8.4l-58.6 56a6.3 6.3 0 0 1-4.2 1.7a5.8 5.8 0 0 1-4.1-1.7l-29.3-28a5.9 5.9 0 0 1 8.2-8.6l25.2 24l54.6-52a5.9 5.9 0 0 1 8.4.2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.4 104.2c-3.9-4.1-7.9-8.3-9.5-12.2s-1.6-9-1.7-14.7c-.1-9.3-.3-20-7.4-27.1s-17.8-7.3-27.1-7.4c-5.7-.1-11.1-.2-14.7-1.7s-8.1-5.6-12.2-9.5C145.2 25.2 137.6 18 128 18s-17.2 7.2-23.8 13.6c-4.1 3.9-8.3 7.9-12.2 9.5s-9 1.6-14.7 1.7c-9.3.1-20 .3-27.1 7.4S42.9 68 42.8 77.3c-.1 5.7-.2 11.1-1.7 14.7s-5.6 8.1-9.5 12.2C25.2 110.8 18 118.4 18 128s7.2 17.2 13.6 23.8c3.9 4.1 7.9 8.3 9.5 12.2s1.6 9 1.7 14.7c.1 9.3.3 20 7.4 27.1s17.8 7.3 27.1 7.4c5.7.1 11.1.2 14.7 1.7s8.1 5.6 12.2 9.5c6.6 6.4 14.2 13.6 23.8 13.6s17.2-7.2 23.8-13.6c4.1-3.9 8.3-7.9 12.2-9.5s9-1.6 14.7-1.7c9.3-.1 20-.3 27.1-7.4s7.3-17.8 7.4-27.1c.1-5.7.2-11.1 1.7-14.7s5.6-8.1 9.5-12.2c6.4-6.6 13.6-14.2 13.6-23.8s-7.2-17.2-13.6-23.8Zm-8.6 39.3c-4.7 4.9-9.5 9.9-12 15.9s-2.5 12.5-2.6 19.1s-.2 15.1-3.9 18.8s-11.4 3.8-18.8 3.9s-13.4.2-19.1 2.6s-11 7.3-15.9 12S132.8 226 128 226s-10.2-5.2-15.5-10.2s-9.9-9.5-15.9-12s-12.5-2.5-19.1-2.6s-15.1-.2-18.8-3.9s-3.8-11.4-3.9-18.8s-.2-13.4-2.6-19.1s-7.3-11-12-15.9S30 132.8 30 128s5.2-10.2 10.2-15.5s9.5-9.9 12-15.9s2.5-12.5 2.6-19.1s.2-15.1 3.9-18.8s11.4-3.8 18.8-3.9s13.4-.2 19.1-2.6s11-7.3 15.9-12S123.2 30 128 30s10.2 5.2 15.5 10.2s9.9 9.5 15.9 12s12.5 2.5 19.1 2.6s15.1.2 18.8 3.9s3.8 11.4 3.9 18.8s.2 13.4 2.6 19.1s7.3 11 12 15.9S226 123.2 226 128s-5.2 10.2-10.2 15.5Zm-39.5-43.6a5.9 5.9 0 0 1-.2 8.4l-58.6 56a6.3 6.3 0 0 1-4.2 1.7a5.8 5.8 0 0 1-4.1-1.7l-29.3-28a5.9 5.9 0 0 1 8.2-8.6l25.2 24l54.6-52a5.9 5.9 0 0 1 8.4.2Z"/></svg>
</template>

CSS

.icon-circle-wavy-check-light {
  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%22M224.4%20104.2c-3.9-4.1-7.9-8.3-9.5-12.2s-1.6-9-1.7-14.7c-.1-9.3-.3-20-7.4-27.1s-17.8-7.3-27.1-7.4c-5.7-.1-11.1-.2-14.7-1.7s-8.1-5.6-12.2-9.5C145.2%2025.2%20137.6%2018%20128%2018s-17.2%207.2-23.8%2013.6c-4.1%203.9-8.3%207.9-12.2%209.5s-9%201.6-14.7%201.7c-9.3.1-20%20.3-27.1%207.4S42.9%2068%2042.8%2077.3c-.1%205.7-.2%2011.1-1.7%2014.7s-5.6%208.1-9.5%2012.2C25.2%20110.8%2018%20118.4%2018%20128s7.2%2017.2%2013.6%2023.8c3.9%204.1%207.9%208.3%209.5%2012.2s1.6%209%201.7%2014.7c.1%209.3.3%2020%207.4%2027.1s17.8%207.3%2027.1%207.4c5.7.1%2011.1.2%2014.7%201.7s8.1%205.6%2012.2%209.5c6.6%206.4%2014.2%2013.6%2023.8%2013.6s17.2-7.2%2023.8-13.6c4.1-3.9%208.3-7.9%2012.2-9.5s9-1.6%2014.7-1.7c9.3-.1%2020-.3%2027.1-7.4s7.3-17.8%207.4-27.1c.1-5.7.2-11.1%201.7-14.7s5.6-8.1%209.5-12.2c6.4-6.6%2013.6-14.2%2013.6-23.8s-7.2-17.2-13.6-23.8Zm-8.6%2039.3c-4.7%204.9-9.5%209.9-12%2015.9s-2.5%2012.5-2.6%2019.1s-.2%2015.1-3.9%2018.8s-11.4%203.8-18.8%203.9s-13.4.2-19.1%202.6s-11%207.3-15.9%2012S132.8%20226%20128%20226s-10.2-5.2-15.5-10.2s-9.9-9.5-15.9-12s-12.5-2.5-19.1-2.6s-15.1-.2-18.8-3.9s-3.8-11.4-3.9-18.8s-.2-13.4-2.6-19.1s-7.3-11-12-15.9S30%20132.8%2030%20128s5.2-10.2%2010.2-15.5s9.5-9.9%2012-15.9s2.5-12.5%202.6-19.1s.2-15.1%203.9-18.8s11.4-3.8%2018.8-3.9s13.4-.2%2019.1-2.6s11-7.3%2015.9-12S123.2%2030%20128%2030s10.2%205.2%2015.5%2010.2s9.9%209.5%2015.9%2012s12.5%202.5%2019.1%202.6s15.1.2%2018.8%203.9s3.8%2011.4%203.9%2018.8s.2%2013.4%202.6%2019.1s7.3%2011%2012%2015.9S226%20123.2%20226%20128s-5.2%2010.2-10.2%2015.5Zm-39.5-43.6a5.9%205.9%200%200%201-.2%208.4l-58.6%2056a6.3%206.3%200%200%201-4.2%201.7a5.8%205.8%200%200%201-4.1-1.7l-29.3-28a5.9%205.9%200%200%201%208.2-8.6l25.2%2024l54.6-52a5.9%205.9%200%200%201%208.4.2Z%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%22M224.4%20104.2c-3.9-4.1-7.9-8.3-9.5-12.2s-1.6-9-1.7-14.7c-.1-9.3-.3-20-7.4-27.1s-17.8-7.3-27.1-7.4c-5.7-.1-11.1-.2-14.7-1.7s-8.1-5.6-12.2-9.5C145.2%2025.2%20137.6%2018%20128%2018s-17.2%207.2-23.8%2013.6c-4.1%203.9-8.3%207.9-12.2%209.5s-9%201.6-14.7%201.7c-9.3.1-20%20.3-27.1%207.4S42.9%2068%2042.8%2077.3c-.1%205.7-.2%2011.1-1.7%2014.7s-5.6%208.1-9.5%2012.2C25.2%20110.8%2018%20118.4%2018%20128s7.2%2017.2%2013.6%2023.8c3.9%204.1%207.9%208.3%209.5%2012.2s1.6%209%201.7%2014.7c.1%209.3.3%2020%207.4%2027.1s17.8%207.3%2027.1%207.4c5.7.1%2011.1.2%2014.7%201.7s8.1%205.6%2012.2%209.5c6.6%206.4%2014.2%2013.6%2023.8%2013.6s17.2-7.2%2023.8-13.6c4.1-3.9%208.3-7.9%2012.2-9.5s9-1.6%2014.7-1.7c9.3-.1%2020-.3%2027.1-7.4s7.3-17.8%207.4-27.1c.1-5.7.2-11.1%201.7-14.7s5.6-8.1%209.5-12.2c6.4-6.6%2013.6-14.2%2013.6-23.8s-7.2-17.2-13.6-23.8Zm-8.6%2039.3c-4.7%204.9-9.5%209.9-12%2015.9s-2.5%2012.5-2.6%2019.1s-.2%2015.1-3.9%2018.8s-11.4%203.8-18.8%203.9s-13.4.2-19.1%202.6s-11%207.3-15.9%2012S132.8%20226%20128%20226s-10.2-5.2-15.5-10.2s-9.9-9.5-15.9-12s-12.5-2.5-19.1-2.6s-15.1-.2-18.8-3.9s-3.8-11.4-3.9-18.8s-.2-13.4-2.6-19.1s-7.3-11-12-15.9S30%20132.8%2030%20128s5.2-10.2%2010.2-15.5s9.5-9.9%2012-15.9s2.5-12.5%202.6-19.1s.2-15.1%203.9-18.8s11.4-3.8%2018.8-3.9s13.4-.2%2019.1-2.6s11-7.3%2015.9-12S123.2%2030%20128%2030s10.2%205.2%2015.5%2010.2s9.9%209.5%2015.9%2012s12.5%202.5%2019.1%202.6s15.1.2%2018.8%203.9s3.8%2011.4%203.9%2018.8s.2%2013.4%202.6%2019.1s7.3%2011%2012%2015.9S226%20123.2%20226%20128s-5.2%2010.2-10.2%2015.5Zm-39.5-43.6a5.9%205.9%200%200%201-.2%208.4l-58.6%2056a6.3%206.3%200%200%201-4.2%201.7a5.8%205.8%200%200%201-4.1-1.7l-29.3-28a5.9%205.9%200%200%201%208.2-8.6l25.2%2024l54.6-52a5.9%205.9%200%200%201%208.4.2Z%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-light.svg?color=%231a73e8&size=48