at-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
at-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All at icons →

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="M3 12a9 9 0 0 1 18 0c0 1.148-.208 2.066-.556 2.692c-.33.594-.773.916-1.357 1c-.576.082-1.07-.127-1.447-.53A2.48 2.48 0 0 1 17 13.5V8.25a1 1 0 0 0-1.973-.23a5 5 0 1 0 .477 7.547c.181.351.408.677.677.963c.767.818 1.889 1.327 3.19 1.142c1.293-.185 2.236-.954 2.822-2.008C22.76 14.64 23 13.352 23 12c0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11a1 1 0 1 0 0-2a9 9 0 0 1-9-9m12 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconAtFilled(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="M3 12a9 9 0 0 1 18 0c0 1.148-.208 2.066-.556 2.692c-.33.594-.773.916-1.357 1c-.576.082-1.07-.127-1.447-.53A2.48 2.48 0 0 1 17 13.5V8.25a1 1 0 0 0-1.973-.23a5 5 0 1 0 .477 7.547c.181.351.408.677.677.963c.767.818 1.889 1.327 3.19 1.142c1.293-.185 2.236-.954 2.822-2.008C22.76 14.64 23 13.352 23 12c0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11a1 1 0 1 0 0-2a9 9 0 0 1-9-9m12 0a3 3 0 1 1-6 0a3 3 0 0 1 6 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="M3 12a9 9 0 0 1 18 0c0 1.148-.208 2.066-.556 2.692c-.33.594-.773.916-1.357 1c-.576.082-1.07-.127-1.447-.53A2.48 2.48 0 0 1 17 13.5V8.25a1 1 0 0 0-1.973-.23a5 5 0 1 0 .477 7.547c.181.351.408.677.677.963c.767.818 1.889 1.327 3.19 1.142c1.293-.185 2.236-.954 2.822-2.008C22.76 14.64 23 13.352 23 12c0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11a1 1 0 1 0 0-2a9 9 0 0 1-9-9m12 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-at-filled {
  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%22M3%2012a9%209%200%200%201%2018%200c0%201.148-.208%202.066-.556%202.692c-.33.594-.773.916-1.357%201c-.576.082-1.07-.127-1.447-.53A2.48%202.48%200%200%201%2017%2013.5V8.25a1%201%200%200%200-1.973-.23a5%205%200%201%200%20.477%207.547c.181.351.408.677.677.963c.767.818%201.889%201.327%203.19%201.142c1.293-.185%202.236-.954%202.822-2.008C22.76%2014.64%2023%2013.352%2023%2012c0-6.075-4.925-11-11-11S1%205.925%201%2012s4.925%2011%2011%2011a1%201%200%201%200%200-2a9%209%200%200%201-9-9m12%200a3%203%200%201%201-6%200a3%203%200%200%201%206%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%22M3%2012a9%209%200%200%201%2018%200c0%201.148-.208%202.066-.556%202.692c-.33.594-.773.916-1.357%201c-.576.082-1.07-.127-1.447-.53A2.48%202.48%200%200%201%2017%2013.5V8.25a1%201%200%200%200-1.973-.23a5%205%200%201%200%20.477%207.547c.181.351.408.677.677.963c.767.818%201.889%201.327%203.19%201.142c1.293-.185%202.236-.954%202.822-2.008C22.76%2014.64%2023%2013.352%2023%2012c0-6.075-4.925-11-11-11S1%205.925%201%2012s4.925%2011%2011%2011a1%201%200%201%200%200-2a9%209%200%200%201-9-9m12%200a3%203%200%201%201-6%200a3%203%200%200%201%206%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-filled.svg?color=%231a73e8&size=48