at-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.

Name
at-outlined
Set
WeUI Icon
Style
Outlined
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in WeUI Icon

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="M11.27 8.188c-1.7 0-2.801 1.44-2.801 3.656c0 2.203 1.09 3.633 2.789 3.633c1.734 0 2.847-1.454 2.847-3.692c0-2.203-1.09-3.598-2.835-3.598zM11.645 2c5.135 0 9.375 3.527 9.375 8.719c0 3.726-1.547 6.117-4.125 6.117c-1.395 0-2.497-.844-2.672-2.156h-.082c-.528 1.336-1.618 2.074-3.07 2.074c-2.415 0-4.055-1.992-4.055-4.945c0-2.883 1.664-4.875 4.054-4.875c1.36 0 2.543.738 2.977 1.886h.082V7.168h1.36v6.703c0 1.066.562 1.77 1.628 1.77c1.559 0 2.625-1.793 2.625-4.946c0-4.476-3.504-7.52-8.097-7.52c-4.594 0-8.356 3.35-8.356 8.598c0 4.875 4.014 8.59 8.484 8.59c1.582 0 3.094-.199 3.891-.515v1.16c-.95.328-2.332.515-3.902.515C6.198 21.523 2 17.326 2 11.727A9.66 9.66 0 0 1 11.645 2"/></svg>

React

import type { SVGProps } from "react";

export function WeuiAtOutlined(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.27 8.188c-1.7 0-2.801 1.44-2.801 3.656c0 2.203 1.09 3.633 2.789 3.633c1.734 0 2.847-1.454 2.847-3.692c0-2.203-1.09-3.598-2.835-3.598zM11.645 2c5.135 0 9.375 3.527 9.375 8.719c0 3.726-1.547 6.117-4.125 6.117c-1.395 0-2.497-.844-2.672-2.156h-.082c-.528 1.336-1.618 2.074-3.07 2.074c-2.415 0-4.055-1.992-4.055-4.945c0-2.883 1.664-4.875 4.054-4.875c1.36 0 2.543.738 2.977 1.886h.082V7.168h1.36v6.703c0 1.066.562 1.77 1.628 1.77c1.559 0 2.625-1.793 2.625-4.946c0-4.476-3.504-7.52-8.097-7.52c-4.594 0-8.356 3.35-8.356 8.598c0 4.875 4.014 8.59 8.484 8.59c1.582 0 3.094-.199 3.891-.515v1.16c-.95.328-2.332.515-3.902.515C6.198 21.523 2 17.326 2 11.727A9.66 9.66 0 0 1 11.645 2"/></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.27 8.188c-1.7 0-2.801 1.44-2.801 3.656c0 2.203 1.09 3.633 2.789 3.633c1.734 0 2.847-1.454 2.847-3.692c0-2.203-1.09-3.598-2.835-3.598zM11.645 2c5.135 0 9.375 3.527 9.375 8.719c0 3.726-1.547 6.117-4.125 6.117c-1.395 0-2.497-.844-2.672-2.156h-.082c-.528 1.336-1.618 2.074-3.07 2.074c-2.415 0-4.055-1.992-4.055-4.945c0-2.883 1.664-4.875 4.054-4.875c1.36 0 2.543.738 2.977 1.886h.082V7.168h1.36v6.703c0 1.066.562 1.77 1.628 1.77c1.559 0 2.625-1.793 2.625-4.946c0-4.476-3.504-7.52-8.097-7.52c-4.594 0-8.356 3.35-8.356 8.598c0 4.875 4.014 8.59 8.484 8.59c1.582 0 3.094-.199 3.891-.515v1.16c-.95.328-2.332.515-3.902.515C6.198 21.523 2 17.326 2 11.727A9.66 9.66 0 0 1 11.645 2"/></svg>
</template>

CSS

.icon-at-outlined {
  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.27%208.188c-1.7%200-2.801%201.44-2.801%203.656c0%202.203%201.09%203.633%202.789%203.633c1.734%200%202.847-1.454%202.847-3.692c0-2.203-1.09-3.598-2.835-3.598zM11.645%202c5.135%200%209.375%203.527%209.375%208.719c0%203.726-1.547%206.117-4.125%206.117c-1.395%200-2.497-.844-2.672-2.156h-.082c-.528%201.336-1.618%202.074-3.07%202.074c-2.415%200-4.055-1.992-4.055-4.945c0-2.883%201.664-4.875%204.054-4.875c1.36%200%202.543.738%202.977%201.886h.082V7.168h1.36v6.703c0%201.066.562%201.77%201.628%201.77c1.559%200%202.625-1.793%202.625-4.946c0-4.476-3.504-7.52-8.097-7.52c-4.594%200-8.356%203.35-8.356%208.598c0%204.875%204.014%208.59%208.484%208.59c1.582%200%203.094-.199%203.891-.515v1.16c-.95.328-2.332.515-3.902.515C6.198%2021.523%202%2017.326%202%2011.727A9.66%209.66%200%200%201%2011.645%202%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.27%208.188c-1.7%200-2.801%201.44-2.801%203.656c0%202.203%201.09%203.633%202.789%203.633c1.734%200%202.847-1.454%202.847-3.692c0-2.203-1.09-3.598-2.835-3.598zM11.645%202c5.135%200%209.375%203.527%209.375%208.719c0%203.726-1.547%206.117-4.125%206.117c-1.395%200-2.497-.844-2.672-2.156h-.082c-.528%201.336-1.618%202.074-3.07%202.074c-2.415%200-4.055-1.992-4.055-4.945c0-2.883%201.664-4.875%204.054-4.875c1.36%200%202.543.738%202.977%201.886h.082V7.168h1.36v6.703c0%201.066.562%201.77%201.628%201.77c1.559%200%202.625-1.793%202.625-4.946c0-4.476-3.504-7.52-8.097-7.52c-4.594%200-8.356%203.35-8.356%208.598c0%204.875%204.014%208.59%208.484%208.59c1.582%200%203.094-.199%203.891-.515v1.16c-.95.328-2.332.515-3.902.515C6.198%2021.523%202%2017.326%202%2011.727A9.66%209.66%200%200%201%2011.645%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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