anchor emoji
anchor from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- anchor
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
anchorBoxIcons v2anchorCarbonanchorEmoji One (Colored)anchorFont Awesome 6 SolidanchorFont Awesome SolidanchorFeather IconsanchorFluent EmojianchorFluent Emoji FlatanchorFluent Emoji High ContrastanchorFirefox OS Emojianchorcss.gganchorHuge IconsanchorIconParkanchorIconPark OutlineanchorIconPark SolidanchorIconPark TwoToneanchorJam IconsanchorLine AwesomeanchorLucideanchorMaterial SymbolsanchorMaterial Symbols LightanchorMaterial Design Iconsanchor-fillMingCute IconanchorMyna UI Icons
More travel places icons from OpenMoji
Use the anchor emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m54.215 34.11l-5.27 9.12h3.17a16.95 16.95 0 0 1-13.58 10.07V29.42h4a2 2 0 0 0 1.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025 5.025 0 0 0 2.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007 5.007 0 0 0-6.073 4.888c0 2.05 1.24 3.81 3 4.59v2.41h-3.898c-1 0-1.923.689-2.077 1.676a2 2 0 0 0 1.975 2.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27 9.12h3.28c0 .24.054.466.13.71c2.672 8.608 16.563 15.169 19.099 16.304a.97.97 0 0 0 .796.004c2.578-1.13 16.863-7.754 19.585-17.018h3.08zm-17.68-16.69c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m54.215 34.11l-5.27 9.12h3.17a16.95 16.95 0 0 1-13.58 10.07V29.42h4a2 2 0 0 0 1.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025 5.025 0 0 0 2.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007 5.007 0 0 0-6.073 4.888c0 2.05 1.24 3.81 3 4.59v2.41h-3.898c-1 0-1.923.689-2.077 1.676a2 2 0 0 0 1.975 2.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27 9.12h3.28c0 .24.054.466.13.71c2.672 8.608 16.563 15.169 19.099 16.304a.97.97 0 0 0 .796.004c2.578-1.13 16.863-7.754 19.585-17.018h3.08zm-17.68-16.69c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiAnchor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m54.215 34.11l-5.27 9.12h3.17a16.95 16.95 0 0 1-13.58 10.07V29.42h4a2 2 0 0 0 1.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025 5.025 0 0 0 2.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007 5.007 0 0 0-6.073 4.888c0 2.05 1.24 3.81 3 4.59v2.41h-3.898c-1 0-1.923.689-2.077 1.676a2 2 0 0 0 1.975 2.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27 9.12h3.28c0 .24.054.466.13.71c2.672 8.608 16.563 15.169 19.099 16.304a.97.97 0 0 0 .796.004c2.578-1.13 16.863-7.754 19.585-17.018h3.08zm-17.68-16.69c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m54.215 34.11l-5.27 9.12h3.17a16.95 16.95 0 0 1-13.58 10.07V29.42h4a2 2 0 0 0 1.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025 5.025 0 0 0 2.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007 5.007 0 0 0-6.073 4.888c0 2.05 1.24 3.81 3 4.59v2.41h-3.898c-1 0-1.923.689-2.077 1.676a2 2 0 0 0 1.975 2.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27 9.12h3.28c0 .24.054.466.13.71c2.672 8.608 16.563 15.169 19.099 16.304a.97.97 0 0 0 .796.004c2.578-1.13 16.863-7.754 19.585-17.018h3.08zm-17.68-16.69c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m54.215 34.11l-5.27 9.12h3.17a16.95 16.95 0 0 1-13.58 10.07V29.42h4a2 2 0 0 0 1.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025 5.025 0 0 0 2.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007 5.007 0 0 0-6.073 4.888c0 2.05 1.24 3.81 3 4.59v2.41h-3.898c-1 0-1.923.689-2.077 1.676a2 2 0 0 0 1.975 2.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27 9.12h3.28c0 .24.054.466.13.71c2.672 8.608 16.563 15.169 19.099 16.304a.97.97 0 0 0 .796.004c2.578-1.13 16.863-7.754 19.585-17.018h3.08zm-17.68-16.69c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m54.215 34.11l-5.27 9.12h3.17a16.95 16.95 0 0 1-13.58 10.07V29.42h4a2 2 0 0 0 1.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025 5.025 0 0 0 2.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007 5.007 0 0 0-6.073 4.888c0 2.05 1.24 3.81 3 4.59v2.41h-3.898c-1 0-1.923.689-2.077 1.676a2 2 0 0 0 1.975 2.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27 9.12h3.28c0 .24.054.466.13.71c2.672 8.608 16.563 15.169 19.099 16.304a.97.97 0 0 0 .796.004c2.578-1.13 16.863-7.754 19.585-17.018h3.08zm-17.68-16.69c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1"/></svg> </template>
CSS
.icon-anchor {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m54.215%2034.11l-5.27%209.12h3.17a16.95%2016.95%200%200%201-13.58%2010.07V29.42h4a2%202%200%200%200%201.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025%205.025%200%200%200%202.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007%205.007%200%200%200-6.073%204.888c0%202.05%201.24%203.81%203%204.59v2.41h-3.898c-1%200-1.923.689-2.077%201.676a2%202%200%200%200%201.975%202.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27%209.12h3.28c0%20.24.054.466.13.71c2.672%208.608%2016.563%2015.169%2019.099%2016.304a.97.97%200%200%200%20.796.004c2.578-1.13%2016.863-7.754%2019.585-17.018h3.08zm-17.68-16.69c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m54.215%2034.11l-5.27%209.12h3.17a16.95%2016.95%200%200%201-13.58%2010.07V29.42h4a2%202%200%200%200%201.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025%205.025%200%200%200%202.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007%205.007%200%200%200-6.073%204.888c0%202.05%201.24%203.81%203%204.59v2.41h-3.898c-1%200-1.923.689-2.077%201.676a2%202%200%200%200%201.975%202.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27%209.12h3.28c0%20.24.054.466.13.71c2.672%208.608%2016.563%2015.169%2019.099%2016.304a.97.97%200%200%200%20.796.004c2.578-1.13%2016.863-7.754%2019.585-17.018h3.08zm-17.68-16.69c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m54.215%2034.11l-5.27%209.12h3.17a16.95%2016.95%200%200%201-13.58%2010.07V29.42h4a2%202%200%200%200%201.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025%205.025%200%200%200%202.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007%205.007%200%200%200-6.073%204.888c0%202.05%201.24%203.81%203%204.59v2.41h-3.898c-1%200-1.923.689-2.077%201.676a2%202%200%200%200%201.975%202.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27%209.12h3.28c0%20.24.054.466.13.71c2.672%208.608%2016.563%2015.169%2019.099%2016.304a.97.97%200%200%200%20.796.004c2.578-1.13%2016.863-7.754%2019.585-17.018h3.08zm-17.68-16.69c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m54.215%2034.11l-5.27%209.12h3.17a16.95%2016.95%200%200%201-13.58%2010.07V29.42h4a2%202%200%200%200%201.975-2.325c-.154-.987-1.077-1.676-2.077-1.676h-3.898v-2.41a5.025%205.025%200%200%200%202.923-5.48c-.342-1.968-1.895-3.59-3.85-3.998a5.007%205.007%200%200%200-6.073%204.888c0%202.05%201.24%203.81%203%204.59v2.41h-3.898c-1%200-1.923.689-2.077%201.676a2%202%200%200%200%201.975%202.324h4V53.3c-5.93-.71-11.17-4.56-13.58-10.07h3.1l-5.27-9.12l-5.27%209.12h3.28c0%20.24.054.466.13.71c2.672%208.608%2016.563%2015.169%2019.099%2016.304a.97.97%200%200%200%20.796.004c2.578-1.13%2016.863-7.754%2019.585-17.018h3.08zm-17.68-16.69c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/anchor.svg?color=%231a73e8&size=48