map point school icon

map-point-school-line-duotone from Solar by 480 Design · Line Duotone · Map · CC-BY-4.0 Attribution required.

Name
map-point-school-line-duotone
Set
Solar
Style
Line Duotone
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More map icons from Solar

Use the map point school icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C6.55332 19.8124 4 14.6055 4 10.1433Z" opacity=".5"/><path d="M11.224 6.63627C11.7213 6.45458 12.2787 6.45458 12.776 6.63627L15.1179 7.49181C15.6274 7.67791 15.6274 8.3221 15.1179 8.5082L12.776 9.36373C12.2787 9.54542 11.7213 9.54542 11.224 9.36373L8.88206 8.50819C8.37265 8.32209 8.37265 7.6779 8.88206 7.4918L11.224 6.63627Z"/><path stroke-linecap="round" d="M14.5 9V11.7002C14.5 12.0891 14.2746 12.4439 13.9097 12.5785C13.3965 12.7679 12.6375 13 12 13C11.3625 13 10.6035 12.7679 10.0903 12.5785C9.72542 12.4439 9.5 12.0891 9.5 11.7002V9"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMapPointSchoolLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C6.55332 19.8124 4 14.6055 4 10.1433Z" opacity=".5"/><path d="M11.224 6.63627C11.7213 6.45458 12.2787 6.45458 12.776 6.63627L15.1179 7.49181C15.6274 7.67791 15.6274 8.3221 15.1179 8.5082L12.776 9.36373C12.2787 9.54542 11.7213 9.54542 11.224 9.36373L8.88206 8.50819C8.37265 8.32209 8.37265 7.6779 8.88206 7.4918L11.224 6.63627Z"/><path strokeLinecap="round" d="M14.5 9V11.7002C14.5 12.0891 14.2746 12.4439 13.9097 12.5785C13.3965 12.7679 12.6375 13 12 13C11.3625 13 10.6035 12.7679 10.0903 12.5785C9.72542 12.4439 9.5 12.0891 9.5 11.7002V9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C6.55332 19.8124 4 14.6055 4 10.1433Z" opacity=".5"/><path d="M11.224 6.63627C11.7213 6.45458 12.2787 6.45458 12.776 6.63627L15.1179 7.49181C15.6274 7.67791 15.6274 8.3221 15.1179 8.5082L12.776 9.36373C12.2787 9.54542 11.7213 9.54542 11.224 9.36373L8.88206 8.50819C8.37265 8.32209 8.37265 7.6779 8.88206 7.4918L11.224 6.63627Z"/><path stroke-linecap="round" d="M14.5 9V11.7002C14.5 12.0891 14.2746 12.4439 13.9097 12.5785C13.3965 12.7679 12.6375 13 12 13C11.3625 13 10.6035 12.7679 10.0903 12.5785C9.72542 12.4439 9.5 12.0891 9.5 11.7002V9"/></g></svg>
</template>

CSS

.icon-map-point-school-line-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2010.1433C4%205.64588%207.58172%202%2012%202C16.4183%202%2020%205.64588%2020%2010.1433C20%2014.6055%2017.4467%2019.8124%2013.4629%2021.6744C12.5343%2022.1085%2011.4657%2022.1085%2010.5371%2021.6744C6.55332%2019.8124%204%2014.6055%204%2010.1433Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.224%206.63627C11.7213%206.45458%2012.2787%206.45458%2012.776%206.63627L15.1179%207.49181C15.6274%207.67791%2015.6274%208.3221%2015.1179%208.5082L12.776%209.36373C12.2787%209.54542%2011.7213%209.54542%2011.224%209.36373L8.88206%208.50819C8.37265%208.32209%208.37265%207.6779%208.88206%207.4918L11.224%206.63627Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%209V11.7002C14.5%2012.0891%2014.2746%2012.4439%2013.9097%2012.5785C13.3965%2012.7679%2012.6375%2013%2012%2013C11.3625%2013%2010.6035%2012.7679%2010.0903%2012.5785C9.72542%2012.4439%209.5%2012.0891%209.5%2011.7002V9%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2010.1433C4%205.64588%207.58172%202%2012%202C16.4183%202%2020%205.64588%2020%2010.1433C20%2014.6055%2017.4467%2019.8124%2013.4629%2021.6744C12.5343%2022.1085%2011.4657%2022.1085%2010.5371%2021.6744C6.55332%2019.8124%204%2014.6055%204%2010.1433Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.224%206.63627C11.7213%206.45458%2012.2787%206.45458%2012.776%206.63627L15.1179%207.49181C15.6274%207.67791%2015.6274%208.3221%2015.1179%208.5082L12.776%209.36373C12.2787%209.54542%2011.7213%209.54542%2011.224%209.36373L8.88206%208.50819C8.37265%208.32209%208.37265%207.6779%208.88206%207.4918L11.224%206.63627Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%209V11.7002C14.5%2012.0891%2014.2746%2012.4439%2013.9097%2012.5785C13.3965%2012.7679%2012.6375%2013%2012%2013C11.3625%2013%2010.6035%2012.7679%2010.0903%2012.5785C9.72542%2012.4439%209.5%2012.0891%209.5%2011.7002V9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/map-point-school-line-duotone.svg?color=%231a73e8&size=48