at-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
at-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the at icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 0 0 0 200c20.76 0 42.52-6.23 58.21-16.66a4 4 0 1 0-4.43-6.67C167.35 214.27 147.24 220 128 220a92 92 0 1 1 92-92c0 31.32-15 36-24 36s-24-4.68-24-36V88a4 4 0 0 0-8 0v14.75a44 44 0 1 0 2.82 45.94C171.46 163.58 181.66 172 196 172c20 0 32-16.45 32-44A100.11 100.11 0 0 0 128 28m0 136a36 36 0 1 1 36-36a36 36 0 0 1-36 36"/></svg>

React

import type { SVGProps } from "react";

export function PhAtThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 0 0 0 200c20.76 0 42.52-6.23 58.21-16.66a4 4 0 1 0-4.43-6.67C167.35 214.27 147.24 220 128 220a92 92 0 1 1 92-92c0 31.32-15 36-24 36s-24-4.68-24-36V88a4 4 0 0 0-8 0v14.75a44 44 0 1 0 2.82 45.94C171.46 163.58 181.66 172 196 172c20 0 32-16.45 32-44A100.11 100.11 0 0 0 128 28m0 136a36 36 0 1 1 36-36a36 36 0 0 1-36 36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 0 0 0 200c20.76 0 42.52-6.23 58.21-16.66a4 4 0 1 0-4.43-6.67C167.35 214.27 147.24 220 128 220a92 92 0 1 1 92-92c0 31.32-15 36-24 36s-24-4.68-24-36V88a4 4 0 0 0-8 0v14.75a44 44 0 1 0 2.82 45.94C171.46 163.58 181.66 172 196 172c20 0 32-16.45 32-44A100.11 100.11 0 0 0 128 28m0 136a36 36 0 1 1 36-36a36 36 0 0 1-36 36"/></svg>
</template>

CSS

.icon-at-thin {
  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%22currentColor%22%20d%3D%22M128%2028a100%20100%200%200%200%200%20200c20.76%200%2042.52-6.23%2058.21-16.66a4%204%200%201%200-4.43-6.67C167.35%20214.27%20147.24%20220%20128%20220a92%2092%200%201%201%2092-92c0%2031.32-15%2036-24%2036s-24-4.68-24-36V88a4%204%200%200%200-8%200v14.75a44%2044%200%201%200%202.82%2045.94C171.46%20163.58%20181.66%20172%20196%20172c20%200%2032-16.45%2032-44A100.11%20100.11%200%200%200%20128%2028m0%20136a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%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%22currentColor%22%20d%3D%22M128%2028a100%20100%200%200%200%200%20200c20.76%200%2042.52-6.23%2058.21-16.66a4%204%200%201%200-4.43-6.67C167.35%20214.27%20147.24%20220%20128%20220a92%2092%200%201%201%2092-92c0%2031.32-15%2036-24%2036s-24-4.68-24-36V88a4%204%200%200%200-8%200v14.75a44%2044%200%201%200%202.82%2045.94C171.46%20163.58%20181.66%20172%20196%20172c20%200%2032-16.45%2032-44A100.11%20100.11%200%200%200%20128%2028m0%20136a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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