station2 icon
station2-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.
- Name
- station2-filled
- Set
- Reicon
- Style
- Filled
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More it icons from Reicon
Use the station2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2.75c-3.446 0-6.25 2.817-6.25 6.305a6.3 6.3 0 0 0 1.795 4.421a.75.75 0 0 1-1.074 1.048a7.8 7.8 0 0 1-2.221-5.47C4.25 4.75 7.714 1.25 12 1.25s7.75 3.5 7.75 7.805a7.8 7.8 0 0 1-2.186 5.433a.75.75 0 1 1-1.08-1.04a6.3 6.3 0 0 0 1.766-4.393c0-3.488-2.804-6.305-6.25-6.305"/><path d="M12 5.572c-1.9 0-3.45 1.554-3.45 3.483c0 .946.372 1.801.978 2.429a.75.75 0 0 1-1.08 1.041a5 5 0 0 1-1.398-3.47c0-2.747 2.21-4.983 4.95-4.983s4.95 2.236 4.95 4.983a5 5 0 0 1-1.361 3.432a.75.75 0 1 1-1.091-1.03c.59-.625.952-1.47.952-2.402c0-1.93-1.55-3.483-3.45-3.483"/><path fill-rule="evenodd" d="M11.284 9.775A1.249 1.249 0 0 1 12 7.5a1.25 1.25 0 0 1 .716 2.275l2.49 7.471l.011.033l1.495 4.484a.75.75 0 0 1-1.423.474l-1.33-3.987h-3.918l-1.33 3.987a.75.75 0 0 1-1.423-.474l1.495-4.484l.011-.033zM12 12.372l1.46 4.378h-2.92z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStation2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2.75c-3.446 0-6.25 2.817-6.25 6.305a6.3 6.3 0 0 0 1.795 4.421a.75.75 0 0 1-1.074 1.048a7.8 7.8 0 0 1-2.221-5.47C4.25 4.75 7.714 1.25 12 1.25s7.75 3.5 7.75 7.805a7.8 7.8 0 0 1-2.186 5.433a.75.75 0 1 1-1.08-1.04a6.3 6.3 0 0 0 1.766-4.393c0-3.488-2.804-6.305-6.25-6.305"/><path d="M12 5.572c-1.9 0-3.45 1.554-3.45 3.483c0 .946.372 1.801.978 2.429a.75.75 0 0 1-1.08 1.041a5 5 0 0 1-1.398-3.47c0-2.747 2.21-4.983 4.95-4.983s4.95 2.236 4.95 4.983a5 5 0 0 1-1.361 3.432a.75.75 0 1 1-1.091-1.03c.59-.625.952-1.47.952-2.402c0-1.93-1.55-3.483-3.45-3.483"/><path fillRule="evenodd" d="M11.284 9.775A1.249 1.249 0 0 1 12 7.5a1.25 1.25 0 0 1 .716 2.275l2.49 7.471l.011.033l1.495 4.484a.75.75 0 0 1-1.423.474l-1.33-3.987h-3.918l-1.33 3.987a.75.75 0 0 1-1.423-.474l1.495-4.484l.011-.033zM12 12.372l1.46 4.378h-2.92z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2.75c-3.446 0-6.25 2.817-6.25 6.305a6.3 6.3 0 0 0 1.795 4.421a.75.75 0 0 1-1.074 1.048a7.8 7.8 0 0 1-2.221-5.47C4.25 4.75 7.714 1.25 12 1.25s7.75 3.5 7.75 7.805a7.8 7.8 0 0 1-2.186 5.433a.75.75 0 1 1-1.08-1.04a6.3 6.3 0 0 0 1.766-4.393c0-3.488-2.804-6.305-6.25-6.305"/><path d="M12 5.572c-1.9 0-3.45 1.554-3.45 3.483c0 .946.372 1.801.978 2.429a.75.75 0 0 1-1.08 1.041a5 5 0 0 1-1.398-3.47c0-2.747 2.21-4.983 4.95-4.983s4.95 2.236 4.95 4.983a5 5 0 0 1-1.361 3.432a.75.75 0 1 1-1.091-1.03c.59-.625.952-1.47.952-2.402c0-1.93-1.55-3.483-3.45-3.483"/><path fill-rule="evenodd" d="M11.284 9.775A1.249 1.249 0 0 1 12 7.5a1.25 1.25 0 0 1 .716 2.275l2.49 7.471l.011.033l1.495 4.484a.75.75 0 0 1-1.423.474l-1.33-3.987h-3.918l-1.33 3.987a.75.75 0 0 1-1.423-.474l1.495-4.484l.011-.033zM12 12.372l1.46 4.378h-2.92z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-station2-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M12%202.75c-3.446%200-6.25%202.817-6.25%206.305a6.3%206.3%200%200%200%201.795%204.421a.75.75%200%200%201-1.074%201.048a7.8%207.8%200%200%201-2.221-5.47C4.25%204.75%207.714%201.25%2012%201.25s7.75%203.5%207.75%207.805a7.8%207.8%200%200%201-2.186%205.433a.75.75%200%201%201-1.08-1.04a6.3%206.3%200%200%200%201.766-4.393c0-3.488-2.804-6.305-6.25-6.305%22%2F%3E%3Cpath%20d%3D%22M12%205.572c-1.9%200-3.45%201.554-3.45%203.483c0%20.946.372%201.801.978%202.429a.75.75%200%200%201-1.08%201.041a5%205%200%200%201-1.398-3.47c0-2.747%202.21-4.983%204.95-4.983s4.95%202.236%204.95%204.983a5%205%200%200%201-1.361%203.432a.75.75%200%201%201-1.091-1.03c.59-.625.952-1.47.952-2.402c0-1.93-1.55-3.483-3.45-3.483%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.284%209.775A1.249%201.249%200%200%201%2012%207.5a1.25%201.25%200%200%201%20.716%202.275l2.49%207.471l.011.033l1.495%204.484a.75.75%200%200%201-1.423.474l-1.33-3.987h-3.918l-1.33%203.987a.75.75%200%200%201-1.423-.474l1.495-4.484l.011-.033zM12%2012.372l1.46%204.378h-2.92z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%202.75c-3.446%200-6.25%202.817-6.25%206.305a6.3%206.3%200%200%200%201.795%204.421a.75.75%200%200%201-1.074%201.048a7.8%207.8%200%200%201-2.221-5.47C4.25%204.75%207.714%201.25%2012%201.25s7.75%203.5%207.75%207.805a7.8%207.8%200%200%201-2.186%205.433a.75.75%200%201%201-1.08-1.04a6.3%206.3%200%200%200%201.766-4.393c0-3.488-2.804-6.305-6.25-6.305%22%2F%3E%3Cpath%20d%3D%22M12%205.572c-1.9%200-3.45%201.554-3.45%203.483c0%20.946.372%201.801.978%202.429a.75.75%200%200%201-1.08%201.041a5%205%200%200%201-1.398-3.47c0-2.747%202.21-4.983%204.95-4.983s4.95%202.236%204.95%204.983a5%205%200%200%201-1.361%203.432a.75.75%200%201%201-1.091-1.03c.59-.625.952-1.47.952-2.402c0-1.93-1.55-3.483-3.45-3.483%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.284%209.775A1.249%201.249%200%200%201%2012%207.5a1.25%201.25%200%200%201%20.716%202.275l2.49%207.471l.011.033l1.495%204.484a.75.75%200%200%201-1.423.474l-1.33-3.987h-3.918l-1.33%203.987a.75.75%200%200%201-1.423-.474l1.495-4.484l.011-.033zM12%2012.372l1.46%204.378h-2.92z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/station2-filled.svg?color=%231a73e8&size=48