ripple logo
ripple from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ripple
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the ripple logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.55 14.65c-.846-.486-1.805-.632-2.752-.666c-.79-.023-1.974-.541-1.974-1.985c0-1.072.868-1.94 1.985-1.985c.947-.034 1.906-.18 2.752-.666A5.02 5.02 0 0 0 22.4 2.502A5.04 5.04 0 0 0 15.53.674a4.99 4.99 0 0 0-2.504 4.343c0 .97.35 1.861.79 2.696c.372.699.553 1.996-.71 2.73c-.948.54-2.132.202-2.719-.745c-.496-.801-1.094-1.545-1.94-2.03A5.01 5.01 0 0 0 1.6 9.495a5.02 5.02 0 0 0 1.84 6.845a5.03 5.03 0 0 0 5.008 0c.846-.485 1.444-1.23 1.94-2.03c.406-.654 1.433-1.489 2.718-.744c.948.541 1.241 1.737.711 2.73c-.44.823-.79 1.725-.79 2.695A5.01 5.01 0 0 0 18.034 24a5.01 5.01 0 0 0 5.008-5.008a4.98 4.98 0 0 0-2.492-4.343z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsRipple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.55 14.65c-.846-.486-1.805-.632-2.752-.666c-.79-.023-1.974-.541-1.974-1.985c0-1.072.868-1.94 1.985-1.985c.947-.034 1.906-.18 2.752-.666A5.02 5.02 0 0 0 22.4 2.502A5.04 5.04 0 0 0 15.53.674a4.99 4.99 0 0 0-2.504 4.343c0 .97.35 1.861.79 2.696c.372.699.553 1.996-.71 2.73c-.948.54-2.132.202-2.719-.745c-.496-.801-1.094-1.545-1.94-2.03A5.01 5.01 0 0 0 1.6 9.495a5.02 5.02 0 0 0 1.84 6.845a5.03 5.03 0 0 0 5.008 0c.846-.485 1.444-1.23 1.94-2.03c.406-.654 1.433-1.489 2.718-.744c.948.541 1.241 1.737.711 2.73c-.44.823-.79 1.725-.79 2.695A5.01 5.01 0 0 0 18.034 24a5.01 5.01 0 0 0 5.008-5.008a4.98 4.98 0 0 0-2.492-4.343z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.55 14.65c-.846-.486-1.805-.632-2.752-.666c-.79-.023-1.974-.541-1.974-1.985c0-1.072.868-1.94 1.985-1.985c.947-.034 1.906-.18 2.752-.666A5.02 5.02 0 0 0 22.4 2.502A5.04 5.04 0 0 0 15.53.674a4.99 4.99 0 0 0-2.504 4.343c0 .97.35 1.861.79 2.696c.372.699.553 1.996-.71 2.73c-.948.54-2.132.202-2.719-.745c-.496-.801-1.094-1.545-1.94-2.03A5.01 5.01 0 0 0 1.6 9.495a5.02 5.02 0 0 0 1.84 6.845a5.03 5.03 0 0 0 5.008 0c.846-.485 1.444-1.23 1.94-2.03c.406-.654 1.433-1.489 2.718-.744c.948.541 1.241 1.737.711 2.73c-.44.823-.79 1.725-.79 2.695A5.01 5.01 0 0 0 18.034 24a5.01 5.01 0 0 0 5.008-5.008a4.98 4.98 0 0 0-2.492-4.343z"/></svg> </template>
CSS
.icon-ripple {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.55%2014.65c-.846-.486-1.805-.632-2.752-.666c-.79-.023-1.974-.541-1.974-1.985c0-1.072.868-1.94%201.985-1.985c.947-.034%201.906-.18%202.752-.666A5.02%205.02%200%200%200%2022.4%202.502A5.04%205.04%200%200%200%2015.53.674a4.99%204.99%200%200%200-2.504%204.343c0%20.97.35%201.861.79%202.696c.372.699.553%201.996-.71%202.73c-.948.54-2.132.202-2.719-.745c-.496-.801-1.094-1.545-1.94-2.03A5.01%205.01%200%200%200%201.6%209.495a5.02%205.02%200%200%200%201.84%206.845a5.03%205.03%200%200%200%205.008%200c.846-.485%201.444-1.23%201.94-2.03c.406-.654%201.433-1.489%202.718-.744c.948.541%201.241%201.737.711%202.73c-.44.823-.79%201.725-.79%202.695A5.01%205.01%200%200%200%2018.034%2024a5.01%205.01%200%200%200%205.008-5.008a4.98%204.98%200%200%200-2.492-4.343z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.55%2014.65c-.846-.486-1.805-.632-2.752-.666c-.79-.023-1.974-.541-1.974-1.985c0-1.072.868-1.94%201.985-1.985c.947-.034%201.906-.18%202.752-.666A5.02%205.02%200%200%200%2022.4%202.502A5.04%205.04%200%200%200%2015.53.674a4.99%204.99%200%200%200-2.504%204.343c0%20.97.35%201.861.79%202.696c.372.699.553%201.996-.71%202.73c-.948.54-2.132.202-2.719-.745c-.496-.801-1.094-1.545-1.94-2.03A5.01%205.01%200%200%200%201.6%209.495a5.02%205.02%200%200%200%201.84%206.845a5.03%205.03%200%200%200%205.008%200c.846-.485%201.444-1.23%201.94-2.03c.406-.654%201.433-1.489%202.718-.744c.948.541%201.241%201.737.711%202.73c-.44.823-.79%201.725-.79%202.695A5.01%205.01%200%200%200%2018.034%2024a5.01%205.01%200%200%200%205.008-5.008a4.98%204.98%200%200%200-2.492-4.343z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ripple.svg?color=%231a73e8&size=48