compass true north icon
compass-true-north-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- compass-true-north-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the compass true north icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-.001 1.5c.388 0 .777.218.938.653l.899 2.437l.055.127c.14.341.272.698.379 1.045l.01.026a3.5 3.5 0 0 1 .203.938q.016.142.017.274q-.001.13-.017.271c-.024.32-.09.638-.204.944l-.015.039c-.106.341-.235.693-.373 1.03l-.041.095l-.913 2.47c-.323.87-1.555.87-1.876 0l-.934-2.525l-.018-.04a13 13 0 0 1-.356-.97l-.036-.1a3.5 3.5 0 0 1 0-2.426l.031-.087c.093-.296.207-.599.325-.892l.983-2.656a.98.98 0 0 1 .937-.653zm1.4 6.14c-.16.105-.34.189-.538.243a3.3 3.3 0 0 1-1.723 0a1.9 1.9 0 0 1-.537-.24q.04.159.094.334l.367.992c.3.721.66 1.448.938 1.981c.271-.52.619-1.225.914-1.928l.403-1.09q.047-.154.082-.292M10 6.049a26 26 0 0 0-.932 1.966l-.296.797A.896.896 0 0 0 9.4 9.92a2.3 2.3 0 0 0 1.198-.001a.89.89 0 0 0 .598-1.164l-.319-.863A27 27 0 0 0 10 6.049"/></svg>
React
import type { SVGProps } from "react";
export function FluentCompassTrueNorth20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-.001 1.5c.388 0 .777.218.938.653l.899 2.437l.055.127c.14.341.272.698.379 1.045l.01.026a3.5 3.5 0 0 1 .203.938q.016.142.017.274q-.001.13-.017.271c-.024.32-.09.638-.204.944l-.015.039c-.106.341-.235.693-.373 1.03l-.041.095l-.913 2.47c-.323.87-1.555.87-1.876 0l-.934-2.525l-.018-.04a13 13 0 0 1-.356-.97l-.036-.1a3.5 3.5 0 0 1 0-2.426l.031-.087c.093-.296.207-.599.325-.892l.983-2.656a.98.98 0 0 1 .937-.653zm1.4 6.14c-.16.105-.34.189-.538.243a3.3 3.3 0 0 1-1.723 0a1.9 1.9 0 0 1-.537-.24q.04.159.094.334l.367.992c.3.721.66 1.448.938 1.981c.271-.52.619-1.225.914-1.928l.403-1.09q.047-.154.082-.292M10 6.049a26 26 0 0 0-.932 1.966l-.296.797A.896.896 0 0 0 9.4 9.92a2.3 2.3 0 0 0 1.198-.001a.89.89 0 0 0 .598-1.164l-.319-.863A27 27 0 0 0 10 6.049"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-.001 1.5c.388 0 .777.218.938.653l.899 2.437l.055.127c.14.341.272.698.379 1.045l.01.026a3.5 3.5 0 0 1 .203.938q.016.142.017.274q-.001.13-.017.271c-.024.32-.09.638-.204.944l-.015.039c-.106.341-.235.693-.373 1.03l-.041.095l-.913 2.47c-.323.87-1.555.87-1.876 0l-.934-2.525l-.018-.04a13 13 0 0 1-.356-.97l-.036-.1a3.5 3.5 0 0 1 0-2.426l.031-.087c.093-.296.207-.599.325-.892l.983-2.656a.98.98 0 0 1 .937-.653zm1.4 6.14c-.16.105-.34.189-.538.243a3.3 3.3 0 0 1-1.723 0a1.9 1.9 0 0 1-.537-.24q.04.159.094.334l.367.992c.3.721.66 1.448.938 1.981c.271-.52.619-1.225.914-1.928l.403-1.09q.047-.154.082-.292M10 6.049a26 26 0 0 0-.932 1.966l-.296.797A.896.896 0 0 0 9.4 9.92a2.3 2.3 0 0 0 1.198-.001a.89.89 0 0 0 .598-1.164l-.319-.863A27 27 0 0 0 10 6.049"/></svg> </template>
CSS
.icon-compass-true-north-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m0%201a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-.001%201.5c.388%200%20.777.218.938.653l.899%202.437l.055.127c.14.341.272.698.379%201.045l.01.026a3.5%203.5%200%200%201%20.203.938q.016.142.017.274q-.001.13-.017.271c-.024.32-.09.638-.204.944l-.015.039c-.106.341-.235.693-.373%201.03l-.041.095l-.913%202.47c-.323.87-1.555.87-1.876%200l-.934-2.525l-.018-.04a13%2013%200%200%201-.356-.97l-.036-.1a3.5%203.5%200%200%201%200-2.426l.031-.087c.093-.296.207-.599.325-.892l.983-2.656a.98.98%200%200%201%20.937-.653zm1.4%206.14c-.16.105-.34.189-.538.243a3.3%203.3%200%200%201-1.723%200a1.9%201.9%200%200%201-.537-.24q.04.159.094.334l.367.992c.3.721.66%201.448.938%201.981c.271-.52.619-1.225.914-1.928l.403-1.09q.047-.154.082-.292M10%206.049a26%2026%200%200%200-.932%201.966l-.296.797A.896.896%200%200%200%209.4%209.92a2.3%202.3%200%200%200%201.198-.001a.89.89%200%200%200%20.598-1.164l-.319-.863A27%2027%200%200%200%2010%206.049%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m0%201a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-.001%201.5c.388%200%20.777.218.938.653l.899%202.437l.055.127c.14.341.272.698.379%201.045l.01.026a3.5%203.5%200%200%201%20.203.938q.016.142.017.274q-.001.13-.017.271c-.024.32-.09.638-.204.944l-.015.039c-.106.341-.235.693-.373%201.03l-.041.095l-.913%202.47c-.323.87-1.555.87-1.876%200l-.934-2.525l-.018-.04a13%2013%200%200%201-.356-.97l-.036-.1a3.5%203.5%200%200%201%200-2.426l.031-.087c.093-.296.207-.599.325-.892l.983-2.656a.98.98%200%200%201%20.937-.653zm1.4%206.14c-.16.105-.34.189-.538.243a3.3%203.3%200%200%201-1.723%200a1.9%201.9%200%200%201-.537-.24q.04.159.094.334l.367.992c.3.721.66%201.448.938%201.981c.271-.52.619-1.225.914-1.928l.403-1.09q.047-.154.082-.292M10%206.049a26%2026%200%200%200-.932%201.966l-.296.797A.896.896%200%200%200%209.4%209.92a2.3%202.3%200%200%200%201.198-.001a.89.89%200%200%200%20.598-1.164l-.319-.863A27%2027%200%200%200%2010%206.049%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/compass-true-north-20-regular.svg?color=%231a73e8&size=48