compass drafting icon
compass-drafting from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- compass-drafting
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the compass drafting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m163.3 320.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96c0 14.3-3.1 27.9-8.8 40.2l44.4 76.7c-23.1 26-53.7 45.1-88.4 53.8L320 255.9l-68.1 117.6c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C492.2 405.8 411 448 320.1 448c-35.4 0-69.4-6.4-100.7-18.1l-56.7 97.8c-4.7 8.1-11.7 14.7-20.1 18.9l-55.4 27.7c-5 2.5-10.9 2.2-15.6-.7S64 565.5 64 560v-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7c-12.8-11.2-24.6-23.5-35.3-36.8c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1zm281.8 151.8c32.5-13 62.4-31 88.9-52.9l35.6 61.5c4.2 7.3 6.5 15.6 6.5 24.1V560c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6.7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9zM320 192c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCompassDrafting(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m163.3 320.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96c0 14.3-3.1 27.9-8.8 40.2l44.4 76.7c-23.1 26-53.7 45.1-88.4 53.8L320 255.9l-68.1 117.6c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C492.2 405.8 411 448 320.1 448c-35.4 0-69.4-6.4-100.7-18.1l-56.7 97.8c-4.7 8.1-11.7 14.7-20.1 18.9l-55.4 27.7c-5 2.5-10.9 2.2-15.6-.7S64 565.5 64 560v-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7c-12.8-11.2-24.6-23.5-35.3-36.8c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1zm281.8 151.8c32.5-13 62.4-31 88.9-52.9l35.6 61.5c4.2 7.3 6.5 15.6 6.5 24.1V560c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6.7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9zM320 192c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m163.3 320.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96c0 14.3-3.1 27.9-8.8 40.2l44.4 76.7c-23.1 26-53.7 45.1-88.4 53.8L320 255.9l-68.1 117.6c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C492.2 405.8 411 448 320.1 448c-35.4 0-69.4-6.4-100.7-18.1l-56.7 97.8c-4.7 8.1-11.7 14.7-20.1 18.9l-55.4 27.7c-5 2.5-10.9 2.2-15.6-.7S64 565.5 64 560v-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7c-12.8-11.2-24.6-23.5-35.3-36.8c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1zm281.8 151.8c32.5-13 62.4-31 88.9-52.9l35.6 61.5c4.2 7.3 6.5 15.6 6.5 24.1V560c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6.7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9zM320 192c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg> </template>
CSS
.icon-compass-drafting {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m163.3%20320.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53%2043-96%2096-96s96%2043%2096%2096c0%2014.3-3.1%2027.9-8.8%2040.2l44.4%2076.7c-23.1%2026-53.7%2045.1-88.4%2053.8L320%20255.9l-68.1%20117.6c21.5%206.8%2044.3%2010.5%2068.1%2010.5c70.7%200%20133.8-32.7%20174.9-84c11.1-13.8%2031.2-16%2045-5s16%2031.2%205%2045C492.2%20405.8%20411%20448%20320.1%20448c-35.4%200-69.4-6.4-100.7-18.1l-56.7%2097.8c-4.7%208.1-11.7%2014.7-20.1%2018.9l-55.4%2027.7c-5%202.5-10.9%202.2-15.6-.7S64%20565.5%2064%20560v-55.4c0-8.4%202.2-16.7%206.5-24.1l60-103.7c-12.8-11.2-24.6-23.5-35.3-36.8c-11.1-13.8-8.8-33.9%205-45s33.9-8.8%2045%205c5.7%207.1%2011.8%2013.8%2018.2%2020.1zm281.8%20151.8c32.5-13%2062.4-31%2088.9-52.9l35.6%2061.5c4.2%207.3%206.5%2015.6%206.5%2024.1V560c0%205.5-2.9%2010.7-7.6%2013.6s-10.6%203.2-15.6.7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9zM320%20192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m163.3%20320.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53%2043-96%2096-96s96%2043%2096%2096c0%2014.3-3.1%2027.9-8.8%2040.2l44.4%2076.7c-23.1%2026-53.7%2045.1-88.4%2053.8L320%20255.9l-68.1%20117.6c21.5%206.8%2044.3%2010.5%2068.1%2010.5c70.7%200%20133.8-32.7%20174.9-84c11.1-13.8%2031.2-16%2045-5s16%2031.2%205%2045C492.2%20405.8%20411%20448%20320.1%20448c-35.4%200-69.4-6.4-100.7-18.1l-56.7%2097.8c-4.7%208.1-11.7%2014.7-20.1%2018.9l-55.4%2027.7c-5%202.5-10.9%202.2-15.6-.7S64%20565.5%2064%20560v-55.4c0-8.4%202.2-16.7%206.5-24.1l60-103.7c-12.8-11.2-24.6-23.5-35.3-36.8c-11.1-13.8-8.8-33.9%205-45s33.9-8.8%2045%205c5.7%207.1%2011.8%2013.8%2018.2%2020.1zm281.8%20151.8c32.5-13%2062.4-31%2088.9-52.9l35.6%2061.5c4.2%207.3%206.5%2015.6%206.5%2024.1V560c0%205.5-2.9%2010.7-7.6%2013.6s-10.6%203.2-15.6.7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9zM320%20192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/compass-drafting.svg?color=%231a73e8&size=48