compass drafting icon
compass-drafting from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- compass-drafting
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
Use the compass drafting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M352 96c0 14.3-3.1 27.9-8.8 40.2l52.8 91.2c-23.7 25.3-54.2 44.1-88.5 53.6L256 192l-68 117.5c21.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 45c-52.9 65.8-134 108-225 108c-35.4 0-69.4-6.4-100.7-18.1l-56.6 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-.7S0 501.5 0 496v-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7c-12.8-11.2-24.7-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.1l69.4-119.9C163.2 124 160 110.4 160 96c0-53 43-96 96-96s96 43 96 96m21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 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.9zM256 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCompassDrafting(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M352 96c0 14.3-3.1 27.9-8.8 40.2l52.8 91.2c-23.7 25.3-54.2 44.1-88.5 53.6L256 192l-68 117.5c21.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 45c-52.9 65.8-134 108-225 108c-35.4 0-69.4-6.4-100.7-18.1l-56.6 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-.7S0 501.5 0 496v-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7c-12.8-11.2-24.7-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.1l69.4-119.9C163.2 124 160 110.4 160 96c0-53 43-96 96-96s96 43 96 96m21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 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.9zM256 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M352 96c0 14.3-3.1 27.9-8.8 40.2l52.8 91.2c-23.7 25.3-54.2 44.1-88.5 53.6L256 192l-68 117.5c21.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 45c-52.9 65.8-134 108-225 108c-35.4 0-69.4-6.4-100.7-18.1l-56.6 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-.7S0 501.5 0 496v-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7c-12.8-11.2-24.7-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.1l69.4-119.9C163.2 124 160 110.4 160 96c0-53 43-96 96-96s96 43 96 96m21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 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.9zM256 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2096c0%2014.3-3.1%2027.9-8.8%2040.2l52.8%2091.2c-23.7%2025.3-54.2%2044.1-88.5%2053.6L256%20192l-68%20117.5c21.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%2045c-52.9%2065.8-134%20108-225%20108c-35.4%200-69.4-6.4-100.7-18.1l-56.6%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-.7S0%20501.5%200%20496v-55.4c0-8.4%202.2-16.7%206.5-24.1l60-103.7c-12.8-11.2-24.7-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.1l69.4-119.9C163.2%20124%20160%20110.4%20160%2096c0-53%2043-96%2096-96s96%2043%2096%2096m21%20297.9c32.6-12.8%2062.5-30.8%2088.9-52.9l43.7%2075.5c4.2%207.3%206.5%2015.6%206.5%2024.1V496c0%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.9zM256%20128a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2096c0%2014.3-3.1%2027.9-8.8%2040.2l52.8%2091.2c-23.7%2025.3-54.2%2044.1-88.5%2053.6L256%20192l-68%20117.5c21.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%2045c-52.9%2065.8-134%20108-225%20108c-35.4%200-69.4-6.4-100.7-18.1l-56.6%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-.7S0%20501.5%200%20496v-55.4c0-8.4%202.2-16.7%206.5-24.1l60-103.7c-12.8-11.2-24.7-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.1l69.4-119.9C163.2%20124%20160%20110.4%20160%2096c0-53%2043-96%2096-96s96%2043%2096%2096m21%20297.9c32.6-12.8%2062.5-30.8%2088.9-52.9l43.7%2075.5c4.2%207.3%206.5%2015.6%206.5%2024.1V496c0%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.9zM256%20128a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/compass-drafting.svg?color=%231a73e8&size=48