circle wavy icon
circle-wavy-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- circle-wavy-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the circle wavy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 128c0 10.4-7.5 18.3-14.1 25.2c-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.2c-6.9 6.6-14.8 14.1-25.2 14.1s-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 146.3 16 138.4 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.2C109.7 23.5 117.6 16 128 16s18.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.2Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCircleWavyFill(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="M240 128c0 10.4-7.5 18.3-14.1 25.2c-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.2c-6.9 6.6-14.8 14.1-25.2 14.1s-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 146.3 16 138.4 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.2C109.7 23.5 117.6 16 128 16s18.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.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="M240 128c0 10.4-7.5 18.3-14.1 25.2c-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.2c-6.9 6.6-14.8 14.1-25.2 14.1s-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 146.3 16 138.4 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.2C109.7 23.5 117.6 16 128 16s18.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.2Z"/></svg> </template>
CSS
.icon-circle-wavy-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%22M240%20128c0%2010.4-7.5%2018.3-14.1%2025.2c-3.8%203.9-7.7%208-9.2%2011.5s-1.4%208.7-1.5%2014c-.1%209.7-.3%2020.8-8%2028.5s-18.8%207.9-28.5%208c-5.3.1-10.7.2-14%201.5s-7.6%205.4-11.5%209.2c-6.9%206.6-14.8%2014.1-25.2%2014.1s-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%20146.3%2016%20138.4%2016%20128s7.5-18.3%2014.1-25.2c3.8-3.9%207.7-8%209.2-11.5s1.4-8.7%201.5-14c.1-9.7.3-20.8%208-28.5s18.8-7.9%2028.5-8c5.3-.1%2010.7-.2%2014-1.5s7.6-5.4%2011.5-9.2C109.7%2023.5%20117.6%2016%20128%2016s18.3%207.5%2025.2%2014.1c3.9%203.8%208%207.7%2011.5%209.2s8.7%201.4%2014%201.5c9.7.1%2020.8.3%2028.5%208s7.9%2018.8%208%2028.5c.1%205.3.2%2010.7%201.5%2014s5.4%207.6%209.2%2011.5c6.6%206.9%2014.1%2014.8%2014.1%2025.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%22M240%20128c0%2010.4-7.5%2018.3-14.1%2025.2c-3.8%203.9-7.7%208-9.2%2011.5s-1.4%208.7-1.5%2014c-.1%209.7-.3%2020.8-8%2028.5s-18.8%207.9-28.5%208c-5.3.1-10.7.2-14%201.5s-7.6%205.4-11.5%209.2c-6.9%206.6-14.8%2014.1-25.2%2014.1s-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%20146.3%2016%20138.4%2016%20128s7.5-18.3%2014.1-25.2c3.8-3.9%207.7-8%209.2-11.5s1.4-8.7%201.5-14c.1-9.7.3-20.8%208-28.5s18.8-7.9%2028.5-8c5.3-.1%2010.7-.2%2014-1.5s7.6-5.4%2011.5-9.2C109.7%2023.5%20117.6%2016%20128%2016s18.3%207.5%2025.2%2014.1c3.9%203.8%208%207.7%2011.5%209.2s8.7%201.4%2014%201.5c9.7.1%2020.8.3%2028.5%208s7.9%2018.8%208%2028.5c.1%205.3.2%2010.7%201.5%2014s5.4%207.6%209.2%2011.5c6.6%206.9%2014.1%2014.8%2014.1%2025.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-fill.svg?color=%231a73e8&size=48