at icon
at from Font Awesome Solid by Dave Gandy · Solid · Communication · CC-BY-4.0 Attribution required.
- Name
- at
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Communication
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
atBootstrap IconsatBoxIcons v2atCarbonatCircle Flagsat-fillEva IconsatFramework7 IconsatFont Awesome 6 Solidat-1x1Flag IconsatFlagpackatHuge IconsatIonIconsatLine AwesomeatMaterial Line IconsatMaterial Design Iconsat-fillMingCute IconatMyna UI IconsatPhosphoratPixelarticonsatPrime Iconsat-fillRemix IconatTabler Iconsat-outlineTeenyiconsatUniconsatUnicons Monochrome
More communication icons from Font Awesome Solid
Use the at icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-106 0-192 86-192 192s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C178.6 576 64 461.4 64 320S178.6 64 320 64s256 114.6 256 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9c-22.8 21-53.3 33.9-86.8 33.9c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v112c0 17.7 14.3 32 32 32s32-14.3 32-32v-32c0-106-86-192-192-192m64 192c0-35.3-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidAt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-106 0-192 86-192 192s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C178.6 576 64 461.4 64 320S178.6 64 320 64s256 114.6 256 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9c-22.8 21-53.3 33.9-86.8 33.9c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v112c0 17.7 14.3 32 32 32s32-14.3 32-32v-32c0-106-86-192-192-192m64 192c0-35.3-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-106 0-192 86-192 192s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C178.6 576 64 461.4 64 320S178.6 64 320 64s256 114.6 256 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9c-22.8 21-53.3 33.9-86.8 33.9c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v112c0 17.7 14.3 32 32 32s32-14.3 32-32v-32c0-106-86-192-192-192m64 192c0-35.3-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64"/></svg> </template>
CSS
.icon-at {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20128c-106%200-192%2086-192%20192s86%20192%20192%20192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032C178.6%20576%2064%20461.4%2064%20320S178.6%2064%20320%2064s256%20114.6%20256%20256v32c0%2053-43%2096-96%2096c-29.3%200-55.6-13.2-73.2-33.9c-22.8%2021-53.3%2033.9-86.8%2033.9c-70.7%200-128-57.3-128-128s57.3-128%20128-128c27.9%200%2053.7%208.9%2074.7%2024.1c5.7-5%2013.1-8.1%2021.3-8.1c17.7%200%2032%2014.3%2032%2032v112c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-32c0-106-86-192-192-192m64%20192c0-35.3-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064s64-28.7%2064-64%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20128c-106%200-192%2086-192%20192s86%20192%20192%20192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032C178.6%20576%2064%20461.4%2064%20320S178.6%2064%20320%2064s256%20114.6%20256%20256v32c0%2053-43%2096-96%2096c-29.3%200-55.6-13.2-73.2-33.9c-22.8%2021-53.3%2033.9-86.8%2033.9c-70.7%200-128-57.3-128-128s57.3-128%20128-128c27.9%200%2053.7%208.9%2074.7%2024.1c5.7-5%2013.1-8.1%2021.3-8.1c17.7%200%2032%2014.3%2032%2032v112c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-32c0-106-86-192-192-192m64%20192c0-35.3-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064s64-28.7%2064-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/at.svg?color=%231a73e8&size=48