location north line icon
location-north-line-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- location-north-line-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the location north line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.683 13.932c1.096 0 1.85-.777 1.85-1.988v-9.98c0-1.21-.754-1.964-1.85-1.964c-1.073 0-1.827.754-1.827 1.964v9.98c0 1.211.754 1.987 1.827 1.987M14.825 56c1.096 0 2.192-.617 3.083-1.462l9.158-8.678c.274-.252.434-.366.617-.366s.366.114.617.366l9.158 8.678c.913.845 2.01 1.462 3.083 1.462c1.576 0 2.74-1.439 2.74-2.969c0-.914-.365-1.919-.844-3.197L30.835 19.892c-.777-1.987-1.827-2.832-3.152-2.832c-1.302 0-2.375.845-3.152 2.832L12.952 49.834c-.502 1.278-.868 2.283-.868 3.197c0 1.53 1.188 2.969 2.741 2.969"/></svg>
React
import type { SVGProps } from "react";
export function F7LocationNorthLineFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.683 13.932c1.096 0 1.85-.777 1.85-1.988v-9.98c0-1.21-.754-1.964-1.85-1.964c-1.073 0-1.827.754-1.827 1.964v9.98c0 1.211.754 1.987 1.827 1.987M14.825 56c1.096 0 2.192-.617 3.083-1.462l9.158-8.678c.274-.252.434-.366.617-.366s.366.114.617.366l9.158 8.678c.913.845 2.01 1.462 3.083 1.462c1.576 0 2.74-1.439 2.74-2.969c0-.914-.365-1.919-.844-3.197L30.835 19.892c-.777-1.987-1.827-2.832-3.152-2.832c-1.302 0-2.375.845-3.152 2.832L12.952 49.834c-.502 1.278-.868 2.283-.868 3.197c0 1.53 1.188 2.969 2.741 2.969"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.683 13.932c1.096 0 1.85-.777 1.85-1.988v-9.98c0-1.21-.754-1.964-1.85-1.964c-1.073 0-1.827.754-1.827 1.964v9.98c0 1.211.754 1.987 1.827 1.987M14.825 56c1.096 0 2.192-.617 3.083-1.462l9.158-8.678c.274-.252.434-.366.617-.366s.366.114.617.366l9.158 8.678c.913.845 2.01 1.462 3.083 1.462c1.576 0 2.74-1.439 2.74-2.969c0-.914-.365-1.919-.844-3.197L30.835 19.892c-.777-1.987-1.827-2.832-3.152-2.832c-1.302 0-2.375.845-3.152 2.832L12.952 49.834c-.502 1.278-.868 2.283-.868 3.197c0 1.53 1.188 2.969 2.741 2.969"/></svg> </template>
CSS
.icon-location-north-line-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.683%2013.932c1.096%200%201.85-.777%201.85-1.988v-9.98c0-1.21-.754-1.964-1.85-1.964c-1.073%200-1.827.754-1.827%201.964v9.98c0%201.211.754%201.987%201.827%201.987M14.825%2056c1.096%200%202.192-.617%203.083-1.462l9.158-8.678c.274-.252.434-.366.617-.366s.366.114.617.366l9.158%208.678c.913.845%202.01%201.462%203.083%201.462c1.576%200%202.74-1.439%202.74-2.969c0-.914-.365-1.919-.844-3.197L30.835%2019.892c-.777-1.987-1.827-2.832-3.152-2.832c-1.302%200-2.375.845-3.152%202.832L12.952%2049.834c-.502%201.278-.868%202.283-.868%203.197c0%201.53%201.188%202.969%202.741%202.969%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.683%2013.932c1.096%200%201.85-.777%201.85-1.988v-9.98c0-1.21-.754-1.964-1.85-1.964c-1.073%200-1.827.754-1.827%201.964v9.98c0%201.211.754%201.987%201.827%201.987M14.825%2056c1.096%200%202.192-.617%203.083-1.462l9.158-8.678c.274-.252.434-.366.617-.366s.366.114.617.366l9.158%208.678c.913.845%202.01%201.462%203.083%201.462c1.576%200%202.74-1.439%202.74-2.969c0-.914-.365-1.919-.844-3.197L30.835%2019.892c-.777-1.987-1.827-2.832-3.152-2.832c-1.302%200-2.375.845-3.152%202.832L12.952%2049.834c-.502%201.278-.868%202.283-.868%203.197c0%201.53%201.188%202.969%202.741%202.969%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/location-north-line-fill.svg?color=%231a73e8&size=48