md at icon
md-at from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-at
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md at icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M265.6 212.3c-10.5 0-18.5 4.4-24 13.2-5.5 8.8-9.1 22-10.8 39.6-.9 11.7 0 20.5 2.7 26.5s7.1 9 13.1 9c5.5 0 10.3-1.5 14.6-4.4 4.3-2.9 8.1-8.3 11.3-16.2l6.1-66c-2.2-.5-4.4-.9-6.5-1.2-2.3-.4-4.4-.5-6.5-.5z" fill="currentColor"/><path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm127.8 201.9c-.9 21.4-7.6 39.9-20 55.6-12.4 15.6-31 23.4-55.6 23.4-8.2 0-15.3-2.2-21.2-6.6-6-4.4-10.2-10.7-12.6-18.8-4.1 8.3-9.4 14.5-15.7 18.6-6.3 4.1-13.7 6.2-22.2 6.2-15.1 0-26.6-5.8-34.6-17.3s-10.9-26.8-8.8-45.9c2.6-24.4 10-44 22.2-58.7 12.2-14.7 27-22 44.4-22 12.2 0 22.1 1.3 29.5 3.8 7.4 2.5 15.6 5.7 24.5 11l-.5-.1h.8l-7.7 83.4c-.5 8.5.1 14.6 1.7 17.8 1.7 3.2 3.9 4.9 6.7 4.9 11.3 0 20.4-5.1 27.2-15.6 6.8-10.5 10.6-23.6 11.4-39.6 1.6-33-5.1-58.7-20.2-77.1-15.1-18.4-38.3-27.7-69.7-27.7-30.5 0-54.8 9.9-72.8 29.8s-27.7 46.9-29.3 81.2c-1.7 33.4 5.6 59.8 21.9 79.1 16.3 19.4 39.7 29.1 70.3 29.1 8.5 0 17.3-.9 26.5-2.7 9.1-1.8 17.1-4.1 23.7-6.8l5.8 24.2c-6.8 4.1-15.4 7.3-25.9 9.6-10.5 2.3-20.7 3.4-30.7 3.4-40.8 0-72.3-12.1-94.3-36.4-22-24.2-32.2-57.4-30.5-99.6 1.8-41.8 14.9-74.9 39.1-99.4 24.3-24.5 56.5-36.7 96.7-36.7 39.5 0 69.8 11.6 90.7 34.7 21.2 23.2 30.8 54.9 29.2 95.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdAt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M265.6 212.3c-10.5 0-18.5 4.4-24 13.2-5.5 8.8-9.1 22-10.8 39.6-.9 11.7 0 20.5 2.7 26.5s7.1 9 13.1 9c5.5 0 10.3-1.5 14.6-4.4 4.3-2.9 8.1-8.3 11.3-16.2l6.1-66c-2.2-.5-4.4-.9-6.5-1.2-2.3-.4-4.4-.5-6.5-.5z" fill="currentColor"/><path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm127.8 201.9c-.9 21.4-7.6 39.9-20 55.6-12.4 15.6-31 23.4-55.6 23.4-8.2 0-15.3-2.2-21.2-6.6-6-4.4-10.2-10.7-12.6-18.8-4.1 8.3-9.4 14.5-15.7 18.6-6.3 4.1-13.7 6.2-22.2 6.2-15.1 0-26.6-5.8-34.6-17.3s-10.9-26.8-8.8-45.9c2.6-24.4 10-44 22.2-58.7 12.2-14.7 27-22 44.4-22 12.2 0 22.1 1.3 29.5 3.8 7.4 2.5 15.6 5.7 24.5 11l-.5-.1h.8l-7.7 83.4c-.5 8.5.1 14.6 1.7 17.8 1.7 3.2 3.9 4.9 6.7 4.9 11.3 0 20.4-5.1 27.2-15.6 6.8-10.5 10.6-23.6 11.4-39.6 1.6-33-5.1-58.7-20.2-77.1-15.1-18.4-38.3-27.7-69.7-27.7-30.5 0-54.8 9.9-72.8 29.8s-27.7 46.9-29.3 81.2c-1.7 33.4 5.6 59.8 21.9 79.1 16.3 19.4 39.7 29.1 70.3 29.1 8.5 0 17.3-.9 26.5-2.7 9.1-1.8 17.1-4.1 23.7-6.8l5.8 24.2c-6.8 4.1-15.4 7.3-25.9 9.6-10.5 2.3-20.7 3.4-30.7 3.4-40.8 0-72.3-12.1-94.3-36.4-22-24.2-32.2-57.4-30.5-99.6 1.8-41.8 14.9-74.9 39.1-99.4 24.3-24.5 56.5-36.7 96.7-36.7 39.5 0 69.8 11.6 90.7 34.7 21.2 23.2 30.8 54.9 29.2 95.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M265.6 212.3c-10.5 0-18.5 4.4-24 13.2-5.5 8.8-9.1 22-10.8 39.6-.9 11.7 0 20.5 2.7 26.5s7.1 9 13.1 9c5.5 0 10.3-1.5 14.6-4.4 4.3-2.9 8.1-8.3 11.3-16.2l6.1-66c-2.2-.5-4.4-.9-6.5-1.2-2.3-.4-4.4-.5-6.5-.5z" fill="currentColor"/><path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm127.8 201.9c-.9 21.4-7.6 39.9-20 55.6-12.4 15.6-31 23.4-55.6 23.4-8.2 0-15.3-2.2-21.2-6.6-6-4.4-10.2-10.7-12.6-18.8-4.1 8.3-9.4 14.5-15.7 18.6-6.3 4.1-13.7 6.2-22.2 6.2-15.1 0-26.6-5.8-34.6-17.3s-10.9-26.8-8.8-45.9c2.6-24.4 10-44 22.2-58.7 12.2-14.7 27-22 44.4-22 12.2 0 22.1 1.3 29.5 3.8 7.4 2.5 15.6 5.7 24.5 11l-.5-.1h.8l-7.7 83.4c-.5 8.5.1 14.6 1.7 17.8 1.7 3.2 3.9 4.9 6.7 4.9 11.3 0 20.4-5.1 27.2-15.6 6.8-10.5 10.6-23.6 11.4-39.6 1.6-33-5.1-58.7-20.2-77.1-15.1-18.4-38.3-27.7-69.7-27.7-30.5 0-54.8 9.9-72.8 29.8s-27.7 46.9-29.3 81.2c-1.7 33.4 5.6 59.8 21.9 79.1 16.3 19.4 39.7 29.1 70.3 29.1 8.5 0 17.3-.9 26.5-2.7 9.1-1.8 17.1-4.1 23.7-6.8l5.8 24.2c-6.8 4.1-15.4 7.3-25.9 9.6-10.5 2.3-20.7 3.4-30.7 3.4-40.8 0-72.3-12.1-94.3-36.4-22-24.2-32.2-57.4-30.5-99.6 1.8-41.8 14.9-74.9 39.1-99.4 24.3-24.5 56.5-36.7 96.7-36.7 39.5 0 69.8 11.6 90.7 34.7 21.2 23.2 30.8 54.9 29.2 95.2z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M265.6%20212.3c-10.5%200-18.5%204.4-24%2013.2-5.5%208.8-9.1%2022-10.8%2039.6-.9%2011.7%200%2020.5%202.7%2026.5s7.1%209%2013.1%209c5.5%200%2010.3-1.5%2014.6-4.4%204.3-2.9%208.1-8.3%2011.3-16.2l6.1-66c-2.2-.5-4.4-.9-6.5-1.2-2.3-.4-4.4-.5-6.5-.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048zm127.8%20201.9c-.9%2021.4-7.6%2039.9-20%2055.6-12.4%2015.6-31%2023.4-55.6%2023.4-8.2%200-15.3-2.2-21.2-6.6-6-4.4-10.2-10.7-12.6-18.8-4.1%208.3-9.4%2014.5-15.7%2018.6-6.3%204.1-13.7%206.2-22.2%206.2-15.1%200-26.6-5.8-34.6-17.3s-10.9-26.8-8.8-45.9c2.6-24.4%2010-44%2022.2-58.7%2012.2-14.7%2027-22%2044.4-22%2012.2%200%2022.1%201.3%2029.5%203.8%207.4%202.5%2015.6%205.7%2024.5%2011l-.5-.1h.8l-7.7%2083.4c-.5%208.5.1%2014.6%201.7%2017.8%201.7%203.2%203.9%204.9%206.7%204.9%2011.3%200%2020.4-5.1%2027.2-15.6%206.8-10.5%2010.6-23.6%2011.4-39.6%201.6-33-5.1-58.7-20.2-77.1-15.1-18.4-38.3-27.7-69.7-27.7-30.5%200-54.8%209.9-72.8%2029.8s-27.7%2046.9-29.3%2081.2c-1.7%2033.4%205.6%2059.8%2021.9%2079.1%2016.3%2019.4%2039.7%2029.1%2070.3%2029.1%208.5%200%2017.3-.9%2026.5-2.7%209.1-1.8%2017.1-4.1%2023.7-6.8l5.8%2024.2c-6.8%204.1-15.4%207.3-25.9%209.6-10.5%202.3-20.7%203.4-30.7%203.4-40.8%200-72.3-12.1-94.3-36.4-22-24.2-32.2-57.4-30.5-99.6%201.8-41.8%2014.9-74.9%2039.1-99.4%2024.3-24.5%2056.5-36.7%2096.7-36.7%2039.5%200%2069.8%2011.6%2090.7%2034.7%2021.2%2023.2%2030.8%2054.9%2029.2%2095.2z%22%20fill%3D%22currentColor%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%20d%3D%22M265.6%20212.3c-10.5%200-18.5%204.4-24%2013.2-5.5%208.8-9.1%2022-10.8%2039.6-.9%2011.7%200%2020.5%202.7%2026.5s7.1%209%2013.1%209c5.5%200%2010.3-1.5%2014.6-4.4%204.3-2.9%208.1-8.3%2011.3-16.2l6.1-66c-2.2-.5-4.4-.9-6.5-1.2-2.3-.4-4.4-.5-6.5-.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048zm127.8%20201.9c-.9%2021.4-7.6%2039.9-20%2055.6-12.4%2015.6-31%2023.4-55.6%2023.4-8.2%200-15.3-2.2-21.2-6.6-6-4.4-10.2-10.7-12.6-18.8-4.1%208.3-9.4%2014.5-15.7%2018.6-6.3%204.1-13.7%206.2-22.2%206.2-15.1%200-26.6-5.8-34.6-17.3s-10.9-26.8-8.8-45.9c2.6-24.4%2010-44%2022.2-58.7%2012.2-14.7%2027-22%2044.4-22%2012.2%200%2022.1%201.3%2029.5%203.8%207.4%202.5%2015.6%205.7%2024.5%2011l-.5-.1h.8l-7.7%2083.4c-.5%208.5.1%2014.6%201.7%2017.8%201.7%203.2%203.9%204.9%206.7%204.9%2011.3%200%2020.4-5.1%2027.2-15.6%206.8-10.5%2010.6-23.6%2011.4-39.6%201.6-33-5.1-58.7-20.2-77.1-15.1-18.4-38.3-27.7-69.7-27.7-30.5%200-54.8%209.9-72.8%2029.8s-27.7%2046.9-29.3%2081.2c-1.7%2033.4%205.6%2059.8%2021.9%2079.1%2016.3%2019.4%2039.7%2029.1%2070.3%2029.1%208.5%200%2017.3-.9%2026.5-2.7%209.1-1.8%2017.1-4.1%2023.7-6.8l5.8%2024.2c-6.8%204.1-15.4%207.3-25.9%209.6-10.5%202.3-20.7%203.4-30.7%203.4-40.8%200-72.3-12.1-94.3-36.4-22-24.2-32.2-57.4-30.5-99.6%201.8-41.8%2014.9-74.9%2039.1-99.4%2024.3-24.5%2056.5-36.7%2096.7-36.7%2039.5%200%2069.8%2011.6%2090.7%2034.7%2021.2%2023.2%2030.8%2054.9%2029.2%2095.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-at.svg?color=%231a73e8&size=48