at icon
at-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- at-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
atBootstrap IconsatBoxIcons v2atCarbonatCircle Flagsat-fillEva IconsatFramework7 IconsatFont Awesome 6 SolidatFont Awesome Solidat-1x1Flag IconsatFlagpackatHuge IconsatIonIconsatLine AwesomeatMaterial Line IconsatMaterial Design Iconsat-fillMingCute IconatMyna UI IconsatPixelarticonsatPrime Iconsat-fillRemix IconatTabler Iconsat-outlineTeenyiconsatUniconsatUnicons Monochrome
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="M232 128v1.52c-.34 14.26-5.63 30.48-28 30.48c-23.14 0-28-17.4-28-32V88a8 8 0 0 0-8.53-8a8.17 8.17 0 0 0-7.47 8.27v4a48 48 0 1 0 6.73 64.05a40 40 0 0 0 3.38 5C175.48 168 185.71 176 204 176a55 55 0 0 0 9.22-.75a4 4 0 0 1 4.09 6a104.05 104.05 0 0 1-91.4 50.75c-54.78-1.1-99.71-45.14-101.83-99.89A104 104 0 1 1 232 128m-136 0a32 32 0 1 0 32-32a32 32 0 0 0-32 32"/></svg>
React
import type { SVGProps } from "react";
export function PhAtFill(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="M232 128v1.52c-.34 14.26-5.63 30.48-28 30.48c-23.14 0-28-17.4-28-32V88a8 8 0 0 0-8.53-8a8.17 8.17 0 0 0-7.47 8.27v4a48 48 0 1 0 6.73 64.05a40 40 0 0 0 3.38 5C175.48 168 185.71 176 204 176a55 55 0 0 0 9.22-.75a4 4 0 0 1 4.09 6a104.05 104.05 0 0 1-91.4 50.75c-54.78-1.1-99.71-45.14-101.83-99.89A104 104 0 1 1 232 128m-136 0a32 32 0 1 0 32-32a32 32 0 0 0-32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128v1.52c-.34 14.26-5.63 30.48-28 30.48c-23.14 0-28-17.4-28-32V88a8 8 0 0 0-8.53-8a8.17 8.17 0 0 0-7.47 8.27v4a48 48 0 1 0 6.73 64.05a40 40 0 0 0 3.38 5C175.48 168 185.71 176 204 176a55 55 0 0 0 9.22-.75a4 4 0 0 1 4.09 6a104.05 104.05 0 0 1-91.4 50.75c-54.78-1.1-99.71-45.14-101.83-99.89A104 104 0 1 1 232 128m-136 0a32 32 0 1 0 32-32a32 32 0 0 0-32 32"/></svg> </template>
CSS
.icon-at-fill {
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%22M232%20128v1.52c-.34%2014.26-5.63%2030.48-28%2030.48c-23.14%200-28-17.4-28-32V88a8%208%200%200%200-8.53-8a8.17%208.17%200%200%200-7.47%208.27v4a48%2048%200%201%200%206.73%2064.05a40%2040%200%200%200%203.38%205C175.48%20168%20185.71%20176%20204%20176a55%2055%200%200%200%209.22-.75a4%204%200%200%201%204.09%206a104.05%20104.05%200%200%201-91.4%2050.75c-54.78-1.1-99.71-45.14-101.83-99.89A104%20104%200%201%201%20232%20128m-136%200a32%2032%200%201%200%2032-32a32%2032%200%200%200-32%2032%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%22M232%20128v1.52c-.34%2014.26-5.63%2030.48-28%2030.48c-23.14%200-28-17.4-28-32V88a8%208%200%200%200-8.53-8a8.17%208.17%200%200%200-7.47%208.27v4a48%2048%200%201%200%206.73%2064.05a40%2040%200%200%200%203.38%205C175.48%20168%20185.71%20176%20204%20176a55%2055%200%200%200%209.22-.75a4%204%200%200%201%204.09%206a104.05%20104.05%200%200%201-91.4%2050.75c-54.78-1.1-99.71-45.14-101.83-99.89A104%20104%200%201%201%20232%20128m-136%200a32%2032%200%201%200%2032-32a32%2032%200%200%200-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/at-fill.svg?color=%231a73e8&size=48