at filled icon

at-filled from WeUI Icon by WeUI · Filled · MIT Free for personal and commercial use.

Name
at-filled
Set
WeUI Icon
Style
Filled
Viewbox
24×24
License
MIT

Use the at filled 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="M11.465 9.145c-1.242 0-1.98 1.02-1.98 2.73c0 1.7.738 2.73 1.968 2.73c1.266 0 2.05-1.043 2.05-2.73s-.784-2.73-2.038-2.73m.387-7.125c5.554 0 9.457 3.492 9.457 8.707c0 3.691-1.747 6.07-4.606 6.07c-1.453 0-2.566-.703-2.824-1.84h-.164c-.48 1.172-1.465 1.805-2.824 1.805c-2.438 0-4.067-1.98-4.067-4.957c0-2.848 1.606-4.793 3.95-4.793c1.265 0 2.32.633 2.777 1.664h.164V7.27h2.379v6.27c0 .808.375 1.323 1.113 1.323c1.148 0 1.945-1.465 1.945-3.96c0-4.266-2.941-7.02-7.382-7.02c-4.512 0-7.676 3.258-7.676 7.969c0 4.933 3.293 7.816 8.12 7.816c1.255 0 2.532-.164 3.2-.41v1.875c-.914.27-2.11.433-3.375.433c-5.93 0-10.101-3.714-10.101-9.773c0-5.813 4.066-9.773 9.914-9.773"/></svg>

React

import type { SVGProps } from "react";

export function WeuiAtFilled(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="M11.465 9.145c-1.242 0-1.98 1.02-1.98 2.73c0 1.7.738 2.73 1.968 2.73c1.266 0 2.05-1.043 2.05-2.73s-.784-2.73-2.038-2.73m.387-7.125c5.554 0 9.457 3.492 9.457 8.707c0 3.691-1.747 6.07-4.606 6.07c-1.453 0-2.566-.703-2.824-1.84h-.164c-.48 1.172-1.465 1.805-2.824 1.805c-2.438 0-4.067-1.98-4.067-4.957c0-2.848 1.606-4.793 3.95-4.793c1.265 0 2.32.633 2.777 1.664h.164V7.27h2.379v6.27c0 .808.375 1.323 1.113 1.323c1.148 0 1.945-1.465 1.945-3.96c0-4.266-2.941-7.02-7.382-7.02c-4.512 0-7.676 3.258-7.676 7.969c0 4.933 3.293 7.816 8.12 7.816c1.255 0 2.532-.164 3.2-.41v1.875c-.914.27-2.11.433-3.375.433c-5.93 0-10.101-3.714-10.101-9.773c0-5.813 4.066-9.773 9.914-9.773"/></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="M11.465 9.145c-1.242 0-1.98 1.02-1.98 2.73c0 1.7.738 2.73 1.968 2.73c1.266 0 2.05-1.043 2.05-2.73s-.784-2.73-2.038-2.73m.387-7.125c5.554 0 9.457 3.492 9.457 8.707c0 3.691-1.747 6.07-4.606 6.07c-1.453 0-2.566-.703-2.824-1.84h-.164c-.48 1.172-1.465 1.805-2.824 1.805c-2.438 0-4.067-1.98-4.067-4.957c0-2.848 1.606-4.793 3.95-4.793c1.265 0 2.32.633 2.777 1.664h.164V7.27h2.379v6.27c0 .808.375 1.323 1.113 1.323c1.148 0 1.945-1.465 1.945-3.96c0-4.266-2.941-7.02-7.382-7.02c-4.512 0-7.676 3.258-7.676 7.969c0 4.933 3.293 7.816 8.12 7.816c1.255 0 2.532-.164 3.2-.41v1.875c-.914.27-2.11.433-3.375.433c-5.93 0-10.101-3.714-10.101-9.773c0-5.813 4.066-9.773 9.914-9.773"/></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%22M11.465%209.145c-1.242%200-1.98%201.02-1.98%202.73c0%201.7.738%202.73%201.968%202.73c1.266%200%202.05-1.043%202.05-2.73s-.784-2.73-2.038-2.73m.387-7.125c5.554%200%209.457%203.492%209.457%208.707c0%203.691-1.747%206.07-4.606%206.07c-1.453%200-2.566-.703-2.824-1.84h-.164c-.48%201.172-1.465%201.805-2.824%201.805c-2.438%200-4.067-1.98-4.067-4.957c0-2.848%201.606-4.793%203.95-4.793c1.265%200%202.32.633%202.777%201.664h.164V7.27h2.379v6.27c0%20.808.375%201.323%201.113%201.323c1.148%200%201.945-1.465%201.945-3.96c0-4.266-2.941-7.02-7.382-7.02c-4.512%200-7.676%203.258-7.676%207.969c0%204.933%203.293%207.816%208.12%207.816c1.255%200%202.532-.164%203.2-.41v1.875c-.914.27-2.11.433-3.375.433c-5.93%200-10.101-3.714-10.101-9.773c0-5.813%204.066-9.773%209.914-9.773%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%22M11.465%209.145c-1.242%200-1.98%201.02-1.98%202.73c0%201.7.738%202.73%201.968%202.73c1.266%200%202.05-1.043%202.05-2.73s-.784-2.73-2.038-2.73m.387-7.125c5.554%200%209.457%203.492%209.457%208.707c0%203.691-1.747%206.07-4.606%206.07c-1.453%200-2.566-.703-2.824-1.84h-.164c-.48%201.172-1.465%201.805-2.824%201.805c-2.438%200-4.067-1.98-4.067-4.957c0-2.848%201.606-4.793%203.95-4.793c1.265%200%202.32.633%202.777%201.664h.164V7.27h2.379v6.27c0%20.808.375%201.323%201.113%201.323c1.148%200%201.945-1.465%201.945-3.96c0-4.266-2.941-7.02-7.382-7.02c-4.512%200-7.676%203.258-7.676%207.969c0%204.933%203.293%207.816%208.12%207.816c1.255%200%202.532-.164%203.2-.41v1.875c-.914.27-2.11.433-3.375.433c-5.93%200-10.101-3.714-10.101-9.773c0-5.813%204.066-9.773%209.914-9.773%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/at-filled.svg?color=%231a73e8&size=48