score:1
Here you have one in plain SVG. I don't know if it is useful in your case.
#map {
width: 400px;
height: 400px;
position: relative;
margin: 10px;
border: thin solid black;
}
.point {
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAzMCI+CiAgPGRlZnM+CiAgICA8bWFzayBpZD0ibTEiPgogICAgICA8cGF0aCBkPSJNIDIwLDEwIEMgMjAsMTUgMTAsMzAgMTAsMzAgMTAsMzAgMCwxNSAwLDEwIDAsNSA1LDAgMTAsMCAxNSwwIDIwLDUgMjAsMTAgWiIgZmlsbD0id2hpdGUiIC8+CiAgICAgIDxsaW5lIHgxPSIxMCIgeTE9IjUiIHgyPSIxMCIgeTI9IjE1IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlPSJibGFjayIvPgogICAgICA8bGluZSB4MT0iNSIgeTE9IjEwIiB4Mj0iMTUiIHkyPSIxMCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZT0iYmxhY2siLz4KICAgIDwvbWFzaz4KICA8L2RlZnM+CiAgPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjMwIiBmaWxsPSJncmF5IiBtYXNrPSJ1cmwoI20xKSIvPgo8L3N2Zz4=');
background-repeat: no-repeat;
position: absolute;
width: 20px;
height: 30px;
}
<p>The basic icon:</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 30" width="100" height="150">
<defs>
<mask id="m1">
<path d="M 20,10 C 20,15 10,30 10,30 10,30 0,15 0,10 0,5 5,0 10,0 15,0 20,5 20,10 Z" fill="white" />
<line x1="10" y1="5" x2="10" y2="15" stroke-width="2.5" stroke="black"/>
<line x1="5" y1="10" x2="15" y2="10" stroke-width="2.5" stroke="black"/>
</mask>
</defs>
<rect width="20" height="30" fill="gray" mask="url(#m1)"/>
</svg>
<p>A "map":</p>
<div id="map">
<span class="point" style="left:100px;top:50px"></span>
<span class="point" style="left:200px;top:100px"></span>
</div>
Source: stackoverflow.com
Related Query
- Custom SVG Symbol for location for highcharts
- HighCharts Custom SVG Marker Symbol
- Highcharts Custom SVG Marker Symbol is Shaped Different in Legend
- Highcharts custom legend SVG symbol does not fade when you click to turn off series
- Custom SVG symbol using HighCharts in Angular
- Adding thousands separator for custom formatted highcharts tooltip
- Highcharts - How to set custom colors for the series
- Highcharts Custom tooltips for multiple series
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts legend symbol sizes for scatter charts
- Custom Highcharts legend symbol
- Custom Marker (Rectangle with rounded corner) for highcharts scatter graph
- Set custom legend item symbol (or icon) in HIghcharts
- Highcharts custom symbol
- Show special symbol for each series in category in highcharts
- Highcharts custom symbol legend
- How to Change marker symbol and dataLabel with custom style in Highcharts
- Highcharts - Custom format for dateTimeLabelFormats (1st hour, 2nd hour....)
- Highcharts display label for pie chart using html table as data source
- Simple, Open source PHP wrapper for Highcharts library
- HIGHCHARTS auto-rotate x-axis labels for custom positioned labels
- HTML table as data source for highstock charts using highcharts
- Including source for Alchemy js breaks Highcharts js
- Percentage for left style of a custom label in highcharts
- Define a Global Custom Formatter for Highcharts
- Dynamically Take input from text-areas in a jquery ui custom pop up box for Tooltip in highcharts
- Highcharts SVG Export from Python Server Side Code
- Is HighCharts custom marker symbol shape modifiable?
- Set (Sigma) Symbol as custom button text in Highcharts
- Highcharts : Two marker symbol for the same point
More Query from same tag
- Highcharts are not redraw
- Is it possible to have synchronized charts with error lines?
- Highcharts drilldown treemap legend
- Highcharts - Grouped Scatter? (relative to Grouped Column)
- How to disable the circle that appears in Highcharts without data?
- How can i force Highcharts to use same symbols in Legend and Series?
- Highcharts Windbarb with ajax data loading
- Highcharts Areaspline - Highlight a column on hover effect
- How to connect to end points in two linked series in HighCharts
- When using canvg to convert Highchart SVG into PNG, all text appears twice - how to solve?
- Why heatmap is on top scatter when using boost.js?
- Adding Classname to series data in angular highcharts
- Highcharts spider chart with radial gradient fill not centered
- Highcharts: Remove shadow from center of donut chart
- Highcharts hiding series and keeping tooltip
- Upgrading to v3.0
- How to make multiple Y-axis with incoming series of data from database using Highcharts
- Highstock Chart - I want the chart to start at position 0% (beginning) on the x-axis
- JavaFX StackedBarChart automatically reuse the same color on different series: how to avoid it?
- How to query data from database using highcharts in Codeigniter?
- Why won't the legend in my highchart show values?
- how to reduce padding when embedding highcharts?
- How do i enable scrollbar in highcharts in react
- Set specific spacing between rows and columns in Highcharts heatmaps
- Show tooltip programmatically in StockChart for multiples series (highchart)
- Bootstrap - Highcharts not showing
- HighCharts (HighMaps) - Function to resize
- Highcharts Polar Stacked Column chart - Legend is cut off
- Highcharts.js - placing text into the center of donut
- hide zoom text on rangeSelector