station icon
station from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- station
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M6.922 15.152A6 6 0 0 1 4 10a6 6 0 0 1 3.022-5.21a.2.2 0 0 1 .101-.03a1 1 0 0 1 1.325.946a1 1 0 0 1-.577.907A4 4 0 0 0 6 10c0 1.48.804 2.773 2 3.465v.001a1 1 0 0 1-.989 1.735l-.032-.016l-.011-.007zm6.245-.055a1 1 0 1 1-1.091-1.668a.1.1 0 0 1 .023-.023A4 4 0 0 0 14 10c0-1.48-.804-2.773-2-3.465v-.002a1 1 0 0 1 1.088-1.678A6 6 0 0 1 16 10a6 6 0 0 1-2.833 5.097M10 12a2 2 0 1 1 0-4a2 2 0 0 1 0 4m2.759 7.608a1 1 0 0 1-.412-1.958a8.004 8.004 0 0 0-.053-15.316a.1.1 0 0 1-.03-.016A1 1 0 1 1 12.941.44C17.03 1.696 20 5.5 20 10c0 4.547-3.034 8.384-7.188 9.6a.2.2 0 0 1-.053.008m-5.613-.021C3.014 18.359 0 14.53 0 10C0 5.479 3 1.658 7.12.421a1 1 0 0 1 .1-.03L7.228.39a1 1 0 0 1 .224-.025a1 1 0 0 1 .27 1.965a8.004 8.004 0 0 0 .013 15.347a1 1 0 1 1-.589 1.91"/></svg>
React
import type { SVGProps } from "react";
export function JamStation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M6.922 15.152A6 6 0 0 1 4 10a6 6 0 0 1 3.022-5.21a.2.2 0 0 1 .101-.03a1 1 0 0 1 1.325.946a1 1 0 0 1-.577.907A4 4 0 0 0 6 10c0 1.48.804 2.773 2 3.465v.001a1 1 0 0 1-.989 1.735l-.032-.016l-.011-.007zm6.245-.055a1 1 0 1 1-1.091-1.668a.1.1 0 0 1 .023-.023A4 4 0 0 0 14 10c0-1.48-.804-2.773-2-3.465v-.002a1 1 0 0 1 1.088-1.678A6 6 0 0 1 16 10a6 6 0 0 1-2.833 5.097M10 12a2 2 0 1 1 0-4a2 2 0 0 1 0 4m2.759 7.608a1 1 0 0 1-.412-1.958a8.004 8.004 0 0 0-.053-15.316a.1.1 0 0 1-.03-.016A1 1 0 1 1 12.941.44C17.03 1.696 20 5.5 20 10c0 4.547-3.034 8.384-7.188 9.6a.2.2 0 0 1-.053.008m-5.613-.021C3.014 18.359 0 14.53 0 10C0 5.479 3 1.658 7.12.421a1 1 0 0 1 .1-.03L7.228.39a1 1 0 0 1 .224-.025a1 1 0 0 1 .27 1.965a8.004 8.004 0 0 0 .013 15.347a1 1 0 1 1-.589 1.91"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M6.922 15.152A6 6 0 0 1 4 10a6 6 0 0 1 3.022-5.21a.2.2 0 0 1 .101-.03a1 1 0 0 1 1.325.946a1 1 0 0 1-.577.907A4 4 0 0 0 6 10c0 1.48.804 2.773 2 3.465v.001a1 1 0 0 1-.989 1.735l-.032-.016l-.011-.007zm6.245-.055a1 1 0 1 1-1.091-1.668a.1.1 0 0 1 .023-.023A4 4 0 0 0 14 10c0-1.48-.804-2.773-2-3.465v-.002a1 1 0 0 1 1.088-1.678A6 6 0 0 1 16 10a6 6 0 0 1-2.833 5.097M10 12a2 2 0 1 1 0-4a2 2 0 0 1 0 4m2.759 7.608a1 1 0 0 1-.412-1.958a8.004 8.004 0 0 0-.053-15.316a.1.1 0 0 1-.03-.016A1 1 0 1 1 12.941.44C17.03 1.696 20 5.5 20 10c0 4.547-3.034 8.384-7.188 9.6a.2.2 0 0 1-.053.008m-5.613-.021C3.014 18.359 0 14.53 0 10C0 5.479 3 1.658 7.12.421a1 1 0 0 1 .1-.03L7.228.39a1 1 0 0 1 .224-.025a1 1 0 0 1 .27 1.965a8.004 8.004 0 0 0 .013 15.347a1 1 0 1 1-.589 1.91"/></svg> </template>
CSS
.icon-station {
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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.922%2015.152A6%206%200%200%201%204%2010a6%206%200%200%201%203.022-5.21a.2.2%200%200%201%20.101-.03a1%201%200%200%201%201.325.946a1%201%200%200%201-.577.907A4%204%200%200%200%206%2010c0%201.48.804%202.773%202%203.465v.001a1%201%200%200%201-.989%201.735l-.032-.016l-.011-.007zm6.245-.055a1%201%200%201%201-1.091-1.668a.1.1%200%200%201%20.023-.023A4%204%200%200%200%2014%2010c0-1.48-.804-2.773-2-3.465v-.002a1%201%200%200%201%201.088-1.678A6%206%200%200%201%2016%2010a6%206%200%200%201-2.833%205.097M10%2012a2%202%200%201%201%200-4a2%202%200%200%201%200%204m2.759%207.608a1%201%200%200%201-.412-1.958a8.004%208.004%200%200%200-.053-15.316a.1.1%200%200%201-.03-.016A1%201%200%201%201%2012.941.44C17.03%201.696%2020%205.5%2020%2010c0%204.547-3.034%208.384-7.188%209.6a.2.2%200%200%201-.053.008m-5.613-.021C3.014%2018.359%200%2014.53%200%2010C0%205.479%203%201.658%207.12.421a1%201%200%200%201%20.1-.03L7.228.39a1%201%200%200%201%20.224-.025a1%201%200%200%201%20.27%201.965a8.004%208.004%200%200%200%20.013%2015.347a1%201%200%201%201-.589%201.91%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.922%2015.152A6%206%200%200%201%204%2010a6%206%200%200%201%203.022-5.21a.2.2%200%200%201%20.101-.03a1%201%200%200%201%201.325.946a1%201%200%200%201-.577.907A4%204%200%200%200%206%2010c0%201.48.804%202.773%202%203.465v.001a1%201%200%200%201-.989%201.735l-.032-.016l-.011-.007zm6.245-.055a1%201%200%201%201-1.091-1.668a.1.1%200%200%201%20.023-.023A4%204%200%200%200%2014%2010c0-1.48-.804-2.773-2-3.465v-.002a1%201%200%200%201%201.088-1.678A6%206%200%200%201%2016%2010a6%206%200%200%201-2.833%205.097M10%2012a2%202%200%201%201%200-4a2%202%200%200%201%200%204m2.759%207.608a1%201%200%200%201-.412-1.958a8.004%208.004%200%200%200-.053-15.316a.1.1%200%200%201-.03-.016A1%201%200%201%201%2012.941.44C17.03%201.696%2020%205.5%2020%2010c0%204.547-3.034%208.384-7.188%209.6a.2.2%200%200%201-.053.008m-5.613-.021C3.014%2018.359%200%2014.53%200%2010C0%205.479%203%201.658%207.12.421a1%201%200%200%201%20.1-.03L7.228.39a1%201%200%200%201%20.224-.025a1%201%200%200%201%20.27%201.965a8.004%208.004%200%200%200%20.013%2015.347a1%201%200%201%201-.589%201.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/station.svg?color=%231a73e8&size=48