anchor icon
anchor from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- anchor
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon 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
Related icons in Phosphor
Use the anchor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 136a8 8 0 0 0-8 8c0 24.69-13.77 29.64-38.1 36.28c-11.36 3.1-24.12 6.6-33.9 14.34V128h32a8 8 0 0 0 0-16h-32V87a32 32 0 1 0-16 0v25H88a8 8 0 0 0 0 16h32v66.62c-9.78-7.74-22.54-11.24-33.9-14.34C61.77 173.64 48 168.69 48 144a8 8 0 0 0-16 0c0 38.11 27.67 45.66 49.9 51.72c24.33 6.64 38.1 11.59 38.1 36.28a8 8 0 0 0 16 0c0-24.69 13.77-29.64 38.1-36.28c22.23-6.06 49.9-13.61 49.9-51.72a8 8 0 0 0-8-8M112 56a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg>
React
import type { SVGProps } from "react";
export function PhAnchor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 136a8 8 0 0 0-8 8c0 24.69-13.77 29.64-38.1 36.28c-11.36 3.1-24.12 6.6-33.9 14.34V128h32a8 8 0 0 0 0-16h-32V87a32 32 0 1 0-16 0v25H88a8 8 0 0 0 0 16h32v66.62c-9.78-7.74-22.54-11.24-33.9-14.34C61.77 173.64 48 168.69 48 144a8 8 0 0 0-16 0c0 38.11 27.67 45.66 49.9 51.72c24.33 6.64 38.1 11.59 38.1 36.28a8 8 0 0 0 16 0c0-24.69 13.77-29.64 38.1-36.28c22.23-6.06 49.9-13.61 49.9-51.72a8 8 0 0 0-8-8M112 56a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 136a8 8 0 0 0-8 8c0 24.69-13.77 29.64-38.1 36.28c-11.36 3.1-24.12 6.6-33.9 14.34V128h32a8 8 0 0 0 0-16h-32V87a32 32 0 1 0-16 0v25H88a8 8 0 0 0 0 16h32v66.62c-9.78-7.74-22.54-11.24-33.9-14.34C61.77 173.64 48 168.69 48 144a8 8 0 0 0-16 0c0 38.11 27.67 45.66 49.9 51.72c24.33 6.64 38.1 11.59 38.1 36.28a8 8 0 0 0 16 0c0-24.69 13.77-29.64 38.1-36.28c22.23-6.06 49.9-13.61 49.9-51.72a8 8 0 0 0-8-8M112 56a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20136a8%208%200%200%200-8%208c0%2024.69-13.77%2029.64-38.1%2036.28c-11.36%203.1-24.12%206.6-33.9%2014.34V128h32a8%208%200%200%200%200-16h-32V87a32%2032%200%201%200-16%200v25H88a8%208%200%200%200%200%2016h32v66.62c-9.78-7.74-22.54-11.24-33.9-14.34C61.77%20173.64%2048%20168.69%2048%20144a8%208%200%200%200-16%200c0%2038.11%2027.67%2045.66%2049.9%2051.72c24.33%206.64%2038.1%2011.59%2038.1%2036.28a8%208%200%200%200%2016%200c0-24.69%2013.77-29.64%2038.1-36.28c22.23-6.06%2049.9-13.61%2049.9-51.72a8%208%200%200%200-8-8M112%2056a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20136a8%208%200%200%200-8%208c0%2024.69-13.77%2029.64-38.1%2036.28c-11.36%203.1-24.12%206.6-33.9%2014.34V128h32a8%208%200%200%200%200-16h-32V87a32%2032%200%201%200-16%200v25H88a8%208%200%200%200%200%2016h32v66.62c-9.78-7.74-22.54-11.24-33.9-14.34C61.77%20173.64%2048%20168.69%2048%20144a8%208%200%200%200-16%200c0%2038.11%2027.67%2045.66%2049.9%2051.72c24.33%206.64%2038.1%2011.59%2038.1%2036.28a8%208%200%200%200%2016%200c0-24.69%2013.77-29.64%2038.1-36.28c22.23-6.06%2049.9-13.61%2049.9-51.72a8%208%200%200%200-8-8M112%2056a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/anchor.svg?color=%231a73e8&size=48