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

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

Use the onedrive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.5 16.87A4.037 4.037 0 0 1 17.94 19H7c-1.64 0-3.17-.8-4.1-2.14c-.57-.82-.9-1.79-.9-2.79A5.002 5.002 0 0 1 6.93 9a6.27 6.27 0 0 1 3.67-2.62c3.34-.88 6.75 1.16 7.61 4.5l-.01.01c.58.04 1.15.2 1.66.47a4.047 4.047 0 0 1 1.64 5.51z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiOnedrive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.5 16.87A4.037 4.037 0 0 1 17.94 19H7c-1.64 0-3.17-.8-4.1-2.14c-.57-.82-.9-1.79-.9-2.79A5.002 5.002 0 0 1 6.93 9a6.27 6.27 0 0 1 3.67-2.62c3.34-.88 6.75 1.16 7.61 4.5l-.01.01c.58.04 1.15.2 1.66.47a4.047 4.047 0 0 1 1.64 5.51z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.5 16.87A4.037 4.037 0 0 1 17.94 19H7c-1.64 0-3.17-.8-4.1-2.14c-.57-.82-.9-1.79-.9-2.79A5.002 5.002 0 0 1 6.93 9a6.27 6.27 0 0 1 3.67-2.62c3.34-.88 6.75 1.16 7.61 4.5l-.01.01c.58.04 1.15.2 1.66.47a4.047 4.047 0 0 1 1.64 5.51z" fill="currentColor"/></svg>
</template>

CSS

.icon-onedrive {
  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%22M21.5%2016.87A4.037%204.037%200%200%201%2017.94%2019H7c-1.64%200-3.17-.8-4.1-2.14c-.57-.82-.9-1.79-.9-2.79A5.002%205.002%200%200%201%206.93%209a6.27%206.27%200%200%201%203.67-2.62c3.34-.88%206.75%201.16%207.61%204.5l-.01.01c.58.04%201.15.2%201.66.47a4.047%204.047%200%200%201%201.64%205.51z%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%22M21.5%2016.87A4.037%204.037%200%200%201%2017.94%2019H7c-1.64%200-3.17-.8-4.1-2.14c-.57-.82-.9-1.79-.9-2.79A5.002%205.002%200%200%201%206.93%209a6.27%206.27%200%200%201%203.67-2.62c3.34-.88%206.75%201.16%207.61%204.5l-.01.01c.58.04%201.15.2%201.66.47a4.047%204.047%200%200%201%201.64%205.51z%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/onedrive.svg?color=%231a73e8&size=48