add to drive icon
add-to-drive-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- add-to-drive-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- add-to-drive-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowalign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretchalign-space-around
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="M7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.645-.376 1.388t.376 1.385t1.03 1.009T7.044 19M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992 5t-1.416.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.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.727q-.274.947-.274 2.025q0 .347.04.694q.041.347.111.66M18 22v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-1.35-11.814"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddToDriveOutline(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="M7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.645-.376 1.388t.376 1.385t1.03 1.009T7.044 19M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992 5t-1.416.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.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.727q-.274.947-.274 2.025q0 .347.04.694q.041.347.111.66M18 22v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-1.35-11.814"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.645-.376 1.388t.376 1.385t1.03 1.009T7.044 19M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992 5t-1.416.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.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.727q-.274.947-.274 2.025q0 .347.04.694q.041.347.111.66M18 22v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-1.35-11.814"/></svg> </template>
CSS
.icon-add-to-drive-outline {
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%22M7.044%2019h5.445l-3.797-6.5H5.963l-1.382%202.352q-.389.645-.376%201.388t.376%201.385t1.03%201.009T7.044%2019M12%2016.173l2.162-3.673H9.839zM6.537%2011.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992%205t-1.416.376t-1.04%201.028zm6.398%208.5h-5.89q-1.053%200-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877%201.414-1.39Q10.981%204%2012%204q1.027%200%201.904.514q.877.513%201.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.727q-.274.947-.274%202.025q0%20.347.04.694q.041.347.111.66M18%2022v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-1.35-11.814%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%22M7.044%2019h5.445l-3.797-6.5H5.963l-1.382%202.352q-.389.645-.376%201.388t.376%201.385t1.03%201.009T7.044%2019M12%2016.173l2.162-3.673H9.839zM6.537%2011.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992%205t-1.416.376t-1.04%201.028zm6.398%208.5h-5.89q-1.053%200-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877%201.414-1.39Q10.981%204%2012%204q1.027%200%201.904.514q.877.513%201.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.727q-.274.947-.274%202.025q0%20.347.04.694q.041.347.111.66M18%2022v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-1.35-11.814%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-to-drive-outline.svg?color=%231a73e8&size=48