picasa from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
picasa
Set
SVG Logos
Style
Color
Viewbox
256×257
License
CC0

The same logo in other sets

Use the picasa logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path d="M127.961.232C57.291.232 0 57.523 0 128.193s57.292 127.961 127.961 127.961c70.67 0 127.962-57.291 127.962-127.96C255.923 57.523 198.63.231 127.96.231zm.695 78.151l23.708 17.376l23.708 17.452l-9.19 28.033l-9.266 27.878l-29.423-.077l-29.423-.155l-9.035-28.032l-8.88-28.033l23.862-17.298l23.94-17.144z" fill="#E9EAEB"/><path d="M113.752 177.926c-6.379 0-9.727 4.42-7.336 11.352l16.449 47.802c1.682.077 3.394.154 5.096.154c42.31 0 78.986-24.094 97.072-59.308H113.752z" fill="#0DAB62"/><path d="M170.577 157.577c-2.044 6.042 1.069 10.63 8.402 10.587l50.552-.26c.613-1.569 1.234-3.166 1.78-4.778c13.56-40.078 2.492-82.541-25.067-110.96l-35.667 105.41z" fill="#FFD34E"/><path d="M76.23 129.781c-1.946-6.074-7.177-7.914-13.05-3.523l-40.503 30.25c.44 1.626.888 3.28 1.408 4.9c12.908 40.293 47.044 67.869 86.097 74.348L76.23 129.781z" fill="#448AFD"/><path d="M109.522 79.768c5.106-3.824 5.136-9.369-.934-13.484L66.765 37.887c-1.393.947-2.81 1.911-4.172 2.932c-33.863 25.366-48.771 66.638-42.135 105.664l89.064-66.715z" fill="#9B479F"/><path d="M168.739 96.212c5.162 3.746 10.468 2.136 12.605-4.878l14.768-48.348c-1.317-1.051-2.657-2.12-4.034-3.119c-34.241-24.853-78.076-26.897-113.398-9.023l90.059 65.368z" fill="#E04A3F"/></svg>

React

import type { SVGProps } from "react";

export function LogosPicasa(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path d="M127.961.232C57.291.232 0 57.523 0 128.193s57.292 127.961 127.961 127.961c70.67 0 127.962-57.291 127.962-127.96C255.923 57.523 198.63.231 127.96.231zm.695 78.151l23.708 17.376l23.708 17.452l-9.19 28.033l-9.266 27.878l-29.423-.077l-29.423-.155l-9.035-28.032l-8.88-28.033l23.862-17.298l23.94-17.144z" fill="#E9EAEB"/><path d="M113.752 177.926c-6.379 0-9.727 4.42-7.336 11.352l16.449 47.802c1.682.077 3.394.154 5.096.154c42.31 0 78.986-24.094 97.072-59.308H113.752z" fill="#0DAB62"/><path d="M170.577 157.577c-2.044 6.042 1.069 10.63 8.402 10.587l50.552-.26c.613-1.569 1.234-3.166 1.78-4.778c13.56-40.078 2.492-82.541-25.067-110.96l-35.667 105.41z" fill="#FFD34E"/><path d="M76.23 129.781c-1.946-6.074-7.177-7.914-13.05-3.523l-40.503 30.25c.44 1.626.888 3.28 1.408 4.9c12.908 40.293 47.044 67.869 86.097 74.348L76.23 129.781z" fill="#448AFD"/><path d="M109.522 79.768c5.106-3.824 5.136-9.369-.934-13.484L66.765 37.887c-1.393.947-2.81 1.911-4.172 2.932c-33.863 25.366-48.771 66.638-42.135 105.664l89.064-66.715z" fill="#9B479F"/><path d="M168.739 96.212c5.162 3.746 10.468 2.136 12.605-4.878l14.768-48.348c-1.317-1.051-2.657-2.12-4.034-3.119c-34.241-24.853-78.076-26.897-113.398-9.023l90.059 65.368z" fill="#E04A3F"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path d="M127.961.232C57.291.232 0 57.523 0 128.193s57.292 127.961 127.961 127.961c70.67 0 127.962-57.291 127.962-127.96C255.923 57.523 198.63.231 127.96.231zm.695 78.151l23.708 17.376l23.708 17.452l-9.19 28.033l-9.266 27.878l-29.423-.077l-29.423-.155l-9.035-28.032l-8.88-28.033l23.862-17.298l23.94-17.144z" fill="#E9EAEB"/><path d="M113.752 177.926c-6.379 0-9.727 4.42-7.336 11.352l16.449 47.802c1.682.077 3.394.154 5.096.154c42.31 0 78.986-24.094 97.072-59.308H113.752z" fill="#0DAB62"/><path d="M170.577 157.577c-2.044 6.042 1.069 10.63 8.402 10.587l50.552-.26c.613-1.569 1.234-3.166 1.78-4.778c13.56-40.078 2.492-82.541-25.067-110.96l-35.667 105.41z" fill="#FFD34E"/><path d="M76.23 129.781c-1.946-6.074-7.177-7.914-13.05-3.523l-40.503 30.25c.44 1.626.888 3.28 1.408 4.9c12.908 40.293 47.044 67.869 86.097 74.348L76.23 129.781z" fill="#448AFD"/><path d="M109.522 79.768c5.106-3.824 5.136-9.369-.934-13.484L66.765 37.887c-1.393.947-2.81 1.911-4.172 2.932c-33.863 25.366-48.771 66.638-42.135 105.664l89.064-66.715z" fill="#9B479F"/><path d="M168.739 96.212c5.162 3.746 10.468 2.136 12.605-4.878l14.768-48.348c-1.317-1.051-2.657-2.12-4.034-3.119c-34.241-24.853-78.076-26.897-113.398-9.023l90.059 65.368z" fill="#E04A3F"/></svg>
</template>

CSS

.icon-picasa {
  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%20257%22%3E%3Cpath%20d%3D%22M127.961.232C57.291.232%200%2057.523%200%20128.193s57.292%20127.961%20127.961%20127.961c70.67%200%20127.962-57.291%20127.962-127.96C255.923%2057.523%20198.63.231%20127.96.231zm.695%2078.151l23.708%2017.376l23.708%2017.452l-9.19%2028.033l-9.266%2027.878l-29.423-.077l-29.423-.155l-9.035-28.032l-8.88-28.033l23.862-17.298l23.94-17.144z%22%20fill%3D%22%23E9EAEB%22%2F%3E%3Cpath%20d%3D%22M113.752%20177.926c-6.379%200-9.727%204.42-7.336%2011.352l16.449%2047.802c1.682.077%203.394.154%205.096.154c42.31%200%2078.986-24.094%2097.072-59.308H113.752z%22%20fill%3D%22%230DAB62%22%2F%3E%3Cpath%20d%3D%22M170.577%20157.577c-2.044%206.042%201.069%2010.63%208.402%2010.587l50.552-.26c.613-1.569%201.234-3.166%201.78-4.778c13.56-40.078%202.492-82.541-25.067-110.96l-35.667%20105.41z%22%20fill%3D%22%23FFD34E%22%2F%3E%3Cpath%20d%3D%22M76.23%20129.781c-1.946-6.074-7.177-7.914-13.05-3.523l-40.503%2030.25c.44%201.626.888%203.28%201.408%204.9c12.908%2040.293%2047.044%2067.869%2086.097%2074.348L76.23%20129.781z%22%20fill%3D%22%23448AFD%22%2F%3E%3Cpath%20d%3D%22M109.522%2079.768c5.106-3.824%205.136-9.369-.934-13.484L66.765%2037.887c-1.393.947-2.81%201.911-4.172%202.932c-33.863%2025.366-48.771%2066.638-42.135%20105.664l89.064-66.715z%22%20fill%3D%22%239B479F%22%2F%3E%3Cpath%20d%3D%22M168.739%2096.212c5.162%203.746%2010.468%202.136%2012.605-4.878l14.768-48.348c-1.317-1.051-2.657-2.12-4.034-3.119c-34.241-24.853-78.076-26.897-113.398-9.023l90.059%2065.368z%22%20fill%3D%22%23E04A3F%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%20256%20257%22%3E%3Cpath%20d%3D%22M127.961.232C57.291.232%200%2057.523%200%20128.193s57.292%20127.961%20127.961%20127.961c70.67%200%20127.962-57.291%20127.962-127.96C255.923%2057.523%20198.63.231%20127.96.231zm.695%2078.151l23.708%2017.376l23.708%2017.452l-9.19%2028.033l-9.266%2027.878l-29.423-.077l-29.423-.155l-9.035-28.032l-8.88-28.033l23.862-17.298l23.94-17.144z%22%20fill%3D%22%23E9EAEB%22%2F%3E%3Cpath%20d%3D%22M113.752%20177.926c-6.379%200-9.727%204.42-7.336%2011.352l16.449%2047.802c1.682.077%203.394.154%205.096.154c42.31%200%2078.986-24.094%2097.072-59.308H113.752z%22%20fill%3D%22%230DAB62%22%2F%3E%3Cpath%20d%3D%22M170.577%20157.577c-2.044%206.042%201.069%2010.63%208.402%2010.587l50.552-.26c.613-1.569%201.234-3.166%201.78-4.778c13.56-40.078%202.492-82.541-25.067-110.96l-35.667%20105.41z%22%20fill%3D%22%23FFD34E%22%2F%3E%3Cpath%20d%3D%22M76.23%20129.781c-1.946-6.074-7.177-7.914-13.05-3.523l-40.503%2030.25c.44%201.626.888%203.28%201.408%204.9c12.908%2040.293%2047.044%2067.869%2086.097%2074.348L76.23%20129.781z%22%20fill%3D%22%23448AFD%22%2F%3E%3Cpath%20d%3D%22M109.522%2079.768c5.106-3.824%205.136-9.369-.934-13.484L66.765%2037.887c-1.393.947-2.81%201.911-4.172%202.932c-33.863%2025.366-48.771%2066.638-42.135%20105.664l89.064-66.715z%22%20fill%3D%22%239B479F%22%2F%3E%3Cpath%20d%3D%22M168.739%2096.212c5.162%203.746%2010.468%202.136%2012.605-4.878l14.768-48.348c-1.317-1.051-2.657-2.12-4.034-3.119c-34.241-24.853-78.076-26.897-113.398-9.023l90.059%2065.368z%22%20fill%3D%22%23E04A3F%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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