add shortcut to drive icon

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

Name
add-shortcut-to-drive
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

Related icons in Material Symbols

Use the add shortcut 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="M4.575 21L1.15 15L7.7 3.525l3.425 6ZM6.3 21l3.425-6h3.35q-.05.25-.063.488Q13 15.725 13 16q0 1.475.562 2.763Q14.125 20.05 15.1 21Zm7.975-9.025L8.575 2h6.85l4.025 7.025q-1.625.125-2.962.913q-1.338.787-2.213 2.037ZM20.625 23q-1.975 0-3.362-1.387q-1.388-1.388-1.388-3.363q0-1.425.738-2.55q.737-1.125 1.937-1.7H16v-2h6v6h-2v-2.425q-.9.2-1.512.95q-.613.75-.613 1.725q0 1.15.8 1.95t1.95.8Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddShortcutToDrive(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="M4.575 21L1.15 15L7.7 3.525l3.425 6ZM6.3 21l3.425-6h3.35q-.05.25-.063.488Q13 15.725 13 16q0 1.475.562 2.763Q14.125 20.05 15.1 21Zm7.975-9.025L8.575 2h6.85l4.025 7.025q-1.625.125-2.962.913q-1.338.787-2.213 2.037ZM20.625 23q-1.975 0-3.362-1.387q-1.388-1.388-1.388-3.363q0-1.425.738-2.55q.737-1.125 1.937-1.7H16v-2h6v6h-2v-2.425q-.9.2-1.512.95q-.613.75-.613 1.725q0 1.15.8 1.95t1.95.8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.575 21L1.15 15L7.7 3.525l3.425 6ZM6.3 21l3.425-6h3.35q-.05.25-.063.488Q13 15.725 13 16q0 1.475.562 2.763Q14.125 20.05 15.1 21Zm7.975-9.025L8.575 2h6.85l4.025 7.025q-1.625.125-2.962.913q-1.338.787-2.213 2.037ZM20.625 23q-1.975 0-3.362-1.387q-1.388-1.388-1.388-3.363q0-1.425.738-2.55q.737-1.125 1.937-1.7H16v-2h6v6h-2v-2.425q-.9.2-1.512.95q-.613.75-.613 1.725q0 1.15.8 1.95t1.95.8Z"/></svg>
</template>

CSS

.icon-add-shortcut-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%22M4.575%2021L1.15%2015L7.7%203.525l3.425%206ZM6.3%2021l3.425-6h3.35q-.05.25-.063.488Q13%2015.725%2013%2016q0%201.475.562%202.763Q14.125%2020.05%2015.1%2021Zm7.975-9.025L8.575%202h6.85l4.025%207.025q-1.625.125-2.962.913q-1.338.787-2.213%202.037ZM20.625%2023q-1.975%200-3.362-1.387q-1.388-1.388-1.388-3.363q0-1.425.738-2.55q.737-1.125%201.937-1.7H16v-2h6v6h-2v-2.425q-.9.2-1.512.95q-.613.75-.613%201.725q0%201.15.8%201.95t1.95.8Z%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%22M4.575%2021L1.15%2015L7.7%203.525l3.425%206ZM6.3%2021l3.425-6h3.35q-.05.25-.063.488Q13%2015.725%2013%2016q0%201.475.562%202.763Q14.125%2020.05%2015.1%2021Zm7.975-9.025L8.575%202h6.85l4.025%207.025q-1.625.125-2.962.913q-1.338.787-2.213%202.037ZM20.625%2023q-1.975%200-3.362-1.387q-1.388-1.388-1.388-3.363q0-1.425.738-2.55q.737-1.125%201.937-1.7H16v-2h6v6h-2v-2.425q-.9.2-1.512.95q-.613.75-.613%201.725q0%201.15.8%201.95t1.95.8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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