draw compass icon
draw-compass-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- draw-compass-filled
- Set
- Reicon
- Style
- Filled
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More tools icons from Reicon
Use the draw compass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.336 14.057l-2.943-5.414c.579-.6.94-1.412.94-2.31A3.32 3.32 0 0 0 13 3.171V2a1 1 0 0 0-2 0v1.17c-1.348.43-2.333 1.678-2.333 3.164c0 .898.36 1.711.94 2.311L2.788 21.189a1 1 0 1 0 1.757.955l6.816-12.541c.207.04.42.064.639.064q.327-.002.637-.064l2.942 5.41a1.001 1.001 0 0 0 1.757-.956"/><path d="M12 16.667c-2.8 0-5.421-1.102-7.381-3.103a1 1 0 0 1 1.429-1.4a8.27 8.27 0 0 0 5.953 2.501a8.28 8.28 0 0 0 5.954-2.501a1 1 0 1 1 1.429 1.4c-1.96 2-4.584 3.103-7.384 3.103"/><path fill-rule="evenodd" d="M17.893 17.175a1 1 0 0 1 1.356.401l1.963 3.613a1 1 0 1 1-1.757.955l-1.963-3.613a1 1 0 0 1 .4-1.356" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDrawCompassFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.336 14.057l-2.943-5.414c.579-.6.94-1.412.94-2.31A3.32 3.32 0 0 0 13 3.171V2a1 1 0 0 0-2 0v1.17c-1.348.43-2.333 1.678-2.333 3.164c0 .898.36 1.711.94 2.311L2.788 21.189a1 1 0 1 0 1.757.955l6.816-12.541c.207.04.42.064.639.064q.327-.002.637-.064l2.942 5.41a1.001 1.001 0 0 0 1.757-.956"/><path d="M12 16.667c-2.8 0-5.421-1.102-7.381-3.103a1 1 0 0 1 1.429-1.4a8.27 8.27 0 0 0 5.953 2.501a8.28 8.28 0 0 0 5.954-2.501a1 1 0 1 1 1.429 1.4c-1.96 2-4.584 3.103-7.384 3.103"/><path fillRule="evenodd" d="M17.893 17.175a1 1 0 0 1 1.356.401l1.963 3.613a1 1 0 1 1-1.757.955l-1.963-3.613a1 1 0 0 1 .4-1.356" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.336 14.057l-2.943-5.414c.579-.6.94-1.412.94-2.31A3.32 3.32 0 0 0 13 3.171V2a1 1 0 0 0-2 0v1.17c-1.348.43-2.333 1.678-2.333 3.164c0 .898.36 1.711.94 2.311L2.788 21.189a1 1 0 1 0 1.757.955l6.816-12.541c.207.04.42.064.639.064q.327-.002.637-.064l2.942 5.41a1.001 1.001 0 0 0 1.757-.956"/><path d="M12 16.667c-2.8 0-5.421-1.102-7.381-3.103a1 1 0 0 1 1.429-1.4a8.27 8.27 0 0 0 5.953 2.501a8.28 8.28 0 0 0 5.954-2.501a1 1 0 1 1 1.429 1.4c-1.96 2-4.584 3.103-7.384 3.103"/><path fill-rule="evenodd" d="M17.893 17.175a1 1 0 0 1 1.356.401l1.963 3.613a1 1 0 1 1-1.757.955l-1.963-3.613a1 1 0 0 1 .4-1.356" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-draw-compass-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m17.336%2014.057l-2.943-5.414c.579-.6.94-1.412.94-2.31A3.32%203.32%200%200%200%2013%203.171V2a1%201%200%200%200-2%200v1.17c-1.348.43-2.333%201.678-2.333%203.164c0%20.898.36%201.711.94%202.311L2.788%2021.189a1%201%200%201%200%201.757.955l6.816-12.541c.207.04.42.064.639.064q.327-.002.637-.064l2.942%205.41a1.001%201.001%200%200%200%201.757-.956%22%2F%3E%3Cpath%20d%3D%22M12%2016.667c-2.8%200-5.421-1.102-7.381-3.103a1%201%200%200%201%201.429-1.4a8.27%208.27%200%200%200%205.953%202.501a8.28%208.28%200%200%200%205.954-2.501a1%201%200%201%201%201.429%201.4c-1.96%202-4.584%203.103-7.384%203.103%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.893%2017.175a1%201%200%200%201%201.356.401l1.963%203.613a1%201%200%201%201-1.757.955l-1.963-3.613a1%201%200%200%201%20.4-1.356%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m17.336%2014.057l-2.943-5.414c.579-.6.94-1.412.94-2.31A3.32%203.32%200%200%200%2013%203.171V2a1%201%200%200%200-2%200v1.17c-1.348.43-2.333%201.678-2.333%203.164c0%20.898.36%201.711.94%202.311L2.788%2021.189a1%201%200%201%200%201.757.955l6.816-12.541c.207.04.42.064.639.064q.327-.002.637-.064l2.942%205.41a1.001%201.001%200%200%200%201.757-.956%22%2F%3E%3Cpath%20d%3D%22M12%2016.667c-2.8%200-5.421-1.102-7.381-3.103a1%201%200%200%201%201.429-1.4a8.27%208.27%200%200%200%205.953%202.501a8.28%208.28%200%200%200%205.954-2.501a1%201%200%201%201%201.429%201.4c-1.96%202-4.584%203.103-7.384%203.103%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.893%2017.175a1%201%200%200%201%201.356.401l1.963%203.613a1%201%200%201%201-1.757.955l-1.963-3.613a1%201%200%200%201%20.4-1.356%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/draw-compass-filled.svg?color=%231a73e8&size=48