at icon
at from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- at
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All at icons →atBootstrap IconsatBoxIcons v2atCarbonatCircle Flagsat-fillEva IconsatFramework7 IconsatFont Awesome 6 SolidatFont Awesome Solidat-1x1Flag IconsatFlagpackatHuge IconsatIonIconsatKeyline IconsatLine AwesomeatMaterial Line IconsatMaterial Design Iconsat-fillMingCute IconatMyna UI IconsatPhosphoratPixelarticonsatPrime Iconsat-fillRemix IconatTabler Iconsat-outlineTeenyicons
More ui icons from Reicon
Use the at icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.75 12a9.25 9.25 0 0 1 18.5 0c0 1.173-.212 2.138-.587 2.813c-.362.652-.868 1.03-1.54 1.126c-.667.095-1.239-.15-1.666-.606a2.73 2.73 0 0 1-.707-1.833V8.25a.75.75 0 0 0-1.5 0v.286a4.75 4.75 0 1 0 .325 6.592c.189.456.455.876.788 1.231c.719.766 1.762 1.238 2.972 1.065c1.205-.172 2.085-.885 2.64-1.882c.54-.973.775-2.215.775-3.542c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12S6.063 22.75 12 22.75a.75.75 0 0 0 0-1.5A9.25 9.25 0 0 1 2.75 12m12.5 0a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconAt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2.75 12a9.25 9.25 0 0 1 18.5 0c0 1.173-.212 2.138-.587 2.813c-.362.652-.868 1.03-1.54 1.126c-.667.095-1.239-.15-1.666-.606a2.73 2.73 0 0 1-.707-1.833V8.25a.75.75 0 0 0-1.5 0v.286a4.75 4.75 0 1 0 .325 6.592c.189.456.455.876.788 1.231c.719.766 1.762 1.238 2.972 1.065c1.205-.172 2.085-.885 2.64-1.882c.54-.973.775-2.215.775-3.542c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12S6.063 22.75 12 22.75a.75.75 0 0 0 0-1.5A9.25 9.25 0 0 1 2.75 12m12.5 0a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.75 12a9.25 9.25 0 0 1 18.5 0c0 1.173-.212 2.138-.587 2.813c-.362.652-.868 1.03-1.54 1.126c-.667.095-1.239-.15-1.666-.606a2.73 2.73 0 0 1-.707-1.833V8.25a.75.75 0 0 0-1.5 0v.286a4.75 4.75 0 1 0 .325 6.592c.189.456.455.876.788 1.231c.719.766 1.762 1.238 2.972 1.065c1.205-.172 2.085-.885 2.64-1.882c.54-.973.775-2.215.775-3.542c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12S6.063 22.75 12 22.75a.75.75 0 0 0 0-1.5A9.25 9.25 0 0 1 2.75 12m12.5 0a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.75%2012a9.25%209.25%200%200%201%2018.5%200c0%201.173-.212%202.138-.587%202.813c-.362.652-.868%201.03-1.54%201.126c-.667.095-1.239-.15-1.666-.606a2.73%202.73%200%200%201-.707-1.833V8.25a.75.75%200%200%200-1.5%200v.286a4.75%204.75%200%201%200%20.325%206.592c.189.456.455.876.788%201.231c.719.766%201.762%201.238%202.972%201.065c1.205-.172%202.085-.885%202.64-1.882c.54-.973.775-2.215.775-3.542c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75a.75.75%200%200%200%200-1.5A9.25%209.25%200%200%201%202.75%2012m12.5%200a3.25%203.25%200%201%201-6.5%200a3.25%203.25%200%200%201%206.5%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.75%2012a9.25%209.25%200%200%201%2018.5%200c0%201.173-.212%202.138-.587%202.813c-.362.652-.868%201.03-1.54%201.126c-.667.095-1.239-.15-1.666-.606a2.73%202.73%200%200%201-.707-1.833V8.25a.75.75%200%200%200-1.5%200v.286a4.75%204.75%200%201%200%20.325%206.592c.189.456.455.876.788%201.231c.719.766%201.762%201.238%202.972%201.065c1.205-.172%202.085-.885%202.64-1.882c.54-.973.775-2.215.775-3.542c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75a.75.75%200%200%200%200-1.5A9.25%209.25%200%200%201%202.75%2012m12.5%200a3.25%203.25%200%201%201-6.5%200a3.25%203.25%200%200%201%206.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/at.svg?color=%231a73e8&size=48