compass icon
compass-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- compass-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- compass, compass-outline
2 other variants in Ant Design Icons
The same icon in other sets
compassBootstrap IconscompassBoxIcons v2compassBoxIcons v2 SolidcompassCarboncompassCodiconscompassElement Pluscompass-fillEva IconscompassFramework7 IconscompassFont Awesome 6 RegularcompassFont Awesome 6 SolidcompassFont Awesome RegularcompassFont Awesome SolidcompassFeather IconscompassFluent EmojicompassFluent Emoji FlatcompassFluent Emoji High ContrastcompassHuge IconscompassIconParkcompassIconPark OutlinecompassIconPark SolidcompassIconPark TwoTonecompassIconoircompassIonIconscompassJam Icons
Use the compass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372m198.4-588.1a32 32 0 0 0-24.5.5L414.9 415L296.4 686c-3.6 8.2-3.6 17.5 0 25.7c3.4 7.8 9.7 13.9 17.7 17c3.8 1.5 7.7 2.2 11.7 2.2c4.4 0 8.7-.9 12.8-2.7l271-118.6l118.5-271a32.06 32.06 0 0 0-17.7-42.7M576.8 534.4l26.2 26.2l-42.4 42.4l-26.2-26.2L380 644.4L447.5 490L422 464.4l42.4-42.4l25.5 25.5L644.4 380zM464.4 422L422 464.4l25.5 25.6l86.9 86.8l26.2 26.2l42.4-42.4l-26.2-26.2l-86.8-86.9z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCompassOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372m198.4-588.1a32 32 0 0 0-24.5.5L414.9 415L296.4 686c-3.6 8.2-3.6 17.5 0 25.7c3.4 7.8 9.7 13.9 17.7 17c3.8 1.5 7.7 2.2 11.7 2.2c4.4 0 8.7-.9 12.8-2.7l271-118.6l118.5-271a32.06 32.06 0 0 0-17.7-42.7M576.8 534.4l26.2 26.2l-42.4 42.4l-26.2-26.2L380 644.4L447.5 490L422 464.4l42.4-42.4l25.5 25.5L644.4 380zM464.4 422L422 464.4l25.5 25.6l86.9 86.8l26.2 26.2l42.4-42.4l-26.2-26.2l-86.8-86.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372m198.4-588.1a32 32 0 0 0-24.5.5L414.9 415L296.4 686c-3.6 8.2-3.6 17.5 0 25.7c3.4 7.8 9.7 13.9 17.7 17c3.8 1.5 7.7 2.2 11.7 2.2c4.4 0 8.7-.9 12.8-2.7l271-118.6l118.5-271a32.06 32.06 0 0 0-17.7-42.7M576.8 534.4l26.2 26.2l-42.4 42.4l-26.2-26.2L380 644.4L447.5 490L422 464.4l42.4-42.4l25.5 25.5L644.4 380zM464.4 422L422 464.4l25.5 25.6l86.9 86.8l26.2 26.2l42.4-42.4l-26.2-26.2l-86.8-86.9z"/></svg> </template>
CSS
.icon-compass-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372m198.4-588.1a32%2032%200%200%200-24.5.5L414.9%20415L296.4%20686c-3.6%208.2-3.6%2017.5%200%2025.7c3.4%207.8%209.7%2013.9%2017.7%2017c3.8%201.5%207.7%202.2%2011.7%202.2c4.4%200%208.7-.9%2012.8-2.7l271-118.6l118.5-271a32.06%2032.06%200%200%200-17.7-42.7M576.8%20534.4l26.2%2026.2l-42.4%2042.4l-26.2-26.2L380%20644.4L447.5%20490L422%20464.4l42.4-42.4l25.5%2025.5L644.4%20380zM464.4%20422L422%20464.4l25.5%2025.6l86.9%2086.8l26.2%2026.2l42.4-42.4l-26.2-26.2l-86.8-86.9z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372m198.4-588.1a32%2032%200%200%200-24.5.5L414.9%20415L296.4%20686c-3.6%208.2-3.6%2017.5%200%2025.7c3.4%207.8%209.7%2013.9%2017.7%2017c3.8%201.5%207.7%202.2%2011.7%202.2c4.4%200%208.7-.9%2012.8-2.7l271-118.6l118.5-271a32.06%2032.06%200%200%200-17.7-42.7M576.8%20534.4l26.2%2026.2l-42.4%2042.4l-26.2-26.2L380%20644.4L447.5%20490L422%20464.4l42.4-42.4l25.5%2025.5L644.4%20380zM464.4%20422L422%20464.4l25.5%2025.6l86.9%2086.8l26.2%2026.2l42.4-42.4l-26.2-26.2l-86.8-86.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/compass-outlined.svg?color=%231a73e8&size=48