gravatar from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
gravatar
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the gravatar logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 0a3.2 3.2 0 0 0-3.197 3.197v11.204a3.198 3.198 0 0 0 6.394 0V6.948A9.6 9.6 0 0 1 25.598 16c0 5.297-4.301 9.599-9.599 9.599S6.4 21.303 6.4 16a9.55 9.55 0 0 1 2.812-6.787a3.204 3.204 0 0 0-4.531-4.531A16 16 0 0 0-.002 15.999c0 8.839 7.161 16 16 16s16-7.161 16-16s-7.161-16-16-16z"/></svg>

React

import type { SVGProps } from "react";

export function CibGravatar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 0a3.2 3.2 0 0 0-3.197 3.197v11.204a3.198 3.198 0 0 0 6.394 0V6.948A9.6 9.6 0 0 1 25.598 16c0 5.297-4.301 9.599-9.599 9.599S6.4 21.303 6.4 16a9.55 9.55 0 0 1 2.812-6.787a3.204 3.204 0 0 0-4.531-4.531A16 16 0 0 0-.002 15.999c0 8.839 7.161 16 16 16s16-7.161 16-16s-7.161-16-16-16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 0a3.2 3.2 0 0 0-3.197 3.197v11.204a3.198 3.198 0 0 0 6.394 0V6.948A9.6 9.6 0 0 1 25.598 16c0 5.297-4.301 9.599-9.599 9.599S6.4 21.303 6.4 16a9.55 9.55 0 0 1 2.812-6.787a3.204 3.204 0 0 0-4.531-4.531A16 16 0 0 0-.002 15.999c0 8.839 7.161 16 16 16s16-7.161 16-16s-7.161-16-16-16z"/></svg>
</template>

CSS

.icon-gravatar {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%200a3.2%203.2%200%200%200-3.197%203.197v11.204a3.198%203.198%200%200%200%206.394%200V6.948A9.6%209.6%200%200%201%2025.598%2016c0%205.297-4.301%209.599-9.599%209.599S6.4%2021.303%206.4%2016a9.55%209.55%200%200%201%202.812-6.787a3.204%203.204%200%200%200-4.531-4.531A16%2016%200%200%200-.002%2015.999c0%208.839%207.161%2016%2016%2016s16-7.161%2016-16s-7.161-16-16-16z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%200a3.2%203.2%200%200%200-3.197%203.197v11.204a3.198%203.198%200%200%200%206.394%200V6.948A9.6%209.6%200%200%201%2025.598%2016c0%205.297-4.301%209.599-9.599%209.599S6.4%2021.303%206.4%2016a9.55%209.55%200%200%201%202.812-6.787a3.204%203.204%200%200%200-4.531-4.531A16%2016%200%200%200-.002%2015.999c0%208.839%207.161%2016%2016%2016s16-7.161%2016-16s-7.161-16-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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