at-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
at-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the at icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M407.6 115.78c-32.07-35-79.47-53.51-137.09-53.51c-51 0-100.69 19.8-139.82 55.76s-63.13 83.84-67.63 134.83c-4.55 51.67 11.41 100.29 44.94 136.9c33.37 36.44 80.07 56.51 131.49 56.51c32.52 0 53.61-2.36 85.48-15.75l14.75-6.2l-12.4-29.5l-14.75 6.18c-27.15 11.4-43.78 13.25-73.08 13.25c-42.34 0-80.65-16.38-107.89-46.12c-27.4-29.92-40.42-69.86-36.66-112.48c7.84-89 86.6-161.4 175.57-161.4c48.4 0 87.65 14.91 113.49 43.13c24.61 26.87 35.6 63.92 31.79 107.15c-3.29 37.35-17.76 55.74-29.32 64.6c-11 8.44-22 10.18-28 9.11c-17.68-3.13-26.87-20.46-24.59-46.29l9.93-109.12L311.9 160l-2 22.29a79.7 79.7 0 0 0-57.32-24c-23.8 0-46.54 10.07-64 28.37c-16.77 17.53-27.23 41.05-29.45 66.22c-2.45 27.87 5.75 54.34 22.51 72.64a76.14 76.14 0 0 0 56.88 24.77A93 93 0 0 0 310 318a60 60 0 0 0 42.88 31.81c16.89 3 36.73-2.69 53.08-15.21c30.19-23.13 39.36-60.19 41.74-87.2c4.52-51.7-9.7-98.4-40.1-131.62m-126.34 186a62.2 62.2 0 0 1-42.81 16.53a43.94 43.94 0 0 1-33.28-14.38c-10.71-11.7-15.9-29.27-14.23-48.22c3.23-36.68 30.29-65.4 61.61-65.4a48.16 48.16 0 0 1 35.88 15.82c10.87 11.87 16.2 28.87 14.63 46.73c-1.78 20.28-9.33 37.14-21.8 48.88Z"/></svg>

React

import type { SVGProps } from "react";

export function IonAtSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M407.6 115.78c-32.07-35-79.47-53.51-137.09-53.51c-51 0-100.69 19.8-139.82 55.76s-63.13 83.84-67.63 134.83c-4.55 51.67 11.41 100.29 44.94 136.9c33.37 36.44 80.07 56.51 131.49 56.51c32.52 0 53.61-2.36 85.48-15.75l14.75-6.2l-12.4-29.5l-14.75 6.18c-27.15 11.4-43.78 13.25-73.08 13.25c-42.34 0-80.65-16.38-107.89-46.12c-27.4-29.92-40.42-69.86-36.66-112.48c7.84-89 86.6-161.4 175.57-161.4c48.4 0 87.65 14.91 113.49 43.13c24.61 26.87 35.6 63.92 31.79 107.15c-3.29 37.35-17.76 55.74-29.32 64.6c-11 8.44-22 10.18-28 9.11c-17.68-3.13-26.87-20.46-24.59-46.29l9.93-109.12L311.9 160l-2 22.29a79.7 79.7 0 0 0-57.32-24c-23.8 0-46.54 10.07-64 28.37c-16.77 17.53-27.23 41.05-29.45 66.22c-2.45 27.87 5.75 54.34 22.51 72.64a76.14 76.14 0 0 0 56.88 24.77A93 93 0 0 0 310 318a60 60 0 0 0 42.88 31.81c16.89 3 36.73-2.69 53.08-15.21c30.19-23.13 39.36-60.19 41.74-87.2c4.52-51.7-9.7-98.4-40.1-131.62m-126.34 186a62.2 62.2 0 0 1-42.81 16.53a43.94 43.94 0 0 1-33.28-14.38c-10.71-11.7-15.9-29.27-14.23-48.22c3.23-36.68 30.29-65.4 61.61-65.4a48.16 48.16 0 0 1 35.88 15.82c10.87 11.87 16.2 28.87 14.63 46.73c-1.78 20.28-9.33 37.14-21.8 48.88Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M407.6 115.78c-32.07-35-79.47-53.51-137.09-53.51c-51 0-100.69 19.8-139.82 55.76s-63.13 83.84-67.63 134.83c-4.55 51.67 11.41 100.29 44.94 136.9c33.37 36.44 80.07 56.51 131.49 56.51c32.52 0 53.61-2.36 85.48-15.75l14.75-6.2l-12.4-29.5l-14.75 6.18c-27.15 11.4-43.78 13.25-73.08 13.25c-42.34 0-80.65-16.38-107.89-46.12c-27.4-29.92-40.42-69.86-36.66-112.48c7.84-89 86.6-161.4 175.57-161.4c48.4 0 87.65 14.91 113.49 43.13c24.61 26.87 35.6 63.92 31.79 107.15c-3.29 37.35-17.76 55.74-29.32 64.6c-11 8.44-22 10.18-28 9.11c-17.68-3.13-26.87-20.46-24.59-46.29l9.93-109.12L311.9 160l-2 22.29a79.7 79.7 0 0 0-57.32-24c-23.8 0-46.54 10.07-64 28.37c-16.77 17.53-27.23 41.05-29.45 66.22c-2.45 27.87 5.75 54.34 22.51 72.64a76.14 76.14 0 0 0 56.88 24.77A93 93 0 0 0 310 318a60 60 0 0 0 42.88 31.81c16.89 3 36.73-2.69 53.08-15.21c30.19-23.13 39.36-60.19 41.74-87.2c4.52-51.7-9.7-98.4-40.1-131.62m-126.34 186a62.2 62.2 0 0 1-42.81 16.53a43.94 43.94 0 0 1-33.28-14.38c-10.71-11.7-15.9-29.27-14.23-48.22c3.23-36.68 30.29-65.4 61.61-65.4a48.16 48.16 0 0 1 35.88 15.82c10.87 11.87 16.2 28.87 14.63 46.73c-1.78 20.28-9.33 37.14-21.8 48.88Z"/></svg>
</template>

CSS

.icon-at-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407.6%20115.78c-32.07-35-79.47-53.51-137.09-53.51c-51%200-100.69%2019.8-139.82%2055.76s-63.13%2083.84-67.63%20134.83c-4.55%2051.67%2011.41%20100.29%2044.94%20136.9c33.37%2036.44%2080.07%2056.51%20131.49%2056.51c32.52%200%2053.61-2.36%2085.48-15.75l14.75-6.2l-12.4-29.5l-14.75%206.18c-27.15%2011.4-43.78%2013.25-73.08%2013.25c-42.34%200-80.65-16.38-107.89-46.12c-27.4-29.92-40.42-69.86-36.66-112.48c7.84-89%2086.6-161.4%20175.57-161.4c48.4%200%2087.65%2014.91%20113.49%2043.13c24.61%2026.87%2035.6%2063.92%2031.79%20107.15c-3.29%2037.35-17.76%2055.74-29.32%2064.6c-11%208.44-22%2010.18-28%209.11c-17.68-3.13-26.87-20.46-24.59-46.29l9.93-109.12L311.9%20160l-2%2022.29a79.7%2079.7%200%200%200-57.32-24c-23.8%200-46.54%2010.07-64%2028.37c-16.77%2017.53-27.23%2041.05-29.45%2066.22c-2.45%2027.87%205.75%2054.34%2022.51%2072.64a76.14%2076.14%200%200%200%2056.88%2024.77A93%2093%200%200%200%20310%20318a60%2060%200%200%200%2042.88%2031.81c16.89%203%2036.73-2.69%2053.08-15.21c30.19-23.13%2039.36-60.19%2041.74-87.2c4.52-51.7-9.7-98.4-40.1-131.62m-126.34%20186a62.2%2062.2%200%200%201-42.81%2016.53a43.94%2043.94%200%200%201-33.28-14.38c-10.71-11.7-15.9-29.27-14.23-48.22c3.23-36.68%2030.29-65.4%2061.61-65.4a48.16%2048.16%200%200%201%2035.88%2015.82c10.87%2011.87%2016.2%2028.87%2014.63%2046.73c-1.78%2020.28-9.33%2037.14-21.8%2048.88Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407.6%20115.78c-32.07-35-79.47-53.51-137.09-53.51c-51%200-100.69%2019.8-139.82%2055.76s-63.13%2083.84-67.63%20134.83c-4.55%2051.67%2011.41%20100.29%2044.94%20136.9c33.37%2036.44%2080.07%2056.51%20131.49%2056.51c32.52%200%2053.61-2.36%2085.48-15.75l14.75-6.2l-12.4-29.5l-14.75%206.18c-27.15%2011.4-43.78%2013.25-73.08%2013.25c-42.34%200-80.65-16.38-107.89-46.12c-27.4-29.92-40.42-69.86-36.66-112.48c7.84-89%2086.6-161.4%20175.57-161.4c48.4%200%2087.65%2014.91%20113.49%2043.13c24.61%2026.87%2035.6%2063.92%2031.79%20107.15c-3.29%2037.35-17.76%2055.74-29.32%2064.6c-11%208.44-22%2010.18-28%209.11c-17.68-3.13-26.87-20.46-24.59-46.29l9.93-109.12L311.9%20160l-2%2022.29a79.7%2079.7%200%200%200-57.32-24c-23.8%200-46.54%2010.07-64%2028.37c-16.77%2017.53-27.23%2041.05-29.45%2066.22c-2.45%2027.87%205.75%2054.34%2022.51%2072.64a76.14%2076.14%200%200%200%2056.88%2024.77A93%2093%200%200%200%20310%20318a60%2060%200%200%200%2042.88%2031.81c16.89%203%2036.73-2.69%2053.08-15.21c30.19-23.13%2039.36-60.19%2041.74-87.2c4.52-51.7-9.7-98.4-40.1-131.62m-126.34%20186a62.2%2062.2%200%200%201-42.81%2016.53a43.94%2043.94%200%200%201-33.28-14.38c-10.71-11.7-15.9-29.27-14.23-48.22c3.23-36.68%2030.29-65.4%2061.61-65.4a48.16%2048.16%200%200%201%2035.88%2015.82c10.87%2011.87%2016.2%2028.87%2014.63%2046.73c-1.78%2020.28-9.33%2037.14-21.8%2048.88Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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