orange station icon
orange-station from IconPark Outline by ByteDance · Outline · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- orange-station
- Set
- IconPark Outline
- Style
- Outline
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More brand icons from IconPark Outline
Use the orange station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M17.06 9.615c6.049 1.269 7.214 3.424 7.216 3.427C22.039.115 15.19 3.28 13.733 4.029a.62.62 0 0 0-.332.47c-.129 1.014-.276 4.291 3.66 5.116m-2.408 13.077c-.574 1.595-.746 3.383-.437 5.227c.776 4.624 4.6 7.976 9.07 8.341l1.53.545c.6.194 1.387.386 2.31.52c1.366.199 2.768.229 4.155.032c3.366-.478 6.203-2.21 8.178-5.501l.444-.777c-1.211 6.676-5.966 12.817-13.565 14.24c-5.29.99-10.29-.375-14.027-3.348l.044.086c-2.47-4.792-2.91-9.113-1.78-12.966c.54-1.844 1.478-3.493 2.706-4.955a16 16 0 0 1 1.346-1.419zm2.736-8.356c2.51-.396 6.605-.374 8.903 2.193c.033.036 0 .094-.048.084c-1.227-.25-2.891-.255-4.17-.04c-2.693.451-4.864 1.887-6.262 3.882l-.492.372a17.4 17.4 0 0 0-2.805 2.666c-1.312 1.563-2.317 3.331-2.9 5.317c-1.016 3.463-.84 7.27.795 11.393a17 17 0 0 1-3.365-5.458c-1.837-4.809-1.277-11.068 1.878-15.108c2.25-2.881 5.564-4.843 8.466-5.301M31.68 7.039C36.283.877 41.802 5.381 42.528 6.02c.053.047.086.11.094.18c.098.955.356 7.845-12.901 7.612c3.609.885 7.434 3.892 9.036 7.194c.536 1.107.95 2.259 1.169 3.469c.213 1.176.305 2.378.281 3.584c-.053.278-.235.735-.517 1.305l-.115.227l-.24.453l-.552.986c-1.821 3.225-4.46 4.886-7.643 5.338a13.6 13.6 0 0 1-3.87-.031q-.674-.1-1.23-.231a10 10 0 0 0 6.527-4.447c.33-.44.61-.925.83-1.466c1.006-2.476 1.14-4.942.36-7.709c-1.249-4.428-4.592-7.668-8.81-9.121c-.037-.013-.038-.064 0-.075c.554-.16 2.893-1.107 6.733-6.248" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineOrangeStation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M17.06 9.615c6.049 1.269 7.214 3.424 7.216 3.427C22.039.115 15.19 3.28 13.733 4.029a.62.62 0 0 0-.332.47c-.129 1.014-.276 4.291 3.66 5.116m-2.408 13.077c-.574 1.595-.746 3.383-.437 5.227c.776 4.624 4.6 7.976 9.07 8.341l1.53.545c.6.194 1.387.386 2.31.52c1.366.199 2.768.229 4.155.032c3.366-.478 6.203-2.21 8.178-5.501l.444-.777c-1.211 6.676-5.966 12.817-13.565 14.24c-5.29.99-10.29-.375-14.027-3.348l.044.086c-2.47-4.792-2.91-9.113-1.78-12.966c.54-1.844 1.478-3.493 2.706-4.955a16 16 0 0 1 1.346-1.419zm2.736-8.356c2.51-.396 6.605-.374 8.903 2.193c.033.036 0 .094-.048.084c-1.227-.25-2.891-.255-4.17-.04c-2.693.451-4.864 1.887-6.262 3.882l-.492.372a17.4 17.4 0 0 0-2.805 2.666c-1.312 1.563-2.317 3.331-2.9 5.317c-1.016 3.463-.84 7.27.795 11.393a17 17 0 0 1-3.365-5.458c-1.837-4.809-1.277-11.068 1.878-15.108c2.25-2.881 5.564-4.843 8.466-5.301M31.68 7.039C36.283.877 41.802 5.381 42.528 6.02c.053.047.086.11.094.18c.098.955.356 7.845-12.901 7.612c3.609.885 7.434 3.892 9.036 7.194c.536 1.107.95 2.259 1.169 3.469c.213 1.176.305 2.378.281 3.584c-.053.278-.235.735-.517 1.305l-.115.227l-.24.453l-.552.986c-1.821 3.225-4.46 4.886-7.643 5.338a13.6 13.6 0 0 1-3.87-.031q-.674-.1-1.23-.231a10 10 0 0 0 6.527-4.447c.33-.44.61-.925.83-1.466c1.006-2.476 1.14-4.942.36-7.709c-1.249-4.428-4.592-7.668-8.81-9.121c-.037-.013-.038-.064 0-.075c.554-.16 2.893-1.107 6.733-6.248" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M17.06 9.615c6.049 1.269 7.214 3.424 7.216 3.427C22.039.115 15.19 3.28 13.733 4.029a.62.62 0 0 0-.332.47c-.129 1.014-.276 4.291 3.66 5.116m-2.408 13.077c-.574 1.595-.746 3.383-.437 5.227c.776 4.624 4.6 7.976 9.07 8.341l1.53.545c.6.194 1.387.386 2.31.52c1.366.199 2.768.229 4.155.032c3.366-.478 6.203-2.21 8.178-5.501l.444-.777c-1.211 6.676-5.966 12.817-13.565 14.24c-5.29.99-10.29-.375-14.027-3.348l.044.086c-2.47-4.792-2.91-9.113-1.78-12.966c.54-1.844 1.478-3.493 2.706-4.955a16 16 0 0 1 1.346-1.419zm2.736-8.356c2.51-.396 6.605-.374 8.903 2.193c.033.036 0 .094-.048.084c-1.227-.25-2.891-.255-4.17-.04c-2.693.451-4.864 1.887-6.262 3.882l-.492.372a17.4 17.4 0 0 0-2.805 2.666c-1.312 1.563-2.317 3.331-2.9 5.317c-1.016 3.463-.84 7.27.795 11.393a17 17 0 0 1-3.365-5.458c-1.837-4.809-1.277-11.068 1.878-15.108c2.25-2.881 5.564-4.843 8.466-5.301M31.68 7.039C36.283.877 41.802 5.381 42.528 6.02c.053.047.086.11.094.18c.098.955.356 7.845-12.901 7.612c3.609.885 7.434 3.892 9.036 7.194c.536 1.107.95 2.259 1.169 3.469c.213 1.176.305 2.378.281 3.584c-.053.278-.235.735-.517 1.305l-.115.227l-.24.453l-.552.986c-1.821 3.225-4.46 4.886-7.643 5.338a13.6 13.6 0 0 1-3.87-.031q-.674-.1-1.23-.231a10 10 0 0 0 6.527-4.447c.33-.44.61-.925.83-1.466c1.006-2.476 1.14-4.942.36-7.709c-1.249-4.428-4.592-7.668-8.81-9.121c-.037-.013-.038-.064 0-.075c.554-.16 2.893-1.107 6.733-6.248" clip-rule="evenodd"/></svg> </template>
CSS
.icon-orange-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%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.06%209.615c6.049%201.269%207.214%203.424%207.216%203.427C22.039.115%2015.19%203.28%2013.733%204.029a.62.62%200%200%200-.332.47c-.129%201.014-.276%204.291%203.66%205.116m-2.408%2013.077c-.574%201.595-.746%203.383-.437%205.227c.776%204.624%204.6%207.976%209.07%208.341l1.53.545c.6.194%201.387.386%202.31.52c1.366.199%202.768.229%204.155.032c3.366-.478%206.203-2.21%208.178-5.501l.444-.777c-1.211%206.676-5.966%2012.817-13.565%2014.24c-5.29.99-10.29-.375-14.027-3.348l.044.086c-2.47-4.792-2.91-9.113-1.78-12.966c.54-1.844%201.478-3.493%202.706-4.955a16%2016%200%200%201%201.346-1.419zm2.736-8.356c2.51-.396%206.605-.374%208.903%202.193c.033.036%200%20.094-.048.084c-1.227-.25-2.891-.255-4.17-.04c-2.693.451-4.864%201.887-6.262%203.882l-.492.372a17.4%2017.4%200%200%200-2.805%202.666c-1.312%201.563-2.317%203.331-2.9%205.317c-1.016%203.463-.84%207.27.795%2011.393a17%2017%200%200%201-3.365-5.458c-1.837-4.809-1.277-11.068%201.878-15.108c2.25-2.881%205.564-4.843%208.466-5.301M31.68%207.039C36.283.877%2041.802%205.381%2042.528%206.02c.053.047.086.11.094.18c.098.955.356%207.845-12.901%207.612c3.609.885%207.434%203.892%209.036%207.194c.536%201.107.95%202.259%201.169%203.469c.213%201.176.305%202.378.281%203.584c-.053.278-.235.735-.517%201.305l-.115.227l-.24.453l-.552.986c-1.821%203.225-4.46%204.886-7.643%205.338a13.6%2013.6%200%200%201-3.87-.031q-.674-.1-1.23-.231a10%2010%200%200%200%206.527-4.447c.33-.44.61-.925.83-1.466c1.006-2.476%201.14-4.942.36-7.709c-1.249-4.428-4.592-7.668-8.81-9.121c-.037-.013-.038-.064%200-.075c.554-.16%202.893-1.107%206.733-6.248%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.06%209.615c6.049%201.269%207.214%203.424%207.216%203.427C22.039.115%2015.19%203.28%2013.733%204.029a.62.62%200%200%200-.332.47c-.129%201.014-.276%204.291%203.66%205.116m-2.408%2013.077c-.574%201.595-.746%203.383-.437%205.227c.776%204.624%204.6%207.976%209.07%208.341l1.53.545c.6.194%201.387.386%202.31.52c1.366.199%202.768.229%204.155.032c3.366-.478%206.203-2.21%208.178-5.501l.444-.777c-1.211%206.676-5.966%2012.817-13.565%2014.24c-5.29.99-10.29-.375-14.027-3.348l.044.086c-2.47-4.792-2.91-9.113-1.78-12.966c.54-1.844%201.478-3.493%202.706-4.955a16%2016%200%200%201%201.346-1.419zm2.736-8.356c2.51-.396%206.605-.374%208.903%202.193c.033.036%200%20.094-.048.084c-1.227-.25-2.891-.255-4.17-.04c-2.693.451-4.864%201.887-6.262%203.882l-.492.372a17.4%2017.4%200%200%200-2.805%202.666c-1.312%201.563-2.317%203.331-2.9%205.317c-1.016%203.463-.84%207.27.795%2011.393a17%2017%200%200%201-3.365-5.458c-1.837-4.809-1.277-11.068%201.878-15.108c2.25-2.881%205.564-4.843%208.466-5.301M31.68%207.039C36.283.877%2041.802%205.381%2042.528%206.02c.053.047.086.11.094.18c.098.955.356%207.845-12.901%207.612c3.609.885%207.434%203.892%209.036%207.194c.536%201.107.95%202.259%201.169%203.469c.213%201.176.305%202.378.281%203.584c-.053.278-.235.735-.517%201.305l-.115.227l-.24.453l-.552.986c-1.821%203.225-4.46%204.886-7.643%205.338a13.6%2013.6%200%200%201-3.87-.031q-.674-.1-1.23-.231a10%2010%200%200%200%206.527-4.447c.33-.44.61-.925.83-1.466c1.006-2.476%201.14-4.942.36-7.709c-1.249-4.428-4.592-7.668-8.81-9.121c-.037-.013-.038-.064%200-.075c.554-.16%202.893-1.107%206.733-6.248%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/orange-station.svg?color=%231a73e8&size=48