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

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

Use the rustdesk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.608 5.601l-1.97 1.96c-.348.31-.516.81-.321 1.233c1.313 2.747.814 6.023-1.34 8.175c-2.156 2.152-5.435 2.65-8.184 1.338c-.406-.182-.881-.028-1.193.288l-2.003 2a1.065 1.065 0 0 0 .192 1.671a12.005 12.005 0 0 0 14.686-1.765a11.97 11.97 0 0 0 1.806-14.665a1.065 1.065 0 0 0-1.673-.234zM3.561 3.474a11.97 11.97 0 0 0-1.864 14.663a1.065 1.065 0 0 0 1.672.235l1.961-1.948c.355-.31.528-.816.331-1.245c-1.313-2.747-.816-6.022 1.34-8.174c2.154-2.153 5.434-2.65 8.184-1.339c.4.18.87.03 1.182-.277l2.015-2.012a1.063 1.063 0 0 0-.192-1.671A12.01 12.01 0 0 0 3.519 3.527z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRustdesk(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.608 5.601l-1.97 1.96c-.348.31-.516.81-.321 1.233c1.313 2.747.814 6.023-1.34 8.175c-2.156 2.152-5.435 2.65-8.184 1.338c-.406-.182-.881-.028-1.193.288l-2.003 2a1.065 1.065 0 0 0 .192 1.671a12.005 12.005 0 0 0 14.686-1.765a11.97 11.97 0 0 0 1.806-14.665a1.065 1.065 0 0 0-1.673-.234zM3.561 3.474a11.97 11.97 0 0 0-1.864 14.663a1.065 1.065 0 0 0 1.672.235l1.961-1.948c.355-.31.528-.816.331-1.245c-1.313-2.747-.816-6.022 1.34-8.174c2.154-2.153 5.434-2.65 8.184-1.339c.4.18.87.03 1.182-.277l2.015-2.012a1.063 1.063 0 0 0-.192-1.671A12.01 12.01 0 0 0 3.519 3.527z"/></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.608 5.601l-1.97 1.96c-.348.31-.516.81-.321 1.233c1.313 2.747.814 6.023-1.34 8.175c-2.156 2.152-5.435 2.65-8.184 1.338c-.406-.182-.881-.028-1.193.288l-2.003 2a1.065 1.065 0 0 0 .192 1.671a12.005 12.005 0 0 0 14.686-1.765a11.97 11.97 0 0 0 1.806-14.665a1.065 1.065 0 0 0-1.673-.234zM3.561 3.474a11.97 11.97 0 0 0-1.864 14.663a1.065 1.065 0 0 0 1.672.235l1.961-1.948c.355-.31.528-.816.331-1.245c-1.313-2.747-.816-6.022 1.34-8.174c2.154-2.153 5.434-2.65 8.184-1.339c.4.18.87.03 1.182-.277l2.015-2.012a1.063 1.063 0 0 0-.192-1.671A12.01 12.01 0 0 0 3.519 3.527z"/></svg>
</template>

CSS

.icon-rustdesk {
  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.608%205.601l-1.97%201.96c-.348.31-.516.81-.321%201.233c1.313%202.747.814%206.023-1.34%208.175c-2.156%202.152-5.435%202.65-8.184%201.338c-.406-.182-.881-.028-1.193.288l-2.003%202a1.065%201.065%200%200%200%20.192%201.671a12.005%2012.005%200%200%200%2014.686-1.765a11.97%2011.97%200%200%200%201.806-14.665a1.065%201.065%200%200%200-1.673-.234zM3.561%203.474a11.97%2011.97%200%200%200-1.864%2014.663a1.065%201.065%200%200%200%201.672.235l1.961-1.948c.355-.31.528-.816.331-1.245c-1.313-2.747-.816-6.022%201.34-8.174c2.154-2.153%205.434-2.65%208.184-1.339c.4.18.87.03%201.182-.277l2.015-2.012a1.063%201.063%200%200%200-.192-1.671A12.01%2012.01%200%200%200%203.519%203.527z%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.608%205.601l-1.97%201.96c-.348.31-.516.81-.321%201.233c1.313%202.747.814%206.023-1.34%208.175c-2.156%202.152-5.435%202.65-8.184%201.338c-.406-.182-.881-.028-1.193.288l-2.003%202a1.065%201.065%200%200%200%20.192%201.671a12.005%2012.005%200%200%200%2014.686-1.765a11.97%2011.97%200%200%200%201.806-14.665a1.065%201.065%200%200%200-1.673-.234zM3.561%203.474a11.97%2011.97%200%200%200-1.864%2014.663a1.065%201.065%200%200%200%201.672.235l1.961-1.948c.355-.31.528-.816.331-1.245c-1.313-2.747-.816-6.022%201.34-8.174c2.154-2.153%205.434-2.65%208.184-1.339c.4.18.87.03%201.182-.277l2.015-2.012a1.063%201.063%200%200%200-.192-1.671A12.01%2012.01%200%200%200%203.519%203.527z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Rustdesk logo — Simple Icons · IconsDB