at icon
at from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- at
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
atBootstrap IconsatBoxIcons v2atCarbonatCircle Flagsat-fillEva IconsatFont Awesome 6 Solidat-1x1Flag IconsatFlagpackatHuge IconsatIonIconsatLine AwesomeatMaterial Line IconsatMaterial Design Iconsat-fillMingCute IconatPhosphoratPixelarticonsat-fillRemix IconatTabler Iconsat-outlineTeenyiconsatUniconsatUnicons MonochromeatUnicons Solidat-outlinedWeUI Icon
Related icons in Framework7 Icons
Use the at icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28.33 10C38.628 10 46 16.566 46 26.37c0 7.077-3.169 11.713-8.406 11.713c-2.574 0-4.709-1.442-5.061-3.638h-.22c-.924 2.24-2.905 3.482-5.48 3.482c-4.576 0-7.657-3.77-7.657-9.405c0-5.39 3.103-9.117 7.57-9.117c2.354 0 4.445 1.22 5.28 3.128h.243v-2.684h3.719v12.6c0 1.463.77 2.462 2.354 2.462c2.443 0 4.225-3.061 4.225-8.43c0-8.074-5.875-13.42-14.479-13.42c-8.538 0-14.655 6.433-14.655 15.572c0 9.782 6.47 15.284 15.403 15.284c2.729 0 5.523-.377 6.888-.954v3.061c-1.87.621-4.357.976-7.042.976C17.812 47 10 40.257 10 28.5C10 17.453 17.526 10 28.33 10m-.77 12.8c-2.707 0-4.335 2.173-4.335 5.833c0 3.616 1.628 5.834 4.313 5.834c2.773 0 4.555-2.263 4.555-5.834S30.333 22.8 27.56 22.8"/></svg>
React
import type { SVGProps } from "react";
export function F7At(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" fillRule="evenodd" d="M28.33 10C38.628 10 46 16.566 46 26.37c0 7.077-3.169 11.713-8.406 11.713c-2.574 0-4.709-1.442-5.061-3.638h-.22c-.924 2.24-2.905 3.482-5.48 3.482c-4.576 0-7.657-3.77-7.657-9.405c0-5.39 3.103-9.117 7.57-9.117c2.354 0 4.445 1.22 5.28 3.128h.243v-2.684h3.719v12.6c0 1.463.77 2.462 2.354 2.462c2.443 0 4.225-3.061 4.225-8.43c0-8.074-5.875-13.42-14.479-13.42c-8.538 0-14.655 6.433-14.655 15.572c0 9.782 6.47 15.284 15.403 15.284c2.729 0 5.523-.377 6.888-.954v3.061c-1.87.621-4.357.976-7.042.976C17.812 47 10 40.257 10 28.5C10 17.453 17.526 10 28.33 10m-.77 12.8c-2.707 0-4.335 2.173-4.335 5.833c0 3.616 1.628 5.834 4.313 5.834c2.773 0 4.555-2.263 4.555-5.834S30.333 22.8 27.56 22.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28.33 10C38.628 10 46 16.566 46 26.37c0 7.077-3.169 11.713-8.406 11.713c-2.574 0-4.709-1.442-5.061-3.638h-.22c-.924 2.24-2.905 3.482-5.48 3.482c-4.576 0-7.657-3.77-7.657-9.405c0-5.39 3.103-9.117 7.57-9.117c2.354 0 4.445 1.22 5.28 3.128h.243v-2.684h3.719v12.6c0 1.463.77 2.462 2.354 2.462c2.443 0 4.225-3.061 4.225-8.43c0-8.074-5.875-13.42-14.479-13.42c-8.538 0-14.655 6.433-14.655 15.572c0 9.782 6.47 15.284 15.403 15.284c2.729 0 5.523-.377 6.888-.954v3.061c-1.87.621-4.357.976-7.042.976C17.812 47 10 40.257 10 28.5C10 17.453 17.526 10 28.33 10m-.77 12.8c-2.707 0-4.335 2.173-4.335 5.833c0 3.616 1.628 5.834 4.313 5.834c2.773 0 4.555-2.263 4.555-5.834S30.333 22.8 27.56 22.8"/></svg> </template>
CSS
.icon-at {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M28.33%2010C38.628%2010%2046%2016.566%2046%2026.37c0%207.077-3.169%2011.713-8.406%2011.713c-2.574%200-4.709-1.442-5.061-3.638h-.22c-.924%202.24-2.905%203.482-5.48%203.482c-4.576%200-7.657-3.77-7.657-9.405c0-5.39%203.103-9.117%207.57-9.117c2.354%200%204.445%201.22%205.28%203.128h.243v-2.684h3.719v12.6c0%201.463.77%202.462%202.354%202.462c2.443%200%204.225-3.061%204.225-8.43c0-8.074-5.875-13.42-14.479-13.42c-8.538%200-14.655%206.433-14.655%2015.572c0%209.782%206.47%2015.284%2015.403%2015.284c2.729%200%205.523-.377%206.888-.954v3.061c-1.87.621-4.357.976-7.042.976C17.812%2047%2010%2040.257%2010%2028.5C10%2017.453%2017.526%2010%2028.33%2010m-.77%2012.8c-2.707%200-4.335%202.173-4.335%205.833c0%203.616%201.628%205.834%204.313%205.834c2.773%200%204.555-2.263%204.555-5.834S30.333%2022.8%2027.56%2022.8%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%20fill-rule%3D%22evenodd%22%20d%3D%22M28.33%2010C38.628%2010%2046%2016.566%2046%2026.37c0%207.077-3.169%2011.713-8.406%2011.713c-2.574%200-4.709-1.442-5.061-3.638h-.22c-.924%202.24-2.905%203.482-5.48%203.482c-4.576%200-7.657-3.77-7.657-9.405c0-5.39%203.103-9.117%207.57-9.117c2.354%200%204.445%201.22%205.28%203.128h.243v-2.684h3.719v12.6c0%201.463.77%202.462%202.354%202.462c2.443%200%204.225-3.061%204.225-8.43c0-8.074-5.875-13.42-14.479-13.42c-8.538%200-14.655%206.433-14.655%2015.572c0%209.782%206.47%2015.284%2015.403%2015.284c2.729%200%205.523-.377%206.888-.954v3.061c-1.87.621-4.357.976-7.042.976C17.812%2047%2010%2040.257%2010%2028.5C10%2017.453%2017.526%2010%2028.33%2010m-.77%2012.8c-2.707%200-4.335%202.173-4.335%205.833c0%203.616%201.628%205.834%204.313%205.834c2.773%200%204.555-2.263%204.555-5.834S30.333%2022.8%2027.56%2022.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/at.svg?color=%231a73e8&size=48