at-alt from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
at-alt
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the at alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.695 28.117c0 15.446 10.453 24.82 24.844 24.82c3.867 0 7.594-.539 9.89-1.289c1.618-.515 2.133-1.359 2.133-2.226s-.68-1.524-1.57-1.524c-.258 0-.633.047-1.101.164c-2.86.704-5.297 1.172-8.602 1.172c-12.844 0-21.562-7.734-21.562-20.976c0-12.68 8.25-21.516 20.671-21.516c10.993 0 20.18 6.774 20.18 18.938c0 7.101-2.414 11.883-6.258 11.883c-2.578 0-4.054-1.5-4.054-4.055v-15.89c0-1.266-.703-2.04-1.875-2.04s-1.922.774-1.922 2.04v2.671h-.211c-1.196-2.883-4.125-4.71-7.594-4.71c-6.07 0-10.336 5.179-10.336 12.609c0 7.5 4.242 12.726 10.43 12.726c3.61 0 6.422-1.969 7.781-5.297h.21c.47 3.305 3.235 5.32 6.962 5.32c6.539 0 10.594-6.421 10.594-15.421c0-13.618-10.032-22.453-23.86-22.453c-14.554 0-24.75 9.96-24.75 25.054m23.696 9.094c-4.22 0-6.868-3.492-6.868-9.047c0-5.46 2.672-8.953 6.891-8.953c4.289 0 7.008 3.422 7.008 8.86c0 5.554-2.766 9.14-7.031 9.14"/></svg>

React

import type { SVGProps } from "react";

export function F7AtAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.695 28.117c0 15.446 10.453 24.82 24.844 24.82c3.867 0 7.594-.539 9.89-1.289c1.618-.515 2.133-1.359 2.133-2.226s-.68-1.524-1.57-1.524c-.258 0-.633.047-1.101.164c-2.86.704-5.297 1.172-8.602 1.172c-12.844 0-21.562-7.734-21.562-20.976c0-12.68 8.25-21.516 20.671-21.516c10.993 0 20.18 6.774 20.18 18.938c0 7.101-2.414 11.883-6.258 11.883c-2.578 0-4.054-1.5-4.054-4.055v-15.89c0-1.266-.703-2.04-1.875-2.04s-1.922.774-1.922 2.04v2.671h-.211c-1.196-2.883-4.125-4.71-7.594-4.71c-6.07 0-10.336 5.179-10.336 12.609c0 7.5 4.242 12.726 10.43 12.726c3.61 0 6.422-1.969 7.781-5.297h.21c.47 3.305 3.235 5.32 6.962 5.32c6.539 0 10.594-6.421 10.594-15.421c0-13.618-10.032-22.453-23.86-22.453c-14.554 0-24.75 9.96-24.75 25.054m23.696 9.094c-4.22 0-6.868-3.492-6.868-9.047c0-5.46 2.672-8.953 6.891-8.953c4.289 0 7.008 3.422 7.008 8.86c0 5.554-2.766 9.14-7.031 9.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.695 28.117c0 15.446 10.453 24.82 24.844 24.82c3.867 0 7.594-.539 9.89-1.289c1.618-.515 2.133-1.359 2.133-2.226s-.68-1.524-1.57-1.524c-.258 0-.633.047-1.101.164c-2.86.704-5.297 1.172-8.602 1.172c-12.844 0-21.562-7.734-21.562-20.976c0-12.68 8.25-21.516 20.671-21.516c10.993 0 20.18 6.774 20.18 18.938c0 7.101-2.414 11.883-6.258 11.883c-2.578 0-4.054-1.5-4.054-4.055v-15.89c0-1.266-.703-2.04-1.875-2.04s-1.922.774-1.922 2.04v2.671h-.211c-1.196-2.883-4.125-4.71-7.594-4.71c-6.07 0-10.336 5.179-10.336 12.609c0 7.5 4.242 12.726 10.43 12.726c3.61 0 6.422-1.969 7.781-5.297h.21c.47 3.305 3.235 5.32 6.962 5.32c6.539 0 10.594-6.421 10.594-15.421c0-13.618-10.032-22.453-23.86-22.453c-14.554 0-24.75 9.96-24.75 25.054m23.696 9.094c-4.22 0-6.868-3.492-6.868-9.047c0-5.46 2.672-8.953 6.891-8.953c4.289 0 7.008 3.422 7.008 8.86c0 5.554-2.766 9.14-7.031 9.14"/></svg>
</template>

CSS

.icon-at-alt {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.695%2028.117c0%2015.446%2010.453%2024.82%2024.844%2024.82c3.867%200%207.594-.539%209.89-1.289c1.618-.515%202.133-1.359%202.133-2.226s-.68-1.524-1.57-1.524c-.258%200-.633.047-1.101.164c-2.86.704-5.297%201.172-8.602%201.172c-12.844%200-21.562-7.734-21.562-20.976c0-12.68%208.25-21.516%2020.671-21.516c10.993%200%2020.18%206.774%2020.18%2018.938c0%207.101-2.414%2011.883-6.258%2011.883c-2.578%200-4.054-1.5-4.054-4.055v-15.89c0-1.266-.703-2.04-1.875-2.04s-1.922.774-1.922%202.04v2.671h-.211c-1.196-2.883-4.125-4.71-7.594-4.71c-6.07%200-10.336%205.179-10.336%2012.609c0%207.5%204.242%2012.726%2010.43%2012.726c3.61%200%206.422-1.969%207.781-5.297h.21c.47%203.305%203.235%205.32%206.962%205.32c6.539%200%2010.594-6.421%2010.594-15.421c0-13.618-10.032-22.453-23.86-22.453c-14.554%200-24.75%209.96-24.75%2025.054m23.696%209.094c-4.22%200-6.868-3.492-6.868-9.047c0-5.46%202.672-8.953%206.891-8.953c4.289%200%207.008%203.422%207.008%208.86c0%205.554-2.766%209.14-7.031%209.14%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.695%2028.117c0%2015.446%2010.453%2024.82%2024.844%2024.82c3.867%200%207.594-.539%209.89-1.289c1.618-.515%202.133-1.359%202.133-2.226s-.68-1.524-1.57-1.524c-.258%200-.633.047-1.101.164c-2.86.704-5.297%201.172-8.602%201.172c-12.844%200-21.562-7.734-21.562-20.976c0-12.68%208.25-21.516%2020.671-21.516c10.993%200%2020.18%206.774%2020.18%2018.938c0%207.101-2.414%2011.883-6.258%2011.883c-2.578%200-4.054-1.5-4.054-4.055v-15.89c0-1.266-.703-2.04-1.875-2.04s-1.922.774-1.922%202.04v2.671h-.211c-1.196-2.883-4.125-4.71-7.594-4.71c-6.07%200-10.336%205.179-10.336%2012.609c0%207.5%204.242%2012.726%2010.43%2012.726c3.61%200%206.422-1.969%207.781-5.297h.21c.47%203.305%203.235%205.32%206.962%205.32c6.539%200%2010.594-6.421%2010.594-15.421c0-13.618-10.032-22.453-23.86-22.453c-14.554%200-24.75%209.96-24.75%2025.054m23.696%209.094c-4.22%200-6.868-3.492-6.868-9.047c0-5.46%202.672-8.953%206.891-8.953c4.289%200%207.008%203.422%207.008%208.86c0%205.554-2.766%209.14-7.031%209.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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