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

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

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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 19.4l-2.4 2.4q-.275.275-.687.288T16.2 21.8q-.275-.275-.275-.7t.275-.7l2.375-2.4H17q-.425 0-.712-.288T16 17t.288-.712T17 16h4q.425 0 .713.288T22 17v4q0 .425-.288.713T21 22t-.712-.288T20 21zM6.775 19H11.7l-3.45-6H5.925L4.6 15.275q-.35.575-.337 1.238T4.6 17.75t.913.913T6.775 19M12 15.5l1.45-2.5h-2.9zM7.075 11H14.6l1.15-2l-1.6-2.75q-.35-.575-.912-.913T12 5t-1.25.338t-.925.912zM13.3 21H6.775Q5.55 21 4.5 20.4t-1.65-1.65t-.6-2.25t.6-2.25l5.25-9Q8.7 4.2 9.75 3.6T12 3t2.25.6t1.65 1.65l4.675 8q-.6-.15-1.213-.2t-1.212.05l-1.25-2.125l-2.25 3.9q-.8.8-1.237 1.875t-.438 2.3q0 .5.088 1t.237.95m3.6-10.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDriveExportOutlineRounded(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 19.4l-2.4 2.4q-.275.275-.687.288T16.2 21.8q-.275-.275-.275-.7t.275-.7l2.375-2.4H17q-.425 0-.712-.288T16 17t.288-.712T17 16h4q.425 0 .713.288T22 17v4q0 .425-.288.713T21 22t-.712-.288T20 21zM6.775 19H11.7l-3.45-6H5.925L4.6 15.275q-.35.575-.337 1.238T4.6 17.75t.913.913T6.775 19M12 15.5l1.45-2.5h-2.9zM7.075 11H14.6l1.15-2l-1.6-2.75q-.35-.575-.912-.913T12 5t-1.25.338t-.925.912zM13.3 21H6.775Q5.55 21 4.5 20.4t-1.65-1.65t-.6-2.25t.6-2.25l5.25-9Q8.7 4.2 9.75 3.6T12 3t2.25.6t1.65 1.65l4.675 8q-.6-.15-1.213-.2t-1.212.05l-1.25-2.125l-2.25 3.9q-.8.8-1.237 1.875t-.438 2.3q0 .5.088 1t.237.95m3.6-10.025"/></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 19.4l-2.4 2.4q-.275.275-.687.288T16.2 21.8q-.275-.275-.275-.7t.275-.7l2.375-2.4H17q-.425 0-.712-.288T16 17t.288-.712T17 16h4q.425 0 .713.288T22 17v4q0 .425-.288.713T21 22t-.712-.288T20 21zM6.775 19H11.7l-3.45-6H5.925L4.6 15.275q-.35.575-.337 1.238T4.6 17.75t.913.913T6.775 19M12 15.5l1.45-2.5h-2.9zM7.075 11H14.6l1.15-2l-1.6-2.75q-.35-.575-.912-.913T12 5t-1.25.338t-.925.912zM13.3 21H6.775Q5.55 21 4.5 20.4t-1.65-1.65t-.6-2.25t.6-2.25l5.25-9Q8.7 4.2 9.75 3.6T12 3t2.25.6t1.65 1.65l4.675 8q-.6-.15-1.213-.2t-1.212.05l-1.25-2.125l-2.25 3.9q-.8.8-1.237 1.875t-.438 2.3q0 .5.088 1t.237.95m3.6-10.025"/></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%2019.4l-2.4%202.4q-.275.275-.687.288T16.2%2021.8q-.275-.275-.275-.7t.275-.7l2.375-2.4H17q-.425%200-.712-.288T16%2017t.288-.712T17%2016h4q.425%200%20.713.288T22%2017v4q0%20.425-.288.713T21%2022t-.712-.288T20%2021zM6.775%2019H11.7l-3.45-6H5.925L4.6%2015.275q-.35.575-.337%201.238T4.6%2017.75t.913.913T6.775%2019M12%2015.5l1.45-2.5h-2.9zM7.075%2011H14.6l1.15-2l-1.6-2.75q-.35-.575-.912-.913T12%205t-1.25.338t-.925.912zM13.3%2021H6.775Q5.55%2021%204.5%2020.4t-1.65-1.65t-.6-2.25t.6-2.25l5.25-9Q8.7%204.2%209.75%203.6T12%203t2.25.6t1.65%201.65l4.675%208q-.6-.15-1.213-.2t-1.212.05l-1.25-2.125l-2.25%203.9q-.8.8-1.237%201.875t-.438%202.3q0%20.5.088%201t.237.95m3.6-10.025%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%2019.4l-2.4%202.4q-.275.275-.687.288T16.2%2021.8q-.275-.275-.275-.7t.275-.7l2.375-2.4H17q-.425%200-.712-.288T16%2017t.288-.712T17%2016h4q.425%200%20.713.288T22%2017v4q0%20.425-.288.713T21%2022t-.712-.288T20%2021zM6.775%2019H11.7l-3.45-6H5.925L4.6%2015.275q-.35.575-.337%201.238T4.6%2017.75t.913.913T6.775%2019M12%2015.5l1.45-2.5h-2.9zM7.075%2011H14.6l1.15-2l-1.6-2.75q-.35-.575-.912-.913T12%205t-1.25.338t-.925.912zM13.3%2021H6.775Q5.55%2021%204.5%2020.4t-1.65-1.65t-.6-2.25t.6-2.25l5.25-9Q8.7%204.2%209.75%203.6T12%203t2.25.6t1.65%201.65l4.675%208q-.6-.15-1.213-.2t-1.212.05l-1.25-2.125l-2.25%203.9q-.8.8-1.237%201.875t-.438%202.3q0%20.5.088%201t.237.95m3.6-10.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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