anchor from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
anchor
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the anchor emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 7.238A3 3 0 0 1 13 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .89-.385 1.69-1 2.238V10h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H18v13.776A9.02 9.02 0 0 0 24.06 22h-.04c-.87 0-1.34-1.02-.77-1.68l3.39-3.96c.57-.67 1.66-.35 1.78.52l.57 3.96c.09.61-.39 1.16-1.01 1.16h-.67c-1.64 4.66-6.08 8-11.31 8s-9.67-3.34-11.31-8h-.67c-.62 0-1.1-.55-1.01-1.16l.57-3.96c.12-.87 1.21-1.19 1.78-.52l3.39 3.96c.57.66.1 1.68-.77 1.68h-.04A9.02 9.02 0 0 0 14 26.776V13h-3.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H14zM16 4c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAnchor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 7.238A3 3 0 0 1 13 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .89-.385 1.69-1 2.238V10h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H18v13.776A9.02 9.02 0 0 0 24.06 22h-.04c-.87 0-1.34-1.02-.77-1.68l3.39-3.96c.57-.67 1.66-.35 1.78.52l.57 3.96c.09.61-.39 1.16-1.01 1.16h-.67c-1.64 4.66-6.08 8-11.31 8s-9.67-3.34-11.31-8h-.67c-.62 0-1.1-.55-1.01-1.16l.57-3.96c.12-.87 1.21-1.19 1.78-.52l3.39 3.96c.57.66.1 1.68-.77 1.68h-.04A9.02 9.02 0 0 0 14 26.776V13h-3.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H14zM16 4c-.55 0-1 .45-1 1s.45 1 1 1s1-.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 32 32"><path fill="currentColor" d="M14 7.238A3 3 0 0 1 13 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .89-.385 1.69-1 2.238V10h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H18v13.776A9.02 9.02 0 0 0 24.06 22h-.04c-.87 0-1.34-1.02-.77-1.68l3.39-3.96c.57-.67 1.66-.35 1.78.52l.57 3.96c.09.61-.39 1.16-1.01 1.16h-.67c-1.64 4.66-6.08 8-11.31 8s-9.67-3.34-11.31-8h-.67c-.62 0-1.1-.55-1.01-1.16l.57-3.96c.12-.87 1.21-1.19 1.78-.52l3.39 3.96c.57.66.1 1.68-.77 1.68h-.04A9.02 9.02 0 0 0 14 26.776V13h-3.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H14zM16 4c-.55 0-1 .45-1 1s.45 1 1 1s1-.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.238A3%203%200%200%201%2013%205c0-1.66%201.34-3%203-3s3%201.34%203%203c0%20.89-.385%201.69-1%202.238V10h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5H18v13.776A9.02%209.02%200%200%200%2024.06%2022h-.04c-.87%200-1.34-1.02-.77-1.68l3.39-3.96c.57-.67%201.66-.35%201.78.52l.57%203.96c.09.61-.39%201.16-1.01%201.16h-.67c-1.64%204.66-6.08%208-11.31%208s-9.67-3.34-11.31-8h-.67c-.62%200-1.1-.55-1.01-1.16l.57-3.96c.12-.87%201.21-1.19%201.78-.52l3.39%203.96c.57.66.1%201.68-.77%201.68h-.04A9.02%209.02%200%200%200%2014%2026.776V13h-3.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5H14zM16%204c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.238A3%203%200%200%201%2013%205c0-1.66%201.34-3%203-3s3%201.34%203%203c0%20.89-.385%201.69-1%202.238V10h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5H18v13.776A9.02%209.02%200%200%200%2024.06%2022h-.04c-.87%200-1.34-1.02-.77-1.68l3.39-3.96c.57-.67%201.66-.35%201.78.52l.57%203.96c.09.61-.39%201.16-1.01%201.16h-.67c-1.64%204.66-6.08%208-11.31%208s-9.67-3.34-11.31-8h-.67c-.62%200-1.1-.55-1.01-1.16l.57-3.96c.12-.87%201.21-1.19%201.78-.52l3.39%203.96c.57.66.1%201.68-.77%201.68h-.04A9.02%209.02%200%200%200%2014%2026.776V13h-3.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5H14zM16%204c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/anchor.svg?color=%231a73e8&size=48