rive from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
rive
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the rive logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.643 1.475c0 .814.668 1.475 1.49 1.475H14.49q2.112 0 3.48 1.29q1.366 1.291 1.366 3.32q0 1.875-1.367 3.072q-1.366 1.169-3.479 1.168H9.12c-.824 0-1.491.66-1.491 1.475s.667 1.475 1.491 1.475h5.93l5.342 8.482q.497.768 1.398.768q.995 0 1.398-.768q.403-.8-.155-1.69l-4.753-7.56q1.926-.861 3.044-2.52q1.119-1.69 1.119-3.902q0-2.244-1.026-3.934q-.993-1.69-2.795-2.643Q16.82 0 14.49 0H2.134C1.311 0 .643.66.643 1.475"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRive(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="M.643 1.475c0 .814.668 1.475 1.49 1.475H14.49q2.112 0 3.48 1.29q1.366 1.291 1.366 3.32q0 1.875-1.367 3.072q-1.366 1.169-3.479 1.168H9.12c-.824 0-1.491.66-1.491 1.475s.667 1.475 1.491 1.475h5.93l5.342 8.482q.497.768 1.398.768q.995 0 1.398-.768q.403-.8-.155-1.69l-4.753-7.56q1.926-.861 3.044-2.52q1.119-1.69 1.119-3.902q0-2.244-1.026-3.934q-.993-1.69-2.795-2.643Q16.82 0 14.49 0H2.134C1.311 0 .643.66.643 1.475"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.643 1.475c0 .814.668 1.475 1.49 1.475H14.49q2.112 0 3.48 1.29q1.366 1.291 1.366 3.32q0 1.875-1.367 3.072q-1.366 1.169-3.479 1.168H9.12c-.824 0-1.491.66-1.491 1.475s.667 1.475 1.491 1.475h5.93l5.342 8.482q.497.768 1.398.768q.995 0 1.398-.768q.403-.8-.155-1.69l-4.753-7.56q1.926-.861 3.044-2.52q1.119-1.69 1.119-3.902q0-2.244-1.026-3.934q-.993-1.69-2.795-2.643Q16.82 0 14.49 0H2.134C1.311 0 .643.66.643 1.475"/></svg>
</template>

CSS

.icon-rive {
  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%22M.643%201.475c0%20.814.668%201.475%201.49%201.475H14.49q2.112%200%203.48%201.29q1.366%201.291%201.366%203.32q0%201.875-1.367%203.072q-1.366%201.169-3.479%201.168H9.12c-.824%200-1.491.66-1.491%201.475s.667%201.475%201.491%201.475h5.93l5.342%208.482q.497.768%201.398.768q.995%200%201.398-.768q.403-.8-.155-1.69l-4.753-7.56q1.926-.861%203.044-2.52q1.119-1.69%201.119-3.902q0-2.244-1.026-3.934q-.993-1.69-2.795-2.643Q16.82%200%2014.49%200H2.134C1.311%200%20.643.66.643%201.475%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%22M.643%201.475c0%20.814.668%201.475%201.49%201.475H14.49q2.112%200%203.48%201.29q1.366%201.291%201.366%203.32q0%201.875-1.367%203.072q-1.366%201.169-3.479%201.168H9.12c-.824%200-1.491.66-1.491%201.475s.667%201.475%201.491%201.475h5.93l5.342%208.482q.497.768%201.398.768q.995%200%201.398-.768q.403-.8-.155-1.69l-4.753-7.56q1.926-.861%203.044-2.52q1.119-1.69%201.119-3.902q0-2.244-1.026-3.934q-.993-1.69-2.795-2.643Q16.82%200%2014.49%200H2.134C1.311%200%20.643.66.643%201.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/rive.svg?color=%231a73e8&size=48