compass tool icon
compass-tool-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- compass-tool-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the compass tool icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 80a32 32 0 1 1-32-32a32 32 0 0 1 32 32" opacity=".2"/><path d="M215.12 123.64a8 8 0 1 0-14.24-7.28a79.6 79.6 0 0 1-33.08 33.5l-16.58-37.32A40 40 0 0 0 136 40.8V24a8 8 0 0 0-16 0v16.8a40 40 0 0 0-15.22 71.74L56.69 220.75a8 8 0 1 0 14.62 6.5l25.14-56.56A95.5 95.5 0 0 0 128 176a99.1 99.1 0 0 0 31.6-5.21l25.09 56.46a8 8 0 0 0 14.62-6.5l-25-56.25a95.8 95.8 0 0 0 40.81-40.86M128 56a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 104a79.5 79.5 0 0 1-25-4l16.42-36.94a39.8 39.8 0 0 0 17.2 0l16.48 37.06A83.2 83.2 0 0 1 128 160"/></g></svg>
React
import type { SVGProps } from "react";
export function PhCompassToolDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 80a32 32 0 1 1-32-32a32 32 0 0 1 32 32" opacity=".2"/><path d="M215.12 123.64a8 8 0 1 0-14.24-7.28a79.6 79.6 0 0 1-33.08 33.5l-16.58-37.32A40 40 0 0 0 136 40.8V24a8 8 0 0 0-16 0v16.8a40 40 0 0 0-15.22 71.74L56.69 220.75a8 8 0 1 0 14.62 6.5l25.14-56.56A95.5 95.5 0 0 0 128 176a99.1 99.1 0 0 0 31.6-5.21l25.09 56.46a8 8 0 0 0 14.62-6.5l-25-56.25a95.8 95.8 0 0 0 40.81-40.86M128 56a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 104a79.5 79.5 0 0 1-25-4l16.42-36.94a39.8 39.8 0 0 0 17.2 0l16.48 37.06A83.2 83.2 0 0 1 128 160"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 80a32 32 0 1 1-32-32a32 32 0 0 1 32 32" opacity=".2"/><path d="M215.12 123.64a8 8 0 1 0-14.24-7.28a79.6 79.6 0 0 1-33.08 33.5l-16.58-37.32A40 40 0 0 0 136 40.8V24a8 8 0 0 0-16 0v16.8a40 40 0 0 0-15.22 71.74L56.69 220.75a8 8 0 1 0 14.62 6.5l25.14-56.56A95.5 95.5 0 0 0 128 176a99.1 99.1 0 0 0 31.6-5.21l25.09 56.46a8 8 0 0 0 14.62-6.5l-25-56.25a95.8 95.8 0 0 0 40.81-40.86M128 56a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 104a79.5 79.5 0 0 1-25-4l16.42-36.94a39.8 39.8 0 0 0 17.2 0l16.48 37.06A83.2 83.2 0 0 1 128 160"/></g></svg> </template>
CSS
.icon-compass-tool-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%2080a32%2032%200%201%201-32-32a32%2032%200%200%201%2032%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M215.12%20123.64a8%208%200%201%200-14.24-7.28a79.6%2079.6%200%200%201-33.08%2033.5l-16.58-37.32A40%2040%200%200%200%20136%2040.8V24a8%208%200%200%200-16%200v16.8a40%2040%200%200%200-15.22%2071.74L56.69%20220.75a8%208%200%201%200%2014.62%206.5l25.14-56.56A95.5%2095.5%200%200%200%20128%20176a99.1%2099.1%200%200%200%2031.6-5.21l25.09%2056.46a8%208%200%200%200%2014.62-6.5l-25-56.25a95.8%2095.8%200%200%200%2040.81-40.86M128%2056a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%20104a79.5%2079.5%200%200%201-25-4l16.42-36.94a39.8%2039.8%200%200%200%2017.2%200l16.48%2037.06A83.2%2083.2%200%200%201%20128%20160%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%2080a32%2032%200%201%201-32-32a32%2032%200%200%201%2032%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M215.12%20123.64a8%208%200%201%200-14.24-7.28a79.6%2079.6%200%200%201-33.08%2033.5l-16.58-37.32A40%2040%200%200%200%20136%2040.8V24a8%208%200%200%200-16%200v16.8a40%2040%200%200%200-15.22%2071.74L56.69%20220.75a8%208%200%201%200%2014.62%206.5l25.14-56.56A95.5%2095.5%200%200%200%20128%20176a99.1%2099.1%200%200%200%2031.6-5.21l25.09%2056.46a8%208%200%200%200%2014.62-6.5l-25-56.25a95.8%2095.8%200%200%200%2040.81-40.86M128%2056a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%20104a79.5%2079.5%200%200%201-25-4l16.42-36.94a39.8%2039.8%200%200%200%2017.2%200l16.48%2037.06A83.2%2083.2%200%200%201%20128%20160%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/compass-tool-duotone.svg?color=%231a73e8&size=48