drive-export-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
drive-export-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the drive export icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.5 18.208l-3.265 3.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213 0-.357-.143T16.5 17t.143-.357T17 16.5h3.692q.349 0 .578.23t.23.578V21q0 .214-.143.357T21 21.5t-.357-.143T20.5 21zM7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.652-.376 1.391t.376 1.373q.363.651 1.028 1.018q.664.366 1.435.366M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752 5 12 5q-.771 0-1.423.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.731t-.274 2.021q0 .346.039.692q.04.346.113.662m3.715-9.813"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDriveExportOutlineRounded(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.5 18.208l-3.265 3.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213 0-.357-.143T16.5 17t.143-.357T17 16.5h3.692q.349 0 .578.23t.23.578V21q0 .214-.143.357T21 21.5t-.357-.143T20.5 21zM7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.652-.376 1.391t.376 1.373q.363.651 1.028 1.018q.664.366 1.435.366M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752 5 12 5q-.771 0-1.423.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.731t-.274 2.021q0 .346.039.692q.04.346.113.662m3.715-9.813"/></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.5 18.208l-3.265 3.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213 0-.357-.143T16.5 17t.143-.357T17 16.5h3.692q.349 0 .578.23t.23.578V21q0 .214-.143.357T21 21.5t-.357-.143T20.5 21zM7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.652-.376 1.391t.376 1.373q.363.651 1.028 1.018q.664.366 1.435.366M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752 5 12 5q-.771 0-1.423.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.731t-.274 2.021q0 .346.039.692q.04.346.113.662m3.715-9.813"/></svg>
</template>

CSS

.icon-drive-export-outline-rounded {
  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.5%2018.208l-3.265%203.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213%200-.357-.143T16.5%2017t.143-.357T17%2016.5h3.692q.349%200%20.578.23t.23.578V21q0%20.214-.143.357T21%2021.5t-.357-.143T20.5%2021zM7.044%2019h5.445l-3.797-6.5H5.963l-1.382%202.352q-.389.652-.376%201.391t.376%201.373q.363.651%201.028%201.018q.664.366%201.435.366M12%2016.173l2.162-3.673H9.839zM6.537%2011.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752%205%2012%205q-.771%200-1.423.376t-1.04%201.028zm6.398%208.5h-5.89q-1.053%200-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877%201.41-1.39T12%204t1.904.514t1.4%201.39l3.925%206.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75%204.707q-.57.781-.843%201.731t-.274%202.021q0%20.346.039.692q.04.346.113.662m3.715-9.813%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.5%2018.208l-3.265%203.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213%200-.357-.143T16.5%2017t.143-.357T17%2016.5h3.692q.349%200%20.578.23t.23.578V21q0%20.214-.143.357T21%2021.5t-.357-.143T20.5%2021zM7.044%2019h5.445l-3.797-6.5H5.963l-1.382%202.352q-.389.652-.376%201.391t.376%201.373q.363.651%201.028%201.018q.664.366%201.435.366M12%2016.173l2.162-3.673H9.839zM6.537%2011.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752%205%2012%205q-.771%200-1.423.376t-1.04%201.028zm6.398%208.5h-5.89q-1.053%200-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877%201.41-1.39T12%204t1.904.514t1.4%201.39l3.925%206.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75%204.707q-.57.781-.843%201.731t-.274%202.021q0%20.346.039.692q.04.346.113.662m3.715-9.813%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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