risingwave icon logo
risingwave-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- risingwave-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×226
- License
- CC0
Use the risingwave icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 226"><path fill="#4acfd2" d="M84.756 122.242a127 127 0 0 0 10.924-5.607a128.4 128.4 0 0 0 26.216-19.984c17.97-17.754 29.591-39.506 34.842-62.433c.28-1.226.416-2.133.664-3.385c1.44-7.2 5.119-13.937 10.737-19.488c14.973-14.794 38.585-15.567 53.902.328c3.841 3.986 9.98 8.75 10.583 21.177c.01 5.253-.308 10.51-.948 15.737c-3.375 27.678-15.768 54.455-37.143 75.573c-27.892 27.56-65.235 39.703-101.455 36.5a128.4 128.4 0 0 1-34.456-7.933a127.3 127.3 0 0 1-33.79-19.263c20.38 1.104 40.979-2.637 59.924-11.222"/><path fill="#f0b400" d="M110.04 8.404c10.851-10.72 28.335-10.615 39.056.236c6.867 6.952 9.916 15.459 7.922 24.333l-.28 1.246c-5.251 22.926-16.872 44.678-34.842 62.432a128.4 128.4 0 0 1-26.217 19.984a127 127 0 0 1-10.923 5.607a127.4 127.4 0 0 0 8.997-17.543c9.556-22.828 12.223-47.871 7.98-71.945c-.032-.358-.331-1.803-.331-1.803c-1.08-8.265 2.251-16.236 8.638-22.547"/><path fill="#e23e2b" d="M95.853 20.03a20.55 20.55 0 0 1 5.048 8.438c.302 1.424.578 2.856.832 4.286c4.244 24.074 1.577 49.117-7.98 71.947a127.4 127.4 0 0 0-26.194-54.677a127 127 0 0 0-3.781-4.414c-6.77-7.337-4.145-18.798 2.9-25.758c8.105-8.008 21.168-7.926 29.175.178"/><path fill="#3a7ceb" d="M13.247 123.066a129 129 0 0 0 11.587 10.397a127.3 127.3 0 0 0 33.787 19.263a128.3 128.3 0 0 0 34.456 7.933c36.222 3.204 73.562-8.94 101.455-36.496c26.054-25.74 38.602-59.815 37.912-93.75c-1.535-8.429-4.932-7.34-4.816-11.69c.808.654 4.424 4.147 7.077 7.938c33.22 50.042 27.536 118.183-16.8 161.987c-40.64 40.15-101.332 47.58-149.397 22.494c-11.502-6.004-22.28-13.865-31.888-23.59a129 129 0 0 1-11.979-13.986a127.3 127.3 0 0 1-20.68-42.96A128.3 128.3 0 0 1 0 107.334a129 129 0 0 0 13.247 15.732"/></svg>
React
import type { SVGProps } from "react";
export function LogosRisingwaveIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 226"><path fill="#4acfd2" d="M84.756 122.242a127 127 0 0 0 10.924-5.607a128.4 128.4 0 0 0 26.216-19.984c17.97-17.754 29.591-39.506 34.842-62.433c.28-1.226.416-2.133.664-3.385c1.44-7.2 5.119-13.937 10.737-19.488c14.973-14.794 38.585-15.567 53.902.328c3.841 3.986 9.98 8.75 10.583 21.177c.01 5.253-.308 10.51-.948 15.737c-3.375 27.678-15.768 54.455-37.143 75.573c-27.892 27.56-65.235 39.703-101.455 36.5a128.4 128.4 0 0 1-34.456-7.933a127.3 127.3 0 0 1-33.79-19.263c20.38 1.104 40.979-2.637 59.924-11.222"/><path fill="#f0b400" d="M110.04 8.404c10.851-10.72 28.335-10.615 39.056.236c6.867 6.952 9.916 15.459 7.922 24.333l-.28 1.246c-5.251 22.926-16.872 44.678-34.842 62.432a128.4 128.4 0 0 1-26.217 19.984a127 127 0 0 1-10.923 5.607a127.4 127.4 0 0 0 8.997-17.543c9.556-22.828 12.223-47.871 7.98-71.945c-.032-.358-.331-1.803-.331-1.803c-1.08-8.265 2.251-16.236 8.638-22.547"/><path fill="#e23e2b" d="M95.853 20.03a20.55 20.55 0 0 1 5.048 8.438c.302 1.424.578 2.856.832 4.286c4.244 24.074 1.577 49.117-7.98 71.947a127.4 127.4 0 0 0-26.194-54.677a127 127 0 0 0-3.781-4.414c-6.77-7.337-4.145-18.798 2.9-25.758c8.105-8.008 21.168-7.926 29.175.178"/><path fill="#3a7ceb" d="M13.247 123.066a129 129 0 0 0 11.587 10.397a127.3 127.3 0 0 0 33.787 19.263a128.3 128.3 0 0 0 34.456 7.933c36.222 3.204 73.562-8.94 101.455-36.496c26.054-25.74 38.602-59.815 37.912-93.75c-1.535-8.429-4.932-7.34-4.816-11.69c.808.654 4.424 4.147 7.077 7.938c33.22 50.042 27.536 118.183-16.8 161.987c-40.64 40.15-101.332 47.58-149.397 22.494c-11.502-6.004-22.28-13.865-31.888-23.59a129 129 0 0 1-11.979-13.986a127.3 127.3 0 0 1-20.68-42.96A128.3 128.3 0 0 1 0 107.334a129 129 0 0 0 13.247 15.732"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 226"><path fill="#4acfd2" d="M84.756 122.242a127 127 0 0 0 10.924-5.607a128.4 128.4 0 0 0 26.216-19.984c17.97-17.754 29.591-39.506 34.842-62.433c.28-1.226.416-2.133.664-3.385c1.44-7.2 5.119-13.937 10.737-19.488c14.973-14.794 38.585-15.567 53.902.328c3.841 3.986 9.98 8.75 10.583 21.177c.01 5.253-.308 10.51-.948 15.737c-3.375 27.678-15.768 54.455-37.143 75.573c-27.892 27.56-65.235 39.703-101.455 36.5a128.4 128.4 0 0 1-34.456-7.933a127.3 127.3 0 0 1-33.79-19.263c20.38 1.104 40.979-2.637 59.924-11.222"/><path fill="#f0b400" d="M110.04 8.404c10.851-10.72 28.335-10.615 39.056.236c6.867 6.952 9.916 15.459 7.922 24.333l-.28 1.246c-5.251 22.926-16.872 44.678-34.842 62.432a128.4 128.4 0 0 1-26.217 19.984a127 127 0 0 1-10.923 5.607a127.4 127.4 0 0 0 8.997-17.543c9.556-22.828 12.223-47.871 7.98-71.945c-.032-.358-.331-1.803-.331-1.803c-1.08-8.265 2.251-16.236 8.638-22.547"/><path fill="#e23e2b" d="M95.853 20.03a20.55 20.55 0 0 1 5.048 8.438c.302 1.424.578 2.856.832 4.286c4.244 24.074 1.577 49.117-7.98 71.947a127.4 127.4 0 0 0-26.194-54.677a127 127 0 0 0-3.781-4.414c-6.77-7.337-4.145-18.798 2.9-25.758c8.105-8.008 21.168-7.926 29.175.178"/><path fill="#3a7ceb" d="M13.247 123.066a129 129 0 0 0 11.587 10.397a127.3 127.3 0 0 0 33.787 19.263a128.3 128.3 0 0 0 34.456 7.933c36.222 3.204 73.562-8.94 101.455-36.496c26.054-25.74 38.602-59.815 37.912-93.75c-1.535-8.429-4.932-7.34-4.816-11.69c.808.654 4.424 4.147 7.077 7.938c33.22 50.042 27.536 118.183-16.8 161.987c-40.64 40.15-101.332 47.58-149.397 22.494c-11.502-6.004-22.28-13.865-31.888-23.59a129 129 0 0 1-11.979-13.986a127.3 127.3 0 0 1-20.68-42.96A128.3 128.3 0 0 1 0 107.334a129 129 0 0 0 13.247 15.732"/></svg> </template>
CSS
.icon-risingwave-icon {
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%20226%22%3E%3Cpath%20fill%3D%22%234acfd2%22%20d%3D%22M84.756%20122.242a127%20127%200%200%200%2010.924-5.607a128.4%20128.4%200%200%200%2026.216-19.984c17.97-17.754%2029.591-39.506%2034.842-62.433c.28-1.226.416-2.133.664-3.385c1.44-7.2%205.119-13.937%2010.737-19.488c14.973-14.794%2038.585-15.567%2053.902.328c3.841%203.986%209.98%208.75%2010.583%2021.177c.01%205.253-.308%2010.51-.948%2015.737c-3.375%2027.678-15.768%2054.455-37.143%2075.573c-27.892%2027.56-65.235%2039.703-101.455%2036.5a128.4%20128.4%200%200%201-34.456-7.933a127.3%20127.3%200%200%201-33.79-19.263c20.38%201.104%2040.979-2.637%2059.924-11.222%22%2F%3E%3Cpath%20fill%3D%22%23f0b400%22%20d%3D%22M110.04%208.404c10.851-10.72%2028.335-10.615%2039.056.236c6.867%206.952%209.916%2015.459%207.922%2024.333l-.28%201.246c-5.251%2022.926-16.872%2044.678-34.842%2062.432a128.4%20128.4%200%200%201-26.217%2019.984a127%20127%200%200%201-10.923%205.607a127.4%20127.4%200%200%200%208.997-17.543c9.556-22.828%2012.223-47.871%207.98-71.945c-.032-.358-.331-1.803-.331-1.803c-1.08-8.265%202.251-16.236%208.638-22.547%22%2F%3E%3Cpath%20fill%3D%22%23e23e2b%22%20d%3D%22M95.853%2020.03a20.55%2020.55%200%200%201%205.048%208.438c.302%201.424.578%202.856.832%204.286c4.244%2024.074%201.577%2049.117-7.98%2071.947a127.4%20127.4%200%200%200-26.194-54.677a127%20127%200%200%200-3.781-4.414c-6.77-7.337-4.145-18.798%202.9-25.758c8.105-8.008%2021.168-7.926%2029.175.178%22%2F%3E%3Cpath%20fill%3D%22%233a7ceb%22%20d%3D%22M13.247%20123.066a129%20129%200%200%200%2011.587%2010.397a127.3%20127.3%200%200%200%2033.787%2019.263a128.3%20128.3%200%200%200%2034.456%207.933c36.222%203.204%2073.562-8.94%20101.455-36.496c26.054-25.74%2038.602-59.815%2037.912-93.75c-1.535-8.429-4.932-7.34-4.816-11.69c.808.654%204.424%204.147%207.077%207.938c33.22%2050.042%2027.536%20118.183-16.8%20161.987c-40.64%2040.15-101.332%2047.58-149.397%2022.494c-11.502-6.004-22.28-13.865-31.888-23.59a129%20129%200%200%201-11.979-13.986a127.3%20127.3%200%200%201-20.68-42.96A128.3%20128.3%200%200%201%200%20107.334a129%20129%200%200%200%2013.247%2015.732%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%20226%22%3E%3Cpath%20fill%3D%22%234acfd2%22%20d%3D%22M84.756%20122.242a127%20127%200%200%200%2010.924-5.607a128.4%20128.4%200%200%200%2026.216-19.984c17.97-17.754%2029.591-39.506%2034.842-62.433c.28-1.226.416-2.133.664-3.385c1.44-7.2%205.119-13.937%2010.737-19.488c14.973-14.794%2038.585-15.567%2053.902.328c3.841%203.986%209.98%208.75%2010.583%2021.177c.01%205.253-.308%2010.51-.948%2015.737c-3.375%2027.678-15.768%2054.455-37.143%2075.573c-27.892%2027.56-65.235%2039.703-101.455%2036.5a128.4%20128.4%200%200%201-34.456-7.933a127.3%20127.3%200%200%201-33.79-19.263c20.38%201.104%2040.979-2.637%2059.924-11.222%22%2F%3E%3Cpath%20fill%3D%22%23f0b400%22%20d%3D%22M110.04%208.404c10.851-10.72%2028.335-10.615%2039.056.236c6.867%206.952%209.916%2015.459%207.922%2024.333l-.28%201.246c-5.251%2022.926-16.872%2044.678-34.842%2062.432a128.4%20128.4%200%200%201-26.217%2019.984a127%20127%200%200%201-10.923%205.607a127.4%20127.4%200%200%200%208.997-17.543c9.556-22.828%2012.223-47.871%207.98-71.945c-.032-.358-.331-1.803-.331-1.803c-1.08-8.265%202.251-16.236%208.638-22.547%22%2F%3E%3Cpath%20fill%3D%22%23e23e2b%22%20d%3D%22M95.853%2020.03a20.55%2020.55%200%200%201%205.048%208.438c.302%201.424.578%202.856.832%204.286c4.244%2024.074%201.577%2049.117-7.98%2071.947a127.4%20127.4%200%200%200-26.194-54.677a127%20127%200%200%200-3.781-4.414c-6.77-7.337-4.145-18.798%202.9-25.758c8.105-8.008%2021.168-7.926%2029.175.178%22%2F%3E%3Cpath%20fill%3D%22%233a7ceb%22%20d%3D%22M13.247%20123.066a129%20129%200%200%200%2011.587%2010.397a127.3%20127.3%200%200%200%2033.787%2019.263a128.3%20128.3%200%200%200%2034.456%207.933c36.222%203.204%2073.562-8.94%20101.455-36.496c26.054-25.74%2038.602-59.815%2037.912-93.75c-1.535-8.429-4.932-7.34-4.816-11.69c.808.654%204.424%204.147%207.077%207.938c33.22%2050.042%2027.536%20118.183-16.8%20161.987c-40.64%2040.15-101.332%2047.58-149.397%2022.494c-11.502-6.004-22.28-13.865-31.888-23.59a129%20129%200%200%201-11.979-13.986a127.3%20127.3%200%200%201-20.68-42.96A128.3%20128.3%200%200%201%200%20107.334a129%20129%200%200%200%2013.247%2015.732%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/risingwave-icon.svg?color=%231a73e8&size=48