gravatar icon logo
gravatar-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- gravatar-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the gravatar icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4678eb" d="M102.397 25.589v89.595c0 14.132 11.457 25.589 25.59 25.589s25.588-11.457 25.588-25.59V55.578c32.265 11.375 53.116 42.72 51.14 76.873c-1.977 34.154-26.305 62.883-59.666 70.46c-33.362 7.577-67.713-7.825-84.249-37.775c-16.535-29.95-11.268-67.225 12.918-91.42c9.827-10.034 9.744-26.11-.187-36.04c-9.931-9.932-26.007-10.015-36.04-.187C-5.687 80.665-12.352 148.33 21.574 199.103c33.925 50.771 98.99 70.507 155.405 47.138c56.414-23.37 88.463-83.336 76.548-143.224C241.61 43.127 189.049-.004 127.987 0c-14.133 0-25.59 11.457-25.59 25.589"/></svg>
React
import type { SVGProps } from "react";
export function LogosGravatarIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4678eb" d="M102.397 25.589v89.595c0 14.132 11.457 25.589 25.59 25.589s25.588-11.457 25.588-25.59V55.578c32.265 11.375 53.116 42.72 51.14 76.873c-1.977 34.154-26.305 62.883-59.666 70.46c-33.362 7.577-67.713-7.825-84.249-37.775c-16.535-29.95-11.268-67.225 12.918-91.42c9.827-10.034 9.744-26.11-.187-36.04c-9.931-9.932-26.007-10.015-36.04-.187C-5.687 80.665-12.352 148.33 21.574 199.103c33.925 50.771 98.99 70.507 155.405 47.138c56.414-23.37 88.463-83.336 76.548-143.224C241.61 43.127 189.049-.004 127.987 0c-14.133 0-25.59 11.457-25.59 25.589"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4678eb" d="M102.397 25.589v89.595c0 14.132 11.457 25.589 25.59 25.589s25.588-11.457 25.588-25.59V55.578c32.265 11.375 53.116 42.72 51.14 76.873c-1.977 34.154-26.305 62.883-59.666 70.46c-33.362 7.577-67.713-7.825-84.249-37.775c-16.535-29.95-11.268-67.225 12.918-91.42c9.827-10.034 9.744-26.11-.187-36.04c-9.931-9.932-26.007-10.015-36.04-.187C-5.687 80.665-12.352 148.33 21.574 199.103c33.925 50.771 98.99 70.507 155.405 47.138c56.414-23.37 88.463-83.336 76.548-143.224C241.61 43.127 189.049-.004 127.987 0c-14.133 0-25.59 11.457-25.59 25.589"/></svg> </template>
CSS
.icon-gravatar-icon {
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%3Cpath%20fill%3D%22%234678eb%22%20d%3D%22M102.397%2025.589v89.595c0%2014.132%2011.457%2025.589%2025.59%2025.589s25.588-11.457%2025.588-25.59V55.578c32.265%2011.375%2053.116%2042.72%2051.14%2076.873c-1.977%2034.154-26.305%2062.883-59.666%2070.46c-33.362%207.577-67.713-7.825-84.249-37.775c-16.535-29.95-11.268-67.225%2012.918-91.42c9.827-10.034%209.744-26.11-.187-36.04c-9.931-9.932-26.007-10.015-36.04-.187C-5.687%2080.665-12.352%20148.33%2021.574%20199.103c33.925%2050.771%2098.99%2070.507%20155.405%2047.138c56.414-23.37%2088.463-83.336%2076.548-143.224C241.61%2043.127%20189.049-.004%20127.987%200c-14.133%200-25.59%2011.457-25.59%2025.589%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%20256%22%3E%3Cpath%20fill%3D%22%234678eb%22%20d%3D%22M102.397%2025.589v89.595c0%2014.132%2011.457%2025.589%2025.59%2025.589s25.588-11.457%2025.588-25.59V55.578c32.265%2011.375%2053.116%2042.72%2051.14%2076.873c-1.977%2034.154-26.305%2062.883-59.666%2070.46c-33.362%207.577-67.713-7.825-84.249-37.775c-16.535-29.95-11.268-67.225%2012.918-91.42c9.827-10.034%209.744-26.11-.187-36.04c-9.931-9.932-26.007-10.015-36.04-.187C-5.687%2080.665-12.352%20148.33%2021.574%20199.103c33.925%2050.771%2098.99%2070.507%20155.405%2047.138c56.414-23.37%2088.463-83.336%2076.548-143.224C241.61%2043.127%20189.049-.004%20127.987%200c-14.133%200-25.59%2011.457-25.59%2025.589%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/gravatar-icon.svg?color=%231a73e8&size=48