rdio from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
rdio
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the rdio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.292 10.844c.055.379.084.764.084 1.156c0 4.611-3.894 8.35-8.699 8.35c-4.803 0-8.697-3.739-8.697-8.35s3.894-8.35 8.697-8.35c.943 0 1.85.145 2.7.412l.001 5.046s-2.592-1.419-4.91.247c-2.317 1.663-1.88 3.409-1.88 3.409s.108 2.756 3.378 2.756c3.657 0 4.692-3.329 4.692-3.329V4.58c.706.347 1.361.783 1.991 1.275c1.555.962 3.17 1.581 5.017 1.535c0 0 .354-.076.354.627c0 .381-.136.818-.518 1.23c0 0-.727 1.084-2.21 1.598z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiRdio(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.292 10.844c.055.379.084.764.084 1.156c0 4.611-3.894 8.35-8.699 8.35c-4.803 0-8.697-3.739-8.697-8.35s3.894-8.35 8.697-8.35c.943 0 1.85.145 2.7.412l.001 5.046s-2.592-1.419-4.91.247c-2.317 1.663-1.88 3.409-1.88 3.409s.108 2.756 3.378 2.756c3.657 0 4.692-3.329 4.692-3.329V4.58c.706.347 1.361.783 1.991 1.275c1.555.962 3.17 1.581 5.017 1.535c0 0 .354-.076.354.627c0 .381-.136.818-.518 1.23c0 0-.727 1.084-2.21 1.598z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.292 10.844c.055.379.084.764.084 1.156c0 4.611-3.894 8.35-8.699 8.35c-4.803 0-8.697-3.739-8.697-8.35s3.894-8.35 8.697-8.35c.943 0 1.85.145 2.7.412l.001 5.046s-2.592-1.419-4.91.247c-2.317 1.663-1.88 3.409-1.88 3.409s.108 2.756 3.378 2.756c3.657 0 4.692-3.329 4.692-3.329V4.58c.706.347 1.361.783 1.991 1.275c1.555.962 3.17 1.581 5.017 1.535c0 0 .354-.076.354.627c0 .381-.136.818-.518 1.23c0 0-.727 1.084-2.21 1.598z" fill="currentColor"/></svg>
</template>

CSS

.icon-rdio {
  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%20d%3D%22M19.292%2010.844c.055.379.084.764.084%201.156c0%204.611-3.894%208.35-8.699%208.35c-4.803%200-8.697-3.739-8.697-8.35s3.894-8.35%208.697-8.35c.943%200%201.85.145%202.7.412l.001%205.046s-2.592-1.419-4.91.247c-2.317%201.663-1.88%203.409-1.88%203.409s.108%202.756%203.378%202.756c3.657%200%204.692-3.329%204.692-3.329V4.58c.706.347%201.361.783%201.991%201.275c1.555.962%203.17%201.581%205.017%201.535c0%200%20.354-.076.354.627c0%20.381-.136.818-.518%201.23c0%200-.727%201.084-2.21%201.598z%22%20fill%3D%22currentColor%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%20d%3D%22M19.292%2010.844c.055.379.084.764.084%201.156c0%204.611-3.894%208.35-8.699%208.35c-4.803%200-8.697-3.739-8.697-8.35s3.894-8.35%208.697-8.35c.943%200%201.85.145%202.7.412l.001%205.046s-2.592-1.419-4.91.247c-2.317%201.663-1.88%203.409-1.88%203.409s.108%202.756%203.378%202.756c3.657%200%204.692-3.329%204.692-3.329V4.58c.706.347%201.361.783%201.991%201.275c1.555.962%203.17%201.581%205.017%201.535c0%200%20.354-.076.354.627c0%20.381-.136.818-.518%201.23c0%200-.727%201.084-2.21%201.598z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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