drafting compass icon
drafting-compass from Line Awesome by Icons8 · Line · Design · Apache-2.0 Free for personal and commercial use.
- Name
- drafting-compass
- Set
- Line Awesome
- Style
- Line
- Category
- Design
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- drafting-compass-solid
The same icon in other sets
More design icons from Line Awesome
Use the drafting compass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v3.156c-1.719.446-3 1.992-3 3.844c0 1.047.426 2 1.094 2.719L9.75 20H6v2h2.813l-2.844 6.188l1.812.843L11.031 22H15v2h2v-2h3.969l3.218 7.031L26 28.22L23.156 22H26v-2h-3.75l-3.344-7.313C19.566 11.977 20 11.043 20 10c0-1.852-1.281-3.398-3-3.844V3zm1 5c1.117 0 2 .883 2 2c0 .582-.234 1.102-.625 1.469l-.031.031l-1 .438L20.03 20H17v-2h-2v2h-3.063l3.688-8l-1-.469l.031-.031A1.98 1.98 0 0 1 14 10c0-1.117.883-2 2-2"/></svg>
React
import type { SVGProps } from "react";
export function LaDraftingCompass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v3.156c-1.719.446-3 1.992-3 3.844c0 1.047.426 2 1.094 2.719L9.75 20H6v2h2.813l-2.844 6.188l1.812.843L11.031 22H15v2h2v-2h3.969l3.218 7.031L26 28.22L23.156 22H26v-2h-3.75l-3.344-7.313C19.566 11.977 20 11.043 20 10c0-1.852-1.281-3.398-3-3.844V3zm1 5c1.117 0 2 .883 2 2c0 .582-.234 1.102-.625 1.469l-.031.031l-1 .438L20.03 20H17v-2h-2v2h-3.063l3.688-8l-1-.469l.031-.031A1.98 1.98 0 0 1 14 10c0-1.117.883-2 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v3.156c-1.719.446-3 1.992-3 3.844c0 1.047.426 2 1.094 2.719L9.75 20H6v2h2.813l-2.844 6.188l1.812.843L11.031 22H15v2h2v-2h3.969l3.218 7.031L26 28.22L23.156 22H26v-2h-3.75l-3.344-7.313C19.566 11.977 20 11.043 20 10c0-1.852-1.281-3.398-3-3.844V3zm1 5c1.117 0 2 .883 2 2c0 .582-.234 1.102-.625 1.469l-.031.031l-1 .438L20.03 20H17v-2h-2v2h-3.063l3.688-8l-1-.469l.031-.031A1.98 1.98 0 0 1 14 10c0-1.117.883-2 2-2"/></svg> </template>
CSS
.icon-drafting-compass {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v3.156c-1.719.446-3%201.992-3%203.844c0%201.047.426%202%201.094%202.719L9.75%2020H6v2h2.813l-2.844%206.188l1.812.843L11.031%2022H15v2h2v-2h3.969l3.218%207.031L26%2028.22L23.156%2022H26v-2h-3.75l-3.344-7.313C19.566%2011.977%2020%2011.043%2020%2010c0-1.852-1.281-3.398-3-3.844V3zm1%205c1.117%200%202%20.883%202%202c0%20.582-.234%201.102-.625%201.469l-.031.031l-1%20.438L20.03%2020H17v-2h-2v2h-3.063l3.688-8l-1-.469l.031-.031A1.98%201.98%200%200%201%2014%2010c0-1.117.883-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v3.156c-1.719.446-3%201.992-3%203.844c0%201.047.426%202%201.094%202.719L9.75%2020H6v2h2.813l-2.844%206.188l1.812.843L11.031%2022H15v2h2v-2h3.969l3.218%207.031L26%2028.22L23.156%2022H26v-2h-3.75l-3.344-7.313C19.566%2011.977%2020%2011.043%2020%2010c0-1.852-1.281-3.398-3-3.844V3zm1%205c1.117%200%202%20.883%202%202c0%20.582-.234%201.102-.625%201.469l-.031.031l-1%20.438L20.03%2020H17v-2h-2v2h-3.063l3.688-8l-1-.469l.031-.031A1.98%201.98%200%200%201%2014%2010c0-1.117.883-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/drafting-compass.svg?color=%231a73e8&size=48