at icon
at-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- at-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
atBootstrap IconsatBoxIcons v2atCarbonatCircle FlagsatFramework7 IconsatFont Awesome 6 SolidatFont Awesome Solidat-1x1Flag IconsatFlagpackatHuge IconsatIonIconsatLine AwesomeatMaterial Line IconsatMaterial Design Iconsat-fillMingCute IconatMyna UI IconsatPhosphoratPixelarticonsatPrime 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 24 24"><path fill="currentColor" d="M13 2a10 10 0 0 0-5 19.1a10.15 10.15 0 0 0 4 .9a10 10 0 0 0 6.08-2.06a1 1 0 0 0 .19-1.4a1 1 0 0 0-1.41-.19A8 8 0 1 1 12.77 4A8.17 8.17 0 0 1 20 12.22v.68a1.71 1.71 0 0 1-1.78 1.7a1.82 1.82 0 0 1-1.62-1.88V8.4a1 1 0 0 0-1-1a1 1 0 0 0-1 .87a5 5 0 0 0-3.44-1.36A5.09 5.09 0 1 0 15.31 15a3.6 3.6 0 0 0 5.55.61A3.67 3.67 0 0 0 22 12.9v-.68A10.2 10.2 0 0 0 13 2m-1.82 13.09A3.09 3.09 0 1 1 14.27 12a3.1 3.1 0 0 1-3.09 3.09"/></svg>
React
import type { SVGProps } from "react";
export function EvaAtFill(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="M13 2a10 10 0 0 0-5 19.1a10.15 10.15 0 0 0 4 .9a10 10 0 0 0 6.08-2.06a1 1 0 0 0 .19-1.4a1 1 0 0 0-1.41-.19A8 8 0 1 1 12.77 4A8.17 8.17 0 0 1 20 12.22v.68a1.71 1.71 0 0 1-1.78 1.7a1.82 1.82 0 0 1-1.62-1.88V8.4a1 1 0 0 0-1-1a1 1 0 0 0-1 .87a5 5 0 0 0-3.44-1.36A5.09 5.09 0 1 0 15.31 15a3.6 3.6 0 0 0 5.55.61A3.67 3.67 0 0 0 22 12.9v-.68A10.2 10.2 0 0 0 13 2m-1.82 13.09A3.09 3.09 0 1 1 14.27 12a3.1 3.1 0 0 1-3.09 3.09"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2a10 10 0 0 0-5 19.1a10.15 10.15 0 0 0 4 .9a10 10 0 0 0 6.08-2.06a1 1 0 0 0 .19-1.4a1 1 0 0 0-1.41-.19A8 8 0 1 1 12.77 4A8.17 8.17 0 0 1 20 12.22v.68a1.71 1.71 0 0 1-1.78 1.7a1.82 1.82 0 0 1-1.62-1.88V8.4a1 1 0 0 0-1-1a1 1 0 0 0-1 .87a5 5 0 0 0-3.44-1.36A5.09 5.09 0 1 0 15.31 15a3.6 3.6 0 0 0 5.55.61A3.67 3.67 0 0 0 22 12.9v-.68A10.2 10.2 0 0 0 13 2m-1.82 13.09A3.09 3.09 0 1 1 14.27 12a3.1 3.1 0 0 1-3.09 3.09"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202a10%2010%200%200%200-5%2019.1a10.15%2010.15%200%200%200%204%20.9a10%2010%200%200%200%206.08-2.06a1%201%200%200%200%20.19-1.4a1%201%200%200%200-1.41-.19A8%208%200%201%201%2012.77%204A8.17%208.17%200%200%201%2020%2012.22v.68a1.71%201.71%200%200%201-1.78%201.7a1.82%201.82%200%200%201-1.62-1.88V8.4a1%201%200%200%200-1-1a1%201%200%200%200-1%20.87a5%205%200%200%200-3.44-1.36A5.09%205.09%200%201%200%2015.31%2015a3.6%203.6%200%200%200%205.55.61A3.67%203.67%200%200%200%2022%2012.9v-.68A10.2%2010.2%200%200%200%2013%202m-1.82%2013.09A3.09%203.09%200%201%201%2014.27%2012a3.1%203.1%200%200%201-3.09%203.09%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%22M13%202a10%2010%200%200%200-5%2019.1a10.15%2010.15%200%200%200%204%20.9a10%2010%200%200%200%206.08-2.06a1%201%200%200%200%20.19-1.4a1%201%200%200%200-1.41-.19A8%208%200%201%201%2012.77%204A8.17%208.17%200%200%201%2020%2012.22v.68a1.71%201.71%200%200%201-1.78%201.7a1.82%201.82%200%200%201-1.62-1.88V8.4a1%201%200%200%200-1-1a1%201%200%200%200-1%20.87a5%205%200%200%200-3.44-1.36A5.09%205.09%200%201%200%2015.31%2015a3.6%203.6%200%200%200%205.55.61A3.67%203.67%200%200%200%2022%2012.9v-.68A10.2%2010.2%200%200%200%2013%202m-1.82%2013.09A3.09%203.09%200%201%201%2014.27%2012a3.1%203.1%200%200%201-3.09%203.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/at-fill.svg?color=%231a73e8&size=48