circle wavy check icon

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

Name
circle-wavy-check-fill
Set
Phosphor
Style
Fill
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="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.2Zm-48.4 7l-58.6 56a8.1 8.1 0 0 1-5.6 2.2a7.9 7.9 0 0 1-5.5-2.2l-29.3-28a8 8 0 1 1 11-11.6l23.8 22.7l53.2-50.7a8 8 0 0 1 11 11.6Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleWavyCheckFill(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.2Zm-48.4 7l-58.6 56a8.1 8.1 0 0 1-5.6 2.2a7.9 7.9 0 0 1-5.5-2.2l-29.3-28a8 8 0 1 1 11-11.6l23.8 22.7l53.2-50.7a8 8 0 0 1 11 11.6Z"/></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.2Zm-48.4 7l-58.6 56a8.1 8.1 0 0 1-5.6 2.2a7.9 7.9 0 0 1-5.5-2.2l-29.3-28a8 8 0 1 1 11-11.6l23.8 22.7l53.2-50.7a8 8 0 0 1 11 11.6Z"/></svg>
</template>

CSS

.icon-circle-wavy-check-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.2Zm-48.4%207l-58.6%2056a8.1%208.1%200%200%201-5.6%202.2a7.9%207.9%200%200%201-5.5-2.2l-29.3-28a8%208%200%201%201%2011-11.6l23.8%2022.7l53.2-50.7a8%208%200%200%201%2011%2011.6Z%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.2Zm-48.4%207l-58.6%2056a8.1%208.1%200%200%201-5.6%202.2a7.9%207.9%200%200%201-5.5-2.2l-29.3-28a8%208%200%201%201%2011-11.6l23.8%2022.7l53.2-50.7a8%208%200%200%201%2011%2011.6Z%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-fill.svg?color=%231a73e8&size=48