at icon
at from Unicons Monochrome by Iconscout · Monochrome · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- at
- Set
- Unicons Monochrome
- Style
- Monochrome
- 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 SolidatFont Awesome Solidat-1x1Flag IconsatFlagpackatHuge IconsatIonIconsatLine AwesomeatMaterial Line IconsatMaterial Design Iconsat-fillMingCute IconatMyna UI IconsatPhosphoratPixelarticonsatPrime Iconsat-fillRemix IconatTabler Iconsat-outlineTeenyiconsatUnicons
More user interface icons from Unicons Monochrome
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 16.5a4.5 4.5 0 1 1 4.5-4.5a4.505 4.505 0 0 1-4.5 4.5m0-7a2.5 2.5 0 1 0 2.5 2.5A2.503 2.503 0 0 0 12 9.5"/><path fill="currentColor" d="M12 22a10 10 0 1 1 10-10v.75a3.75 3.75 0 0 1-7.5 0V8.5a1 1 0 0 1 2 0v4.25a1.75 1.75 0 0 0 3.5 0V12a8 8 0 1 0-4 6.928a1 1 0 1 1 1 1.733A10 10 0 0 1 12 22"/></svg>
React
import type { SVGProps } from "react";
export function UimAt(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 16.5a4.5 4.5 0 1 1 4.5-4.5a4.505 4.505 0 0 1-4.5 4.5m0-7a2.5 2.5 0 1 0 2.5 2.5A2.503 2.503 0 0 0 12 9.5"/><path fill="currentColor" d="M12 22a10 10 0 1 1 10-10v.75a3.75 3.75 0 0 1-7.5 0V8.5a1 1 0 0 1 2 0v4.25a1.75 1.75 0 0 0 3.5 0V12a8 8 0 1 0-4 6.928a1 1 0 1 1 1 1.733A10 10 0 0 1 12 22"/></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 16.5a4.5 4.5 0 1 1 4.5-4.5a4.505 4.505 0 0 1-4.5 4.5m0-7a2.5 2.5 0 1 0 2.5 2.5A2.503 2.503 0 0 0 12 9.5"/><path fill="currentColor" d="M12 22a10 10 0 1 1 10-10v.75a3.75 3.75 0 0 1-7.5 0V8.5a1 1 0 0 1 2 0v4.25a1.75 1.75 0 0 0 3.5 0V12a8 8 0 1 0-4 6.928a1 1 0 1 1 1 1.733A10 10 0 0 1 12 22"/></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%2016.5a4.5%204.5%200%201%201%204.5-4.5a4.505%204.505%200%200%201-4.5%204.5m0-7a2.5%202.5%200%201%200%202.5%202.5A2.503%202.503%200%200%200%2012%209.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a10%2010%200%201%201%2010-10v.75a3.75%203.75%200%200%201-7.5%200V8.5a1%201%200%200%201%202%200v4.25a1.75%201.75%200%200%200%203.5%200V12a8%208%200%201%200-4%206.928a1%201%200%201%201%201%201.733A10%2010%200%200%201%2012%2022%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%2016.5a4.5%204.5%200%201%201%204.5-4.5a4.505%204.505%200%200%201-4.5%204.5m0-7a2.5%202.5%200%201%200%202.5%202.5A2.503%202.503%200%200%200%2012%209.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a10%2010%200%201%201%2010-10v.75a3.75%203.75%200%200%201-7.5%200V8.5a1%201%200%200%201%202%200v4.25a1.75%201.75%200%200%200%203.5%200V12a8%208%200%201%200-4%206.928a1%201%200%201%201%201%201.733A10%2010%200%200%201%2012%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/at.svg?color=%231a73e8&size=48