anchor icon
anchor-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- anchor-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- anchor-outline-rounded
1 other variant in Material Symbols Light
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 Design Iconsanchor-fillMingCute IconanchorMyna UI IconsanchorNoto Emoji
More actions icons from Material Symbols Light
Use the anchor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.885 20.614q-1.475-.502-2.583-1.375T4.54 17.177t-.655-2.561v-1q0-.243.217-.354q.217-.112.429.03L5.864 14.3q.292.217.33.584q.037.366-.23.633l-.745.745q.725 1.679 2.396 2.69q1.671 1.012 3.885 1.146v-9.021H9q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h2.5V7.825q-.856-.21-1.428-.876T9.5 5.385q0-1.039.73-1.77q.732-.73 1.77-.73t1.77.73q.73.731.73 1.77q0 .898-.572 1.564q-.572.667-1.428.876v2.252H15q.214 0 .357.143t.143.357t-.143.357t-.357.143h-2.5v9.021q2.214-.134 3.894-1.136t2.387-2.681l-.745-.764q-.267-.267-.239-.633q.028-.367.32-.584l1.352-1.008q.212-.142.429-.03q.218.111.218.354v1q0 1.373-.655 2.561q-.655 1.189-1.763 2.062t-2.582 1.374t-3.116.503t-3.116-.502M12 6.884q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058T12 6.885"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAnchorRounded(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="M8.885 20.614q-1.475-.502-2.583-1.375T4.54 17.177t-.655-2.561v-1q0-.243.217-.354q.217-.112.429.03L5.864 14.3q.292.217.33.584q.037.366-.23.633l-.745.745q.725 1.679 2.396 2.69q1.671 1.012 3.885 1.146v-9.021H9q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h2.5V7.825q-.856-.21-1.428-.876T9.5 5.385q0-1.039.73-1.77q.732-.73 1.77-.73t1.77.73q.73.731.73 1.77q0 .898-.572 1.564q-.572.667-1.428.876v2.252H15q.214 0 .357.143t.143.357t-.143.357t-.357.143h-2.5v9.021q2.214-.134 3.894-1.136t2.387-2.681l-.745-.764q-.267-.267-.239-.633q.028-.367.32-.584l1.352-1.008q.212-.142.429-.03q.218.111.218.354v1q0 1.373-.655 2.561q-.655 1.189-1.763 2.062t-2.582 1.374t-3.116.503t-3.116-.502M12 6.884q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058T12 6.885"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.885 20.614q-1.475-.502-2.583-1.375T4.54 17.177t-.655-2.561v-1q0-.243.217-.354q.217-.112.429.03L5.864 14.3q.292.217.33.584q.037.366-.23.633l-.745.745q.725 1.679 2.396 2.69q1.671 1.012 3.885 1.146v-9.021H9q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h2.5V7.825q-.856-.21-1.428-.876T9.5 5.385q0-1.039.73-1.77q.732-.73 1.77-.73t1.77.73q.73.731.73 1.77q0 .898-.572 1.564q-.572.667-1.428.876v2.252H15q.214 0 .357.143t.143.357t-.143.357t-.357.143h-2.5v9.021q2.214-.134 3.894-1.136t2.387-2.681l-.745-.764q-.267-.267-.239-.633q.028-.367.32-.584l1.352-1.008q.212-.142.429-.03q.218.111.218.354v1q0 1.373-.655 2.561q-.655 1.189-1.763 2.062t-2.582 1.374t-3.116.503t-3.116-.502M12 6.884q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058T12 6.885"/></svg> </template>
CSS
.icon-anchor-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%22M8.885%2020.614q-1.475-.502-2.583-1.375T4.54%2017.177t-.655-2.561v-1q0-.243.217-.354q.217-.112.429.03L5.864%2014.3q.292.217.33.584q.037.366-.23.633l-.745.745q.725%201.679%202.396%202.69q1.671%201.012%203.885%201.146v-9.021H9q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h2.5V7.825q-.856-.21-1.428-.876T9.5%205.385q0-1.039.73-1.77q.732-.73%201.77-.73t1.77.73q.73.731.73%201.77q0%20.898-.572%201.564q-.572.667-1.428.876v2.252H15q.214%200%20.357.143t.143.357t-.143.357t-.357.143h-2.5v9.021q2.214-.134%203.894-1.136t2.387-2.681l-.745-.764q-.267-.267-.239-.633q.028-.367.32-.584l1.352-1.008q.212-.142.429-.03q.218.111.218.354v1q0%201.373-.655%202.561q-.655%201.189-1.763%202.062t-2.582%201.374t-3.116.503t-3.116-.502M12%206.884q.617%200%201.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441%201.059t.441%201.058T12%206.885%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%22M8.885%2020.614q-1.475-.502-2.583-1.375T4.54%2017.177t-.655-2.561v-1q0-.243.217-.354q.217-.112.429.03L5.864%2014.3q.292.217.33.584q.037.366-.23.633l-.745.745q.725%201.679%202.396%202.69q1.671%201.012%203.885%201.146v-9.021H9q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h2.5V7.825q-.856-.21-1.428-.876T9.5%205.385q0-1.039.73-1.77q.732-.73%201.77-.73t1.77.73q.73.731.73%201.77q0%20.898-.572%201.564q-.572.667-1.428.876v2.252H15q.214%200%20.357.143t.143.357t-.143.357t-.357.143h-2.5v9.021q2.214-.134%203.894-1.136t2.387-2.681l-.745-.764q-.267-.267-.239-.633q.028-.367.32-.584l1.352-1.008q.212-.142.429-.03q.218.111.218.354v1q0%201.373-.655%202.561q-.655%201.189-1.763%202.062t-2.582%201.374t-3.116.503t-3.116-.502M12%206.884q.617%200%201.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441%201.059t.441%201.058T12%206.885%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/anchor-rounded.svg?color=%231a73e8&size=48