at sign icon

at-sign from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
at-sign
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All at sign icons →

More messages icons from Reicon

Use the at sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><ellipse cx="11.833" cy="11.833" rx="3.833" ry="4.167"/><path d="M15.667 7.667v6.91c0 2.072 3.114 2.43 4.762-.372c1.398-2.37 1.055-5.986-.69-8.365C17.17 2.337 11.233 1.028 6.92 3.923c-3.964 2.66-5.374 8.044-3.185 12.394c2.167 4.305 7.253 6.392 11.857 4.835"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAtSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><ellipse cx="11.833" cy="11.833" rx="3.833" ry="4.167"/><path d="M15.667 7.667v6.91c0 2.072 3.114 2.43 4.762-.372c1.398-2.37 1.055-5.986-.69-8.365C17.17 2.337 11.233 1.028 6.92 3.923c-3.964 2.66-5.374 8.044-3.185 12.394c2.167 4.305 7.253 6.392 11.857 4.835"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><ellipse cx="11.833" cy="11.833" rx="3.833" ry="4.167"/><path d="M15.667 7.667v6.91c0 2.072 3.114 2.43 4.762-.372c1.398-2.37 1.055-5.986-.69-8.365C17.17 2.337 11.233 1.028 6.92 3.923c-3.964 2.66-5.374 8.044-3.185 12.394c2.167 4.305 7.253 6.392 11.857 4.835"/></g></svg>
</template>

CSS

.icon-at-sign {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cellipse%20cx%3D%2211.833%22%20cy%3D%2211.833%22%20rx%3D%223.833%22%20ry%3D%224.167%22%2F%3E%3Cpath%20d%3D%22M15.667%207.667v6.91c0%202.072%203.114%202.43%204.762-.372c1.398-2.37%201.055-5.986-.69-8.365C17.17%202.337%2011.233%201.028%206.92%203.923c-3.964%202.66-5.374%208.044-3.185%2012.394c2.167%204.305%207.253%206.392%2011.857%204.835%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cellipse%20cx%3D%2211.833%22%20cy%3D%2211.833%22%20rx%3D%223.833%22%20ry%3D%224.167%22%2F%3E%3Cpath%20d%3D%22M15.667%207.667v6.91c0%202.072%203.114%202.43%204.762-.372c1.398-2.37%201.055-5.986-.69-8.365C17.17%202.337%2011.233%201.028%206.92%203.923c-3.964%202.66-5.374%208.044-3.185%2012.394c2.167%204.305%207.253%206.392%2011.857%204.835%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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