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

Name
add-to-drive-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 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 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.95m4.7-1h-2q-.425 0-.712-.288T15 19t.288-.712T16 18h2v-2q0-.425.288-.712T19 15t.713.288T20 16v2h2q.425 0 .713.288T23 19t-.288.713T22 20h-2v2q0 .425-.288.713T19 23t-.712-.288T18 22zm-1.1-9.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddToDriveOutlineRounded(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 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.95m4.7-1h-2q-.425 0-.712-.288T15 19t.288-.712T16 18h2v-2q0-.425.288-.712T19 15t.713.288T20 16v2h2q.425 0 .713.288T23 19t-.288.713T22 20h-2v2q0 .425-.288.713T19 23t-.712-.288T18 22zm-1.1-9.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="M6.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.95m4.7-1h-2q-.425 0-.712-.288T15 19t.288-.712T16 18h2v-2q0-.425.288-.712T19 15t.713.288T20 16v2h2q.425 0 .713.288T23 19t-.288.713T22 20h-2v2q0 .425-.288.713T19 23t-.712-.288T18 22zm-1.1-9.025"/></svg>
</template>

CSS

.icon-add-to-drive-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%22M6.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.95m4.7-1h-2q-.425%200-.712-.288T15%2019t.288-.712T16%2018h2v-2q0-.425.288-.712T19%2015t.713.288T20%2016v2h2q.425%200%20.713.288T23%2019t-.288.713T22%2020h-2v2q0%20.425-.288.713T19%2023t-.712-.288T18%2022zm-1.1-9.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%22M6.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.95m4.7-1h-2q-.425%200-.712-.288T15%2019t.288-.712T16%2018h2v-2q0-.425.288-.712T19%2015t.713.288T20%2016v2h2q.425%200%20.713.288T23%2019t-.288.713T22%2020h-2v2q0%20.425-.288.713T19%2023t-.712-.288T18%2022zm-1.1-9.025%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-outline-rounded.svg?color=%231a73e8&size=48