compass icon
compass-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- compass-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
compass-filledAnt Design IconscompassBootstrap 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 TwoTonecompassIconoircompassIonIcons
Use the compass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M23 12C23 18.0751 18.0751 23 12 23C5.9249 23 1 18.0751 1 12C1 5.9249 5.9249 1 12 1C18.0751 1 23 5.9249 23 12ZM14.786405 6.683772C16.349921 6.1626 17.8374 7.650079 17.316228 9.213595L15.764911 13.867544C15.466306 14.763359 14.763359 15.466306 13.867544 15.764911L9.213595 17.316228C7.650079 17.8374 6.1626 16.349921 6.683772 14.786405L8.235089 10.132456C8.533694 9.236641 9.236641 8.533694 10.132456 8.235089Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCompassFill(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" fillRule="evenodd" d="M23 12C23 18.0751 18.0751 23 12 23C5.9249 23 1 18.0751 1 12C1 5.9249 5.9249 1 12 1C18.0751 1 23 5.9249 23 12ZM14.786405 6.683772C16.349921 6.1626 17.8374 7.650079 17.316228 9.213595L15.764911 13.867544C15.466306 14.763359 14.763359 15.466306 13.867544 15.764911L9.213595 17.316228C7.650079 17.8374 6.1626 16.349921 6.683772 14.786405L8.235089 10.132456C8.533694 9.236641 9.236641 8.533694 10.132456 8.235089Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M23 12C23 18.0751 18.0751 23 12 23C5.9249 23 1 18.0751 1 12C1 5.9249 5.9249 1 12 1C18.0751 1 23 5.9249 23 12ZM14.786405 6.683772C16.349921 6.1626 17.8374 7.650079 17.316228 9.213595L15.764911 13.867544C15.466306 14.763359 14.763359 15.466306 13.867544 15.764911L9.213595 17.316228C7.650079 17.8374 6.1626 16.349921 6.683772 14.786405L8.235089 10.132456C8.533694 9.236641 9.236641 8.533694 10.132456 8.235089Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-compass-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M23%2012C23%2018.0751%2018.0751%2023%2012%2023C5.9249%2023%201%2018.0751%201%2012C1%205.9249%205.9249%201%2012%201C18.0751%201%2023%205.9249%2023%2012ZM14.786405%206.683772C16.349921%206.1626%2017.8374%207.650079%2017.316228%209.213595L15.764911%2013.867544C15.466306%2014.763359%2014.763359%2015.466306%2013.867544%2015.764911L9.213595%2017.316228C7.650079%2017.8374%206.1626%2016.349921%206.683772%2014.786405L8.235089%2010.132456C8.533694%209.236641%209.236641%208.533694%2010.132456%208.235089Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M23%2012C23%2018.0751%2018.0751%2023%2012%2023C5.9249%2023%201%2018.0751%201%2012C1%205.9249%205.9249%201%2012%201C18.0751%201%2023%205.9249%2023%2012ZM14.786405%206.683772C16.349921%206.1626%2017.8374%207.650079%2017.316228%209.213595L15.764911%2013.867544C15.466306%2014.763359%2014.763359%2015.466306%2013.867544%2015.764911L9.213595%2017.316228C7.650079%2017.8374%206.1626%2016.349921%206.683772%2014.786405L8.235089%2010.132456C8.533694%209.236641%209.236641%208.533694%2010.132456%208.235089Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/compass-fill.svg?color=%231a73e8&size=48