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

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

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the at circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m.39 7.143c7.444 0 12.772 4.707 12.772 11.737c0 5.073-2.29 8.397-6.076 8.397c-1.86 0-3.403-1.033-3.657-2.608h-.16c-.667 1.606-2.099 2.497-3.96 2.497c-3.308 0-5.534-2.704-5.534-6.743c0-3.865 2.242-6.537 5.47-6.537c1.703 0 3.213.875 3.818 2.243h.175v-1.925h2.688v9.034c0 1.05.556 1.765 1.701 1.765c1.766 0 3.054-2.195 3.054-6.043c0-5.79-4.247-9.622-10.465-9.622c-6.17 0-10.592 4.612-10.592 11.164c0 7.014 4.676 10.958 11.133 10.958c1.972 0 3.992-.27 4.978-.684v2.195c-1.352.445-3.15.7-5.09.7c-7.856 0-13.502-4.835-13.502-13.264c0-7.92 5.439-13.264 13.248-13.264m-.556 9.176c-1.956 0-3.133 1.56-3.133 4.183c0 2.593 1.177 4.183 3.117 4.183c2.004 0 3.292-1.622 3.292-4.183s-1.272-4.183-3.276-4.183"/></svg>

React

import type { SVGProps } from "react";

export function F7AtCircle(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="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m.39 7.143c7.444 0 12.772 4.707 12.772 11.737c0 5.073-2.29 8.397-6.076 8.397c-1.86 0-3.403-1.033-3.657-2.608h-.16c-.667 1.606-2.099 2.497-3.96 2.497c-3.308 0-5.534-2.704-5.534-6.743c0-3.865 2.242-6.537 5.47-6.537c1.703 0 3.213.875 3.818 2.243h.175v-1.925h2.688v9.034c0 1.05.556 1.765 1.701 1.765c1.766 0 3.054-2.195 3.054-6.043c0-5.79-4.247-9.622-10.465-9.622c-6.17 0-10.592 4.612-10.592 11.164c0 7.014 4.676 10.958 11.133 10.958c1.972 0 3.992-.27 4.978-.684v2.195c-1.352.445-3.15.7-5.09.7c-7.856 0-13.502-4.835-13.502-13.264c0-7.92 5.439-13.264 13.248-13.264m-.556 9.176c-1.956 0-3.133 1.56-3.133 4.183c0 2.593 1.177 4.183 3.117 4.183c2.004 0 3.292-1.622 3.292-4.183s-1.272-4.183-3.276-4.183"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m.39 7.143c7.444 0 12.772 4.707 12.772 11.737c0 5.073-2.29 8.397-6.076 8.397c-1.86 0-3.403-1.033-3.657-2.608h-.16c-.667 1.606-2.099 2.497-3.96 2.497c-3.308 0-5.534-2.704-5.534-6.743c0-3.865 2.242-6.537 5.47-6.537c1.703 0 3.213.875 3.818 2.243h.175v-1.925h2.688v9.034c0 1.05.556 1.765 1.701 1.765c1.766 0 3.054-2.195 3.054-6.043c0-5.79-4.247-9.622-10.465-9.622c-6.17 0-10.592 4.612-10.592 11.164c0 7.014 4.676 10.958 11.133 10.958c1.972 0 3.992-.27 4.978-.684v2.195c-1.352.445-3.15.7-5.09.7c-7.856 0-13.502-4.835-13.502-13.264c0-7.92 5.439-13.264 13.248-13.264m-.556 9.176c-1.956 0-3.133 1.56-3.133 4.183c0 2.593 1.177 4.183 3.117 4.183c2.004 0 3.292-1.622 3.292-4.183s-1.272-4.183-3.276-4.183"/></svg>
</template>

CSS

.icon-at-circle {
  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%22M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m.39%207.143c7.444%200%2012.772%204.707%2012.772%2011.737c0%205.073-2.29%208.397-6.076%208.397c-1.86%200-3.403-1.033-3.657-2.608h-.16c-.667%201.606-2.099%202.497-3.96%202.497c-3.308%200-5.534-2.704-5.534-6.743c0-3.865%202.242-6.537%205.47-6.537c1.703%200%203.213.875%203.818%202.243h.175v-1.925h2.688v9.034c0%201.05.556%201.765%201.701%201.765c1.766%200%203.054-2.195%203.054-6.043c0-5.79-4.247-9.622-10.465-9.622c-6.17%200-10.592%204.612-10.592%2011.164c0%207.014%204.676%2010.958%2011.133%2010.958c1.972%200%203.992-.27%204.978-.684v2.195c-1.352.445-3.15.7-5.09.7c-7.856%200-13.502-4.835-13.502-13.264c0-7.92%205.439-13.264%2013.248-13.264m-.556%209.176c-1.956%200-3.133%201.56-3.133%204.183c0%202.593%201.177%204.183%203.117%204.183c2.004%200%203.292-1.622%203.292-4.183s-1.272-4.183-3.276-4.183%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%22M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m.39%207.143c7.444%200%2012.772%204.707%2012.772%2011.737c0%205.073-2.29%208.397-6.076%208.397c-1.86%200-3.403-1.033-3.657-2.608h-.16c-.667%201.606-2.099%202.497-3.96%202.497c-3.308%200-5.534-2.704-5.534-6.743c0-3.865%202.242-6.537%205.47-6.537c1.703%200%203.213.875%203.818%202.243h.175v-1.925h2.688v9.034c0%201.05.556%201.765%201.701%201.765c1.766%200%203.054-2.195%203.054-6.043c0-5.79-4.247-9.622-10.465-9.622c-6.17%200-10.592%204.612-10.592%2011.164c0%207.014%204.676%2010.958%2011.133%2010.958c1.972%200%203.992-.27%204.978-.684v2.195c-1.352.445-3.15.7-5.09.7c-7.856%200-13.502-4.835-13.502-13.264c0-7.92%205.439-13.264%2013.248-13.264m-.556%209.176c-1.956%200-3.133%201.56-3.133%204.183c0%202.593%201.177%204.183%203.117%204.183c2.004%200%203.292-1.622%203.292-4.183s-1.272-4.183-3.276-4.183%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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