circle wavy check icon

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

Name
circle-wavy-check-duotone
Set
Phosphor
Style
Duotone
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="M232 128c0 12.5-17.8 22-22.7 33.7s1.4 30.6-7.8 39.8s-28.5 3.1-39.8 7.8S140.5 232 128 232s-22-17.8-33.7-22.7s-30.6 1.4-39.8-7.8s-3.1-28.5-7.8-39.8S24 140.5 24 128s17.8-22 22.7-33.7s-1.4-30.6 7.8-39.8s28.5-3.1 39.8-7.8S115.5 24 128 24s22 17.8 33.7 22.7s30.6-1.4 39.8 7.8s3.1 28.5 7.8 39.8S232 115.5 232 128Z" opacity=".2"/><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-11.6 39.3c-4.8 5-9.7 10.2-12.4 16.5s-2.6 13.1-2.7 19.8s-.2 14.4-3.3 17.5s-10.4 3.2-17.5 3.3s-13.7.2-19.8 2.7s-11.5 7.6-16.5 12.4S132 224 128 224s-9.1-4.9-14.1-9.7s-10.2-9.7-16.5-12.4s-13.1-2.6-19.8-2.7s-14.4-.2-17.5-3.3s-3.2-10.4-3.3-17.5s-.2-13.7-2.7-19.8s-7.6-11.5-12.4-16.5S32 132 32 128s4.9-9.1 9.7-14.1s9.7-10.2 12.4-16.5s2.6-13.1 2.7-19.8s.2-14.4 3.3-17.5s10.4-3.2 17.5-3.3s13.7-.2 19.8-2.7s11.5-7.6 16.5-12.4S124 32 128 32s9.1 4.9 14.1 9.7s10.2 9.7 16.5 12.4s13.1 2.6 19.8 2.7s14.4.2 17.5 3.3s3.2 10.4 3.3 17.5s.2 13.7 2.7 19.8s7.6 11.5 12.4 16.5S224 124 224 128s-4.9 9.1-9.7 14.1Zm-36.5-43.6a8 8 0 0 1-.3 11.3l-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.3.3Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleWavyCheckDuotone(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="M232 128c0 12.5-17.8 22-22.7 33.7s1.4 30.6-7.8 39.8s-28.5 3.1-39.8 7.8S140.5 232 128 232s-22-17.8-33.7-22.7s-30.6 1.4-39.8-7.8s-3.1-28.5-7.8-39.8S24 140.5 24 128s17.8-22 22.7-33.7s-1.4-30.6 7.8-39.8s28.5-3.1 39.8-7.8S115.5 24 128 24s22 17.8 33.7 22.7s30.6-1.4 39.8 7.8s3.1 28.5 7.8 39.8S232 115.5 232 128Z" opacity=".2"/><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-11.6 39.3c-4.8 5-9.7 10.2-12.4 16.5s-2.6 13.1-2.7 19.8s-.2 14.4-3.3 17.5s-10.4 3.2-17.5 3.3s-13.7.2-19.8 2.7s-11.5 7.6-16.5 12.4S132 224 128 224s-9.1-4.9-14.1-9.7s-10.2-9.7-16.5-12.4s-13.1-2.6-19.8-2.7s-14.4-.2-17.5-3.3s-3.2-10.4-3.3-17.5s-.2-13.7-2.7-19.8s-7.6-11.5-12.4-16.5S32 132 32 128s4.9-9.1 9.7-14.1s9.7-10.2 12.4-16.5s2.6-13.1 2.7-19.8s.2-14.4 3.3-17.5s10.4-3.2 17.5-3.3s13.7-.2 19.8-2.7s11.5-7.6 16.5-12.4S124 32 128 32s9.1 4.9 14.1 9.7s10.2 9.7 16.5 12.4s13.1 2.6 19.8 2.7s14.4.2 17.5 3.3s3.2 10.4 3.3 17.5s.2 13.7 2.7 19.8s7.6 11.5 12.4 16.5S224 124 224 128s-4.9 9.1-9.7 14.1Zm-36.5-43.6a8 8 0 0 1-.3 11.3l-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.3.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128c0 12.5-17.8 22-22.7 33.7s1.4 30.6-7.8 39.8s-28.5 3.1-39.8 7.8S140.5 232 128 232s-22-17.8-33.7-22.7s-30.6 1.4-39.8-7.8s-3.1-28.5-7.8-39.8S24 140.5 24 128s17.8-22 22.7-33.7s-1.4-30.6 7.8-39.8s28.5-3.1 39.8-7.8S115.5 24 128 24s22 17.8 33.7 22.7s30.6-1.4 39.8 7.8s3.1 28.5 7.8 39.8S232 115.5 232 128Z" opacity=".2"/><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-11.6 39.3c-4.8 5-9.7 10.2-12.4 16.5s-2.6 13.1-2.7 19.8s-.2 14.4-3.3 17.5s-10.4 3.2-17.5 3.3s-13.7.2-19.8 2.7s-11.5 7.6-16.5 12.4S132 224 128 224s-9.1-4.9-14.1-9.7s-10.2-9.7-16.5-12.4s-13.1-2.6-19.8-2.7s-14.4-.2-17.5-3.3s-3.2-10.4-3.3-17.5s-.2-13.7-2.7-19.8s-7.6-11.5-12.4-16.5S32 132 32 128s4.9-9.1 9.7-14.1s9.7-10.2 12.4-16.5s2.6-13.1 2.7-19.8s.2-14.4 3.3-17.5s10.4-3.2 17.5-3.3s13.7-.2 19.8-2.7s11.5-7.6 16.5-12.4S124 32 128 32s9.1 4.9 14.1 9.7s10.2 9.7 16.5 12.4s13.1 2.6 19.8 2.7s14.4.2 17.5 3.3s3.2 10.4 3.3 17.5s.2 13.7 2.7 19.8s7.6 11.5 12.4 16.5S224 124 224 128s-4.9 9.1-9.7 14.1Zm-36.5-43.6a8 8 0 0 1-.3 11.3l-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.3.3Z"/></svg>
</template>

CSS

.icon-circle-wavy-check-duotone {
  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%22M232%20128c0%2012.5-17.8%2022-22.7%2033.7s1.4%2030.6-7.8%2039.8s-28.5%203.1-39.8%207.8S140.5%20232%20128%20232s-22-17.8-33.7-22.7s-30.6%201.4-39.8-7.8s-3.1-28.5-7.8-39.8S24%20140.5%2024%20128s17.8-22%2022.7-33.7s-1.4-30.6%207.8-39.8s28.5-3.1%2039.8-7.8S115.5%2024%20128%2024s22%2017.8%2033.7%2022.7s30.6-1.4%2039.8%207.8s3.1%2028.5%207.8%2039.8S232%20115.5%20232%20128Z%22%20opacity%3D%22.2%22%2F%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-11.6%2039.3c-4.8%205-9.7%2010.2-12.4%2016.5s-2.6%2013.1-2.7%2019.8s-.2%2014.4-3.3%2017.5s-10.4%203.2-17.5%203.3s-13.7.2-19.8%202.7s-11.5%207.6-16.5%2012.4S132%20224%20128%20224s-9.1-4.9-14.1-9.7s-10.2-9.7-16.5-12.4s-13.1-2.6-19.8-2.7s-14.4-.2-17.5-3.3s-3.2-10.4-3.3-17.5s-.2-13.7-2.7-19.8s-7.6-11.5-12.4-16.5S32%20132%2032%20128s4.9-9.1%209.7-14.1s9.7-10.2%2012.4-16.5s2.6-13.1%202.7-19.8s.2-14.4%203.3-17.5s10.4-3.2%2017.5-3.3s13.7-.2%2019.8-2.7s11.5-7.6%2016.5-12.4S124%2032%20128%2032s9.1%204.9%2014.1%209.7s10.2%209.7%2016.5%2012.4s13.1%202.6%2019.8%202.7s14.4.2%2017.5%203.3s3.2%2010.4%203.3%2017.5s.2%2013.7%202.7%2019.8s7.6%2011.5%2012.4%2016.5S224%20124%20224%20128s-4.9%209.1-9.7%2014.1Zm-36.5-43.6a8%208%200%200%201-.3%2011.3l-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.3.3Z%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%22M232%20128c0%2012.5-17.8%2022-22.7%2033.7s1.4%2030.6-7.8%2039.8s-28.5%203.1-39.8%207.8S140.5%20232%20128%20232s-22-17.8-33.7-22.7s-30.6%201.4-39.8-7.8s-3.1-28.5-7.8-39.8S24%20140.5%2024%20128s17.8-22%2022.7-33.7s-1.4-30.6%207.8-39.8s28.5-3.1%2039.8-7.8S115.5%2024%20128%2024s22%2017.8%2033.7%2022.7s30.6-1.4%2039.8%207.8s3.1%2028.5%207.8%2039.8S232%20115.5%20232%20128Z%22%20opacity%3D%22.2%22%2F%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-11.6%2039.3c-4.8%205-9.7%2010.2-12.4%2016.5s-2.6%2013.1-2.7%2019.8s-.2%2014.4-3.3%2017.5s-10.4%203.2-17.5%203.3s-13.7.2-19.8%202.7s-11.5%207.6-16.5%2012.4S132%20224%20128%20224s-9.1-4.9-14.1-9.7s-10.2-9.7-16.5-12.4s-13.1-2.6-19.8-2.7s-14.4-.2-17.5-3.3s-3.2-10.4-3.3-17.5s-.2-13.7-2.7-19.8s-7.6-11.5-12.4-16.5S32%20132%2032%20128s4.9-9.1%209.7-14.1s9.7-10.2%2012.4-16.5s2.6-13.1%202.7-19.8s.2-14.4%203.3-17.5s10.4-3.2%2017.5-3.3s13.7-.2%2019.8-2.7s11.5-7.6%2016.5-12.4S124%2032%20128%2032s9.1%204.9%2014.1%209.7s10.2%209.7%2016.5%2012.4s13.1%202.6%2019.8%202.7s14.4.2%2017.5%203.3s3.2%2010.4%203.3%2017.5s.2%2013.7%202.7%2019.8s7.6%2011.5%2012.4%2016.5S224%20124%20224%20128s-4.9%209.1-9.7%2014.1Zm-36.5-43.6a8%208%200%200%201-.3%2011.3l-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.3.3Z%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-duotone.svg?color=%231a73e8&size=48