at icon
at from Unicons Solid by Iconscout · Solid · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- at
- Set
- Unicons Solid
- Style
- Solid
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.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 IconatPhosphoratPixelarticonsat-fillRemix IconatTabler Iconsat-outlineTeenyiconsatUniconsatUnicons Monochromeat-outlinedWeUI Icon
More user interface icons from Unicons Solid
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" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c1.8 0 3.5-.5 5-1.3c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-3.8 2.2-8.7.9-10.9-2.9S4.2 7.3 8 5.1s8.7-.9 10.9 2.9c.7 1.2 1.1 2.6 1.1 4v.8c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8V8.5c0-.6-.4-1-1-1c-.5 0-.9.3-1 .8c-2-1.4-4.9-.9-6.3 1.1s-.9 4.9 1.1 6.3c1.9 1.3 4.4 1 5.9-.7c1.3 1.6 3.6 1.9 5.2.7c.9-.7 1.5-1.8 1.5-3V12C22 6.5 17.5 2 12 2m0 12.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5"/></svg>
React
import type { SVGProps } from "react";
export function UisAt(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" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c1.8 0 3.5-.5 5-1.3c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-3.8 2.2-8.7.9-10.9-2.9S4.2 7.3 8 5.1s8.7-.9 10.9 2.9c.7 1.2 1.1 2.6 1.1 4v.8c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8V8.5c0-.6-.4-1-1-1c-.5 0-.9.3-1 .8c-2-1.4-4.9-.9-6.3 1.1s-.9 4.9 1.1 6.3c1.9 1.3 4.4 1 5.9-.7c1.3 1.6 3.6 1.9 5.2.7c.9-.7 1.5-1.8 1.5-3V12C22 6.5 17.5 2 12 2m0 12.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c1.8 0 3.5-.5 5-1.3c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-3.8 2.2-8.7.9-10.9-2.9S4.2 7.3 8 5.1s8.7-.9 10.9 2.9c.7 1.2 1.1 2.6 1.1 4v.8c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8V8.5c0-.6-.4-1-1-1c-.5 0-.9.3-1 .8c-2-1.4-4.9-.9-6.3 1.1s-.9 4.9 1.1 6.3c1.9 1.3 4.4 1 5.9-.7c1.3 1.6 3.6 1.9 5.2.7c.9-.7 1.5-1.8 1.5-3V12C22 6.5 17.5 2 12 2m0 12.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5"/></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%20d%3D%22M12%202C6.5%202%202%206.5%202%2012s4.5%2010%2010%2010c1.8%200%203.5-.5%205-1.3c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-3.8%202.2-8.7.9-10.9-2.9S4.2%207.3%208%205.1s8.7-.9%2010.9%202.9c.7%201.2%201.1%202.6%201.1%204v.8c0%201-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8V8.5c0-.6-.4-1-1-1c-.5%200-.9.3-1%20.8c-2-1.4-4.9-.9-6.3%201.1s-.9%204.9%201.1%206.3c1.9%201.3%204.4%201%205.9-.7c1.3%201.6%203.6%201.9%205.2.7c.9-.7%201.5-1.8%201.5-3V12C22%206.5%2017.5%202%2012%202m0%2012.5c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5s2.5%201.1%202.5%202.5s-1.1%202.5-2.5%202.5%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%20d%3D%22M12%202C6.5%202%202%206.5%202%2012s4.5%2010%2010%2010c1.8%200%203.5-.5%205-1.3c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-3.8%202.2-8.7.9-10.9-2.9S4.2%207.3%208%205.1s8.7-.9%2010.9%202.9c.7%201.2%201.1%202.6%201.1%204v.8c0%201-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8V8.5c0-.6-.4-1-1-1c-.5%200-.9.3-1%20.8c-2-1.4-4.9-.9-6.3%201.1s-.9%204.9%201.1%206.3c1.9%201.3%204.4%201%205.9-.7c1.3%201.6%203.6%201.9%205.2.7c.9-.7%201.5-1.8%201.5-3V12C22%206.5%2017.5%202%2012%202m0%2012.5c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5s2.5%201.1%202.5%202.5s-1.1%202.5-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/at.svg?color=%231a73e8&size=48