compass icon
compass from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- compass
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
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
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the compass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m-1.031 2.063H15V7h2v-.938A9.945 9.945 0 0 1 25.938 15H25v2h.938A9.945 9.945 0 0 1 17 25.938V25h-2v.938A9.945 9.945 0 0 1 6.062 17H7v-2h-.938a9.945 9.945 0 0 1 8.907-8.938zM22.5 9.5l-8.344 4.656L9.5 22.5l8.344-4.656zm-6.5 5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function LaCompass(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="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m-1.031 2.063H15V7h2v-.938A9.945 9.945 0 0 1 25.938 15H25v2h.938A9.945 9.945 0 0 1 17 25.938V25h-2v.938A9.945 9.945 0 0 1 6.062 17H7v-2h-.938a9.945 9.945 0 0 1 8.907-8.938zM22.5 9.5l-8.344 4.656L9.5 22.5l8.344-4.656zm-6.5 5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m-1.031 2.063H15V7h2v-.938A9.945 9.945 0 0 1 25.938 15H25v2h.938A9.945 9.945 0 0 1 17 25.938V25h-2v.938A9.945 9.945 0 0 1 6.062 17H7v-2h-.938a9.945 9.945 0 0 1 8.907-8.938zM22.5 9.5l-8.344 4.656L9.5 22.5l8.344-4.656zm-6.5 5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-compass {
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%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m-1.031%202.063H15V7h2v-.938A9.945%209.945%200%200%201%2025.938%2015H25v2h.938A9.945%209.945%200%200%201%2017%2025.938V25h-2v.938A9.945%209.945%200%200%201%206.062%2017H7v-2h-.938a9.945%209.945%200%200%201%208.907-8.938zM22.5%209.5l-8.344%204.656L9.5%2022.5l8.344-4.656zm-6.5%205a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m-1.031%202.063H15V7h2v-.938A9.945%209.945%200%200%201%2025.938%2015H25v2h.938A9.945%209.945%200%200%201%2017%2025.938V25h-2v.938A9.945%209.945%200%200%201%206.062%2017H7v-2h-.938a9.945%209.945%200%200%201%208.907-8.938zM22.5%209.5l-8.344%204.656L9.5%2022.5l8.344-4.656zm-6.5%205a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/compass.svg?color=%231a73e8&size=48