add-to-drive from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
add-to-drive
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
add-to-drive-sharp

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the add to drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.775 21Q5.55 21 4.5 20.4t-1.65-1.65t-.6-2.25t.6-2.25L3.575 13H8.25l4.6 8zM4.75 11L8.1 5.25Q8.7 4.2 9.75 3.6T12 3t2.25.6t1.65 1.65l1 1.725L14.6 11zM18 23v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-3.325-8.125l3.4-5.925l2.5 4.3q-1.575-.425-3.162 0t-2.738 1.625"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddToDrive(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.775 21Q5.55 21 4.5 20.4t-1.65-1.65t-.6-2.25t.6-2.25L3.575 13H8.25l4.6 8zM4.75 11L8.1 5.25Q8.7 4.2 9.75 3.6T12 3t2.25.6t1.65 1.65l1 1.725L14.6 11zM18 23v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-3.325-8.125l3.4-5.925l2.5 4.3q-1.575-.425-3.162 0t-2.738 1.625"/></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.775 21Q5.55 21 4.5 20.4t-1.65-1.65t-.6-2.25t.6-2.25L3.575 13H8.25l4.6 8zM4.75 11L8.1 5.25Q8.7 4.2 9.75 3.6T12 3t2.25.6t1.65 1.65l1 1.725L14.6 11zM18 23v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-3.325-8.125l3.4-5.925l2.5 4.3q-1.575-.425-3.162 0t-2.738 1.625"/></svg>
</template>

CSS

.icon-add-to-drive {
  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.775%2021Q5.55%2021%204.5%2020.4t-1.65-1.65t-.6-2.25t.6-2.25L3.575%2013H8.25l4.6%208zM4.75%2011L8.1%205.25Q8.7%204.2%209.75%203.6T12%203t2.25.6t1.65%201.65l1%201.725L14.6%2011zM18%2023v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-3.325-8.125l3.4-5.925l2.5%204.3q-1.575-.425-3.162%200t-2.738%201.625%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.775%2021Q5.55%2021%204.5%2020.4t-1.65-1.65t-.6-2.25t.6-2.25L3.575%2013H8.25l4.6%208zM4.75%2011L8.1%205.25Q8.7%204.2%209.75%203.6T12%203t2.25.6t1.65%201.65l1%201.725L14.6%2011zM18%2023v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-3.325-8.125l3.4-5.925l2.5%204.3q-1.575-.425-3.162%200t-2.738%201.625%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-to-drive.svg?color=%231a73e8&size=48