rekaui logo
rekaui from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- rekaui
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the rekaui logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.348 1.327a.89.89 0 0 0-.77 1.337L8.142 7.08h7.948c1.121 0 1.85 1.26 1.29 2.232l-3.953 6.869l3.407 5.869a.89.89 0 0 0 .77.443h5.504a.89.89 0 0 0 .741-1.384l-3.63-5.45c-.317-.476-.088-1.108.403-1.361q1.697-.888 2.513-2.435q.82-1.55.821-3.567q0-2.016-.821-3.59q-.816-1.57-2.525-2.468q-1.704-.91-4.388-.911zM.99 7.58a.99.99 0 0 0-.858 1.483l7.55 13.115a.99.99 0 0 0 1.715 0l7.549-13.115a.99.99 0 0 0-.857-1.483z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsRekaui(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="M6.348 1.327a.89.89 0 0 0-.77 1.337L8.142 7.08h7.948c1.121 0 1.85 1.26 1.29 2.232l-3.953 6.869l3.407 5.869a.89.89 0 0 0 .77.443h5.504a.89.89 0 0 0 .741-1.384l-3.63-5.45c-.317-.476-.088-1.108.403-1.361q1.697-.888 2.513-2.435q.82-1.55.821-3.567q0-2.016-.821-3.59q-.816-1.57-2.525-2.468q-1.704-.91-4.388-.911zM.99 7.58a.99.99 0 0 0-.858 1.483l7.55 13.115a.99.99 0 0 0 1.715 0l7.549-13.115a.99.99 0 0 0-.857-1.483z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.348 1.327a.89.89 0 0 0-.77 1.337L8.142 7.08h7.948c1.121 0 1.85 1.26 1.29 2.232l-3.953 6.869l3.407 5.869a.89.89 0 0 0 .77.443h5.504a.89.89 0 0 0 .741-1.384l-3.63-5.45c-.317-.476-.088-1.108.403-1.361q1.697-.888 2.513-2.435q.82-1.55.821-3.567q0-2.016-.821-3.59q-.816-1.57-2.525-2.468q-1.704-.91-4.388-.911zM.99 7.58a.99.99 0 0 0-.858 1.483l7.55 13.115a.99.99 0 0 0 1.715 0l7.549-13.115a.99.99 0 0 0-.857-1.483z"/></svg> </template>
CSS
.icon-rekaui {
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%22M6.348%201.327a.89.89%200%200%200-.77%201.337L8.142%207.08h7.948c1.121%200%201.85%201.26%201.29%202.232l-3.953%206.869l3.407%205.869a.89.89%200%200%200%20.77.443h5.504a.89.89%200%200%200%20.741-1.384l-3.63-5.45c-.317-.476-.088-1.108.403-1.361q1.697-.888%202.513-2.435q.82-1.55.821-3.567q0-2.016-.821-3.59q-.816-1.57-2.525-2.468q-1.704-.91-4.388-.911zM.99%207.58a.99.99%200%200%200-.858%201.483l7.55%2013.115a.99.99%200%200%200%201.715%200l7.549-13.115a.99.99%200%200%200-.857-1.483z%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%22M6.348%201.327a.89.89%200%200%200-.77%201.337L8.142%207.08h7.948c1.121%200%201.85%201.26%201.29%202.232l-3.953%206.869l3.407%205.869a.89.89%200%200%200%20.77.443h5.504a.89.89%200%200%200%20.741-1.384l-3.63-5.45c-.317-.476-.088-1.108.403-1.361q1.697-.888%202.513-2.435q.82-1.55.821-3.567q0-2.016-.821-3.59q-.816-1.57-2.525-2.468q-1.704-.91-4.388-.911zM.99%207.58a.99.99%200%200%200-.858%201.483l7.55%2013.115a.99.99%200%200%200%201.715%200l7.549-13.115a.99.99%200%200%200-.857-1.483z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/rekaui.svg?color=%231a73e8&size=48