google photos icon

google-photos from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
google-photos
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the google photos icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12c2.761 0 5-2.257 5-5.042a5.04 5.04 0 0 0-3.052-4.645c-.702-.3-1.053-.45-1.5-.15S12 2.953 12 3.933zm0 0c-2.761 0-5 2.257-5 5.042a5.04 5.04 0 0 0 3.053 4.645c.701.3 1.052.45 1.5.15s.447-.79.447-1.77z"/><path d="M12 12c0 2.761 2.257 5 5.042 5a5.04 5.04 0 0 0 4.645-3.052c.3-.702.45-1.053.15-1.5s-.79-.448-1.77-.448zm0 0c0-2.761-2.257-5-5.042-5a5.04 5.04 0 0 0-4.645 3.053c-.3.701-.45 1.052-.15 1.5s.79.447 1.77.447z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGooglePhotos(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 12c2.761 0 5-2.257 5-5.042a5.04 5.04 0 0 0-3.052-4.645c-.702-.3-1.053-.45-1.5-.15S12 2.953 12 3.933zm0 0c-2.761 0-5 2.257-5 5.042a5.04 5.04 0 0 0 3.053 4.645c.701.3 1.052.45 1.5.15s.447-.79.447-1.77z"/><path d="M12 12c0 2.761 2.257 5 5.042 5a5.04 5.04 0 0 0 4.645-3.052c.3-.702.45-1.053.15-1.5s-.79-.448-1.77-.448zm0 0c0-2.761-2.257-5-5.042-5a5.04 5.04 0 0 0-4.645 3.053c-.3.701-.45 1.052-.15 1.5s.79.447 1.77.447z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12c2.761 0 5-2.257 5-5.042a5.04 5.04 0 0 0-3.052-4.645c-.702-.3-1.053-.45-1.5-.15S12 2.953 12 3.933zm0 0c-2.761 0-5 2.257-5 5.042a5.04 5.04 0 0 0 3.053 4.645c.701.3 1.052.45 1.5.15s.447-.79.447-1.77z"/><path d="M12 12c0 2.761 2.257 5 5.042 5a5.04 5.04 0 0 0 4.645-3.052c.3-.702.45-1.053.15-1.5s-.79-.448-1.77-.448zm0 0c0-2.761-2.257-5-5.042-5a5.04 5.04 0 0 0-4.645 3.053c-.3.701-.45 1.052-.15 1.5s.79.447 1.77.447z"/></g></svg>
</template>

CSS

.icon-google-photos {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012c2.761%200%205-2.257%205-5.042a5.04%205.04%200%200%200-3.052-4.645c-.702-.3-1.053-.45-1.5-.15S12%202.953%2012%203.933zm0%200c-2.761%200-5%202.257-5%205.042a5.04%205.04%200%200%200%203.053%204.645c.701.3%201.052.45%201.5.15s.447-.79.447-1.77z%22%2F%3E%3Cpath%20d%3D%22M12%2012c0%202.761%202.257%205%205.042%205a5.04%205.04%200%200%200%204.645-3.052c.3-.702.45-1.053.15-1.5s-.79-.448-1.77-.448zm0%200c0-2.761-2.257-5-5.042-5a5.04%205.04%200%200%200-4.645%203.053c-.3.701-.45%201.052-.15%201.5s.79.447%201.77.447z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012c2.761%200%205-2.257%205-5.042a5.04%205.04%200%200%200-3.052-4.645c-.702-.3-1.053-.45-1.5-.15S12%202.953%2012%203.933zm0%200c-2.761%200-5%202.257-5%205.042a5.04%205.04%200%200%200%203.053%204.645c.701.3%201.052.45%201.5.15s.447-.79.447-1.77z%22%2F%3E%3Cpath%20d%3D%22M12%2012c0%202.761%202.257%205%205.042%205a5.04%205.04%200%200%200%204.645-3.052c.3-.702.45-1.053.15-1.5s-.79-.448-1.77-.448zm0%200c0-2.761-2.257-5-5.042-5a5.04%205.04%200%200%200-4.645%203.053c-.3.701-.45%201.052-.15%201.5s.79.447%201.77.447z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/google-photos.svg?color=%231a73e8&size=48