avatar from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
avatar
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Use the avatar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.877a6.623 6.623 0 1 1 0 13.246A6.623 6.623 0 0 1 7.5.877m0 9.098a4.02 4.02 0 0 0-3.48 2.004a5.65 5.65 0 0 0 3.48 1.193a5.65 5.65 0 0 0 3.479-1.194A4.02 4.02 0 0 0 7.5 9.975m0-8.149a5.674 5.674 0 0 0-4.192 9.494A4.97 4.97 0 0 1 7.5 9.025c1.761 0 3.308.916 4.192 2.294A5.674 5.674 0 0 0 7.5 1.826m0 2.33a2.35 2.35 0 1 1 0 4.698a2.35 2.35 0 0 1 0-4.699m0 .949a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsAvatar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.877a6.623 6.623 0 1 1 0 13.246A6.623 6.623 0 0 1 7.5.877m0 9.098a4.02 4.02 0 0 0-3.48 2.004a5.65 5.65 0 0 0 3.48 1.193a5.65 5.65 0 0 0 3.479-1.194A4.02 4.02 0 0 0 7.5 9.975m0-8.149a5.674 5.674 0 0 0-4.192 9.494A4.97 4.97 0 0 1 7.5 9.025c1.761 0 3.308.916 4.192 2.294A5.674 5.674 0 0 0 7.5 1.826m0 2.33a2.35 2.35 0 1 1 0 4.698a2.35 2.35 0 0 1 0-4.699m0 .949a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.877a6.623 6.623 0 1 1 0 13.246A6.623 6.623 0 0 1 7.5.877m0 9.098a4.02 4.02 0 0 0-3.48 2.004a5.65 5.65 0 0 0 3.48 1.193a5.65 5.65 0 0 0 3.479-1.194A4.02 4.02 0 0 0 7.5 9.975m0-8.149a5.674 5.674 0 0 0-4.192 9.494A4.97 4.97 0 0 1 7.5 9.025c1.761 0 3.308.916 4.192 2.294A5.674 5.674 0 0 0 7.5 1.826m0 2.33a2.35 2.35 0 1 1 0 4.698a2.35 2.35 0 0 1 0-4.699m0 .949a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8"/></svg>
</template>

CSS

.icon-avatar {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.877a6.623%206.623%200%201%201%200%2013.246A6.623%206.623%200%200%201%207.5.877m0%209.098a4.02%204.02%200%200%200-3.48%202.004a5.65%205.65%200%200%200%203.48%201.193a5.65%205.65%200%200%200%203.479-1.194A4.02%204.02%200%200%200%207.5%209.975m0-8.149a5.674%205.674%200%200%200-4.192%209.494A4.97%204.97%200%200%201%207.5%209.025c1.761%200%203.308.916%204.192%202.294A5.674%205.674%200%200%200%207.5%201.826m0%202.33a2.35%202.35%200%201%201%200%204.698a2.35%202.35%200%200%201%200-4.699m0%20.949a1.4%201.4%200%201%200%200%202.8a1.4%201.4%200%200%200%200-2.8%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.877a6.623%206.623%200%201%201%200%2013.246A6.623%206.623%200%200%201%207.5.877m0%209.098a4.02%204.02%200%200%200-3.48%202.004a5.65%205.65%200%200%200%203.48%201.193a5.65%205.65%200%200%200%203.479-1.194A4.02%204.02%200%200%200%207.5%209.975m0-8.149a5.674%205.674%200%200%200-4.192%209.494A4.97%204.97%200%200%201%207.5%209.025c1.761%200%203.308.916%204.192%202.294A5.674%205.674%200%200%200%207.5%201.826m0%202.33a2.35%202.35%200%201%201%200%204.698a2.35%202.35%200%200%201%200-4.699m0%20.949a1.4%201.4%200%201%200%200%202.8a1.4%201.4%200%200%200%200-2.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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