compass tool icon
compass-tool-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- compass-tool-fill
- Set
- Phosphor
- Style
- Fill
- 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"><path fill="currentColor" d="M215.12 123.64a8 8 0 1 0-14.24-7.28a79.6 79.6 0 0 1-33.08 33.5l-18.24-41.05A36 36 0 0 0 136 44.91V24a8 8 0 0 0-16 0v20.91a36 36 0 0 0-13.56 63.9L56.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 160a79.5 79.5 0 0 1-25-4l18.08-40.68a35.8 35.8 0 0 0 13.88 0l18.14 40.8A83.2 83.2 0 0 1 128 160"/></svg>
React
import type { SVGProps } from "react";
export function PhCompassToolFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.12 123.64a8 8 0 1 0-14.24-7.28a79.6 79.6 0 0 1-33.08 33.5l-18.24-41.05A36 36 0 0 0 136 44.91V24a8 8 0 0 0-16 0v20.91a36 36 0 0 0-13.56 63.9L56.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 160a79.5 79.5 0 0 1-25-4l18.08-40.68a35.8 35.8 0 0 0 13.88 0l18.14 40.8A83.2 83.2 0 0 1 128 160"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.12 123.64a8 8 0 1 0-14.24-7.28a79.6 79.6 0 0 1-33.08 33.5l-18.24-41.05A36 36 0 0 0 136 44.91V24a8 8 0 0 0-16 0v20.91a36 36 0 0 0-13.56 63.9L56.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 160a79.5 79.5 0 0 1-25-4l18.08-40.68a35.8 35.8 0 0 0 13.88 0l18.14 40.8A83.2 83.2 0 0 1 128 160"/></svg> </template>
CSS
.icon-compass-tool-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M215.12%20123.64a8%208%200%201%200-14.24-7.28a79.6%2079.6%200%200%201-33.08%2033.5l-18.24-41.05A36%2036%200%200%200%20136%2044.91V24a8%208%200%200%200-16%200v20.91a36%2036%200%200%200-13.56%2063.9L56.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%20160a79.5%2079.5%200%200%201-25-4l18.08-40.68a35.8%2035.8%200%200%200%2013.88%200l18.14%2040.8A83.2%2083.2%200%200%201%20128%20160%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M215.12%20123.64a8%208%200%201%200-14.24-7.28a79.6%2079.6%200%200%201-33.08%2033.5l-18.24-41.05A36%2036%200%200%200%20136%2044.91V24a8%208%200%200%200-16%200v20.91a36%2036%200%200%200-13.56%2063.9L56.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%20160a79.5%2079.5%200%200%201-25-4l18.08-40.68a35.8%2035.8%200%200%200%2013.88%200l18.14%2040.8A83.2%2083.2%200%200%201%20128%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/compass-tool-fill.svg?color=%231a73e8&size=48