google drive logo icon
google-drive-logo-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- google-drive-logo-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the google drive logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M24 152h64l-32.88 54.8a7.9 7.9 0 0 1-2.74-2.8l-27.33-47.85A8 8 0 0 1 24 152m144 0l32.88 54.8a7.9 7.9 0 0 0 2.74-2.83l27.32-47.82A8 8 0 0 0 232 152ZM100.43 32a8.06 8.06 0 0 0-3.84 1L128 85.33L159.41 33a8.1 8.1 0 0 0-3.85-1Z" opacity=".2"/><path d="M237.6 143.78L169.13 31.52A15.91 15.91 0 0 0 155.56 24h-55.13a15.89 15.89 0 0 0-13.56 7.52l-.05.07L18.44 143.7a16 16 0 0 0-.33 16.42l27.32 47.82A16 16 0 0 0 59.32 216h137.35a16 16 0 0 0 13.89-8.06l27.32-47.82a15.91 15.91 0 0 0-.28-16.34M219 144h-46.48l-35.19-58.67l22.75-37.92Zm-116.87 0L128 100.88L153.87 144Zm61.34 16l24 40H68.53l24-40ZM128 69.78L110.12 40l35.78-.05ZM95.91 47.41l22.76 37.92L83.47 144H37ZM36.54 160h37.33l-19.15 31.92Zm164.74 31.93L182.12 160h37.41Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhGoogleDriveLogoDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M24 152h64l-32.88 54.8a7.9 7.9 0 0 1-2.74-2.8l-27.33-47.85A8 8 0 0 1 24 152m144 0l32.88 54.8a7.9 7.9 0 0 0 2.74-2.83l27.32-47.82A8 8 0 0 0 232 152ZM100.43 32a8.06 8.06 0 0 0-3.84 1L128 85.33L159.41 33a8.1 8.1 0 0 0-3.85-1Z" opacity=".2"/><path d="M237.6 143.78L169.13 31.52A15.91 15.91 0 0 0 155.56 24h-55.13a15.89 15.89 0 0 0-13.56 7.52l-.05.07L18.44 143.7a16 16 0 0 0-.33 16.42l27.32 47.82A16 16 0 0 0 59.32 216h137.35a16 16 0 0 0 13.89-8.06l27.32-47.82a15.91 15.91 0 0 0-.28-16.34M219 144h-46.48l-35.19-58.67l22.75-37.92Zm-116.87 0L128 100.88L153.87 144Zm61.34 16l24 40H68.53l24-40ZM128 69.78L110.12 40l35.78-.05ZM95.91 47.41l22.76 37.92L83.47 144H37ZM36.54 160h37.33l-19.15 31.92Zm164.74 31.93L182.12 160h37.41Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M24 152h64l-32.88 54.8a7.9 7.9 0 0 1-2.74-2.8l-27.33-47.85A8 8 0 0 1 24 152m144 0l32.88 54.8a7.9 7.9 0 0 0 2.74-2.83l27.32-47.82A8 8 0 0 0 232 152ZM100.43 32a8.06 8.06 0 0 0-3.84 1L128 85.33L159.41 33a8.1 8.1 0 0 0-3.85-1Z" opacity=".2"/><path d="M237.6 143.78L169.13 31.52A15.91 15.91 0 0 0 155.56 24h-55.13a15.89 15.89 0 0 0-13.56 7.52l-.05.07L18.44 143.7a16 16 0 0 0-.33 16.42l27.32 47.82A16 16 0 0 0 59.32 216h137.35a16 16 0 0 0 13.89-8.06l27.32-47.82a15.91 15.91 0 0 0-.28-16.34M219 144h-46.48l-35.19-58.67l22.75-37.92Zm-116.87 0L128 100.88L153.87 144Zm61.34 16l24 40H68.53l24-40ZM128 69.78L110.12 40l35.78-.05ZM95.91 47.41l22.76 37.92L83.47 144H37ZM36.54 160h37.33l-19.15 31.92Zm164.74 31.93L182.12 160h37.41Z"/></g></svg> </template>
CSS
.icon-google-drive-logo-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%20152h64l-32.88%2054.8a7.9%207.9%200%200%201-2.74-2.8l-27.33-47.85A8%208%200%200%201%2024%20152m144%200l32.88%2054.8a7.9%207.9%200%200%200%202.74-2.83l27.32-47.82A8%208%200%200%200%20232%20152ZM100.43%2032a8.06%208.06%200%200%200-3.84%201L128%2085.33L159.41%2033a8.1%208.1%200%200%200-3.85-1Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M237.6%20143.78L169.13%2031.52A15.91%2015.91%200%200%200%20155.56%2024h-55.13a15.89%2015.89%200%200%200-13.56%207.52l-.05.07L18.44%20143.7a16%2016%200%200%200-.33%2016.42l27.32%2047.82A16%2016%200%200%200%2059.32%20216h137.35a16%2016%200%200%200%2013.89-8.06l27.32-47.82a15.91%2015.91%200%200%200-.28-16.34M219%20144h-46.48l-35.19-58.67l22.75-37.92Zm-116.87%200L128%20100.88L153.87%20144Zm61.34%2016l24%2040H68.53l24-40ZM128%2069.78L110.12%2040l35.78-.05ZM95.91%2047.41l22.76%2037.92L83.47%20144H37ZM36.54%20160h37.33l-19.15%2031.92Zm164.74%2031.93L182.12%20160h37.41Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%20152h64l-32.88%2054.8a7.9%207.9%200%200%201-2.74-2.8l-27.33-47.85A8%208%200%200%201%2024%20152m144%200l32.88%2054.8a7.9%207.9%200%200%200%202.74-2.83l27.32-47.82A8%208%200%200%200%20232%20152ZM100.43%2032a8.06%208.06%200%200%200-3.84%201L128%2085.33L159.41%2033a8.1%208.1%200%200%200-3.85-1Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M237.6%20143.78L169.13%2031.52A15.91%2015.91%200%200%200%20155.56%2024h-55.13a15.89%2015.89%200%200%200-13.56%207.52l-.05.07L18.44%20143.7a16%2016%200%200%200-.33%2016.42l27.32%2047.82A16%2016%200%200%200%2059.32%20216h137.35a16%2016%200%200%200%2013.89-8.06l27.32-47.82a15.91%2015.91%200%200%200-.28-16.34M219%20144h-46.48l-35.19-58.67l22.75-37.92Zm-116.87%200L128%20100.88L153.87%20144Zm61.34%2016l24%2040H68.53l24-40ZM128%2069.78L110.12%2040l35.78-.05ZM95.91%2047.41l22.76%2037.92L83.47%20144H37ZM36.54%20160h37.33l-19.15%2031.92Zm164.74%2031.93L182.12%20160h37.41Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/google-drive-logo-duotone.svg?color=%231a73e8&size=48