add location alt icon
add-location-alt-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- add-location-alt-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the add location alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.413 11.413Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587M11.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-3.75 2.413-5.975T12 2q1 0 1.5.538t.5 1.337V4q0 .825.588 1.413T16 6h1v1q0 .425.15.788t.425.637q.225.225.5.362t.575.188q.75.125 1.05.563t.3 1.087q0 .725-.312 1.613t-.738 1.737t-.85 1.538t-.675 1.012q-1.075 1.425-2.213 2.538t-1.887 1.762q-.275.25-.625.375t-.7.125t-.7-.125M18 5h-2q-.425 0-.712-.287T15 4t.288-.712T16 3h2V1q0-.425.288-.712T19 0t.713.288T20 1v2h2q.425 0 .713.288T23 4t-.288.713T22 5h-2v2q0 .425-.288.713T19 8t-.712-.288T18 7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAddLocationAltRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.413 11.413Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587M11.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-3.75 2.413-5.975T12 2q1 0 1.5.538t.5 1.337V4q0 .825.588 1.413T16 6h1v1q0 .425.15.788t.425.637q.225.225.5.362t.575.188q.75.125 1.05.563t.3 1.087q0 .725-.312 1.613t-.738 1.737t-.85 1.538t-.675 1.012q-1.075 1.425-2.213 2.538t-1.887 1.762q-.275.25-.625.375t-.7.125t-.7-.125M18 5h-2q-.425 0-.712-.287T15 4t.288-.712T16 3h2V1q0-.425.288-.712T19 0t.713.288T20 1v2h2q.425 0 .713.288T23 4t-.288.713T22 5h-2v2q0 .425-.288.713T19 8t-.712-.288T18 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.413 11.413Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587M11.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-3.75 2.413-5.975T12 2q1 0 1.5.538t.5 1.337V4q0 .825.588 1.413T16 6h1v1q0 .425.15.788t.425.637q.225.225.5.362t.575.188q.75.125 1.05.563t.3 1.087q0 .725-.312 1.613t-.738 1.737t-.85 1.538t-.675 1.012q-1.075 1.425-2.213 2.538t-1.887 1.762q-.275.25-.625.375t-.7.125t-.7-.125M18 5h-2q-.425 0-.712-.287T15 4t.288-.712T16 3h2V1q0-.425.288-.712T19 0t.713.288T20 1v2h2q.425 0 .713.288T23 4t-.288.713T22 5h-2v2q0 .425-.288.713T19 8t-.712-.288T18 7z"/></svg> </template>
CSS
.icon-add-location-alt-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.413%2011.413Q14%2010.825%2014%2010t-.587-1.412T12%208t-1.412.588T10%2010t.588%201.413T12%2012t1.413-.587M11.3%2021.2q-.35-.125-.625-.375Q9.05%2019.325%207.8%2017.9t-2.087-2.762t-1.275-2.575T4%2010.2q0-3.75%202.413-5.975T12%202q1%200%201.5.538t.5%201.337V4q0%20.825.588%201.413T16%206h1v1q0%20.425.15.788t.425.637q.225.225.5.362t.575.188q.75.125%201.05.563t.3%201.087q0%20.725-.312%201.613t-.738%201.737t-.85%201.538t-.675%201.012q-1.075%201.425-2.213%202.538t-1.887%201.762q-.275.25-.625.375t-.7.125t-.7-.125M18%205h-2q-.425%200-.712-.287T15%204t.288-.712T16%203h2V1q0-.425.288-.712T19%200t.713.288T20%201v2h2q.425%200%20.713.288T23%204t-.288.713T22%205h-2v2q0%20.425-.288.713T19%208t-.712-.288T18%207z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.413%2011.413Q14%2010.825%2014%2010t-.587-1.412T12%208t-1.412.588T10%2010t.588%201.413T12%2012t1.413-.587M11.3%2021.2q-.35-.125-.625-.375Q9.05%2019.325%207.8%2017.9t-2.087-2.762t-1.275-2.575T4%2010.2q0-3.75%202.413-5.975T12%202q1%200%201.5.538t.5%201.337V4q0%20.825.588%201.413T16%206h1v1q0%20.425.15.788t.425.637q.225.225.5.362t.575.188q.75.125%201.05.563t.3%201.087q0%20.725-.312%201.613t-.738%201.737t-.85%201.538t-.675%201.012q-1.075%201.425-2.213%202.538t-1.887%201.762q-.275.25-.625.375t-.7.125t-.7-.125M18%205h-2q-.425%200-.712-.287T15%204t.288-.712T16%203h2V1q0-.425.288-.712T19%200t.713.288T20%201v2h2q.425%200%20.713.288T23%204t-.288.713T22%205h-2v2q0%20.425-.288.713T19%208t-.712-.288T18%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-location-alt-rounded.svg?color=%231a73e8&size=48