compass from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.

Name
compass
Set
Twitter Emoji
Style
Default
Category
Travel & Places
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More travel & places icons from Twitter Emoji

Use the compass emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#f4900c"/><circle cx="18" cy="18" r="14.5" fill="#ffd983"/><circle cx="18" cy="18" r="13" fill="#f5f8fa"/><path fill="#ccd6dd" d="m18 8l1.531 6.304l5.54-3.375l-3.375 5.54L28 18l-6.304 1.531l3.375 5.54l-5.54-3.375L18 28l-1.531-6.304l-5.54 3.375l3.375-5.54L8 18l6.304-1.531l-3.375-5.54l5.54 3.375z"/><path fill="#292f33" d="m17.343 20.748l8.777 5.381l-5.379-8.778z"/><path fill="#dd2e44" d="M18.657 15.267L9.879 9.886l5.38 8.779z"/><circle cx="18" cy="18.008" r="3.055" fill="#8899a6"/><circle cx="18" cy="18.008" r="1.648" fill="#f5f8fa"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiCompass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#f4900c"/><circle cx="18" cy="18" r="14.5" fill="#ffd983"/><circle cx="18" cy="18" r="13" fill="#f5f8fa"/><path fill="#ccd6dd" d="m18 8l1.531 6.304l5.54-3.375l-3.375 5.54L28 18l-6.304 1.531l3.375 5.54l-5.54-3.375L18 28l-1.531-6.304l-5.54 3.375l3.375-5.54L8 18l6.304-1.531l-3.375-5.54l5.54 3.375z"/><path fill="#292f33" d="m17.343 20.748l8.777 5.381l-5.379-8.778z"/><path fill="#dd2e44" d="M18.657 15.267L9.879 9.886l5.38 8.779z"/><circle cx="18" cy="18.008" r="3.055" fill="#8899a6"/><circle cx="18" cy="18.008" r="1.648" fill="#f5f8fa"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#f4900c"/><circle cx="18" cy="18" r="14.5" fill="#ffd983"/><circle cx="18" cy="18" r="13" fill="#f5f8fa"/><path fill="#ccd6dd" d="m18 8l1.531 6.304l5.54-3.375l-3.375 5.54L28 18l-6.304 1.531l3.375 5.54l-5.54-3.375L18 28l-1.531-6.304l-5.54 3.375l3.375-5.54L8 18l6.304-1.531l-3.375-5.54l5.54 3.375z"/><path fill="#292f33" d="m17.343 20.748l8.777 5.381l-5.379-8.778z"/><path fill="#dd2e44" d="M18.657 15.267L9.879 9.886l5.38 8.779z"/><circle cx="18" cy="18.008" r="3.055" fill="#8899a6"/><circle cx="18" cy="18.008" r="1.648" fill="#f5f8fa"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23f4900c%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214.5%22%20fill%3D%22%23ffd983%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2213%22%20fill%3D%22%23f5f8fa%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22m18%208l1.531%206.304l5.54-3.375l-3.375%205.54L28%2018l-6.304%201.531l3.375%205.54l-5.54-3.375L18%2028l-1.531-6.304l-5.54%203.375l3.375-5.54L8%2018l6.304-1.531l-3.375-5.54l5.54%203.375z%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22m17.343%2020.748l8.777%205.381l-5.379-8.778z%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M18.657%2015.267L9.879%209.886l5.38%208.779z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218.008%22%20r%3D%223.055%22%20fill%3D%22%238899a6%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218.008%22%20r%3D%221.648%22%20fill%3D%22%23f5f8fa%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23f4900c%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214.5%22%20fill%3D%22%23ffd983%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2213%22%20fill%3D%22%23f5f8fa%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22m18%208l1.531%206.304l5.54-3.375l-3.375%205.54L28%2018l-6.304%201.531l3.375%205.54l-5.54-3.375L18%2028l-1.531-6.304l-5.54%203.375l3.375-5.54L8%2018l6.304-1.531l-3.375-5.54l5.54%203.375z%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22m17.343%2020.748l8.777%205.381l-5.379-8.778z%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M18.657%2015.267L9.879%209.886l5.38%208.779z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218.008%22%20r%3D%223.055%22%20fill%3D%22%238899a6%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218.008%22%20r%3D%221.648%22%20fill%3D%22%23f5f8fa%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/compass.svg?color=%231a73e8&size=48