nextbike logo
nextbike from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- nextbike
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the nextbike logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.329 11.097C10.465 7.857 7.725 5.5 4.489 5.5H.754C.197 5.5 0 5.662 0 6.326c0 1.546.43 2.981 1.15 4.182A5.65 5.65 0 0 0 0 13.92c0 3.16 2.603 5.728 5.818 5.728c2.86 0 5.236-2.031 5.725-4.706c.24-1.325.13-2.564-.214-3.845m-9.015 2.826c0-.575.144-1.112.395-1.58c1.167.988 2.637 1.58 4.238 1.58h2.351c0 1.904-1.56 3.446-3.49 3.446s-3.494-1.546-3.494-3.446M14.09 7.871a7.56 7.56 0 0 1 3.859-1.222a.24.24 0 0 0 .234-.234v-1.83c0-.128-.107-.252-.252-.235a9.86 9.86 0 0 0-5.136 1.597c-.196.128-.378.269-.574.396c-.107.09-.128.234-.038.34l1.167 1.402c.09.107.234.107.34.034c-.058.094.182-.138.4-.248m4.093.324c-3.215 0-5.818 2.568-5.818 5.728s2.603 5.728 5.818 5.728S24 17.083 24 13.923s-2.602-5.728-5.817-5.728m0 9.174c-1.921 0-3.484-1.546-3.484-3.446s1.56-3.446 3.484-3.446s3.483 1.546 3.483 3.446s-1.56 3.446-3.483 3.446"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsNextbike(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.329 11.097C10.465 7.857 7.725 5.5 4.489 5.5H.754C.197 5.5 0 5.662 0 6.326c0 1.546.43 2.981 1.15 4.182A5.65 5.65 0 0 0 0 13.92c0 3.16 2.603 5.728 5.818 5.728c2.86 0 5.236-2.031 5.725-4.706c.24-1.325.13-2.564-.214-3.845m-9.015 2.826c0-.575.144-1.112.395-1.58c1.167.988 2.637 1.58 4.238 1.58h2.351c0 1.904-1.56 3.446-3.49 3.446s-3.494-1.546-3.494-3.446M14.09 7.871a7.56 7.56 0 0 1 3.859-1.222a.24.24 0 0 0 .234-.234v-1.83c0-.128-.107-.252-.252-.235a9.86 9.86 0 0 0-5.136 1.597c-.196.128-.378.269-.574.396c-.107.09-.128.234-.038.34l1.167 1.402c.09.107.234.107.34.034c-.058.094.182-.138.4-.248m4.093.324c-3.215 0-5.818 2.568-5.818 5.728s2.603 5.728 5.818 5.728S24 17.083 24 13.923s-2.602-5.728-5.817-5.728m0 9.174c-1.921 0-3.484-1.546-3.484-3.446s1.56-3.446 3.484-3.446s3.483 1.546 3.483 3.446s-1.56 3.446-3.483 3.446"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.329 11.097C10.465 7.857 7.725 5.5 4.489 5.5H.754C.197 5.5 0 5.662 0 6.326c0 1.546.43 2.981 1.15 4.182A5.65 5.65 0 0 0 0 13.92c0 3.16 2.603 5.728 5.818 5.728c2.86 0 5.236-2.031 5.725-4.706c.24-1.325.13-2.564-.214-3.845m-9.015 2.826c0-.575.144-1.112.395-1.58c1.167.988 2.637 1.58 4.238 1.58h2.351c0 1.904-1.56 3.446-3.49 3.446s-3.494-1.546-3.494-3.446M14.09 7.871a7.56 7.56 0 0 1 3.859-1.222a.24.24 0 0 0 .234-.234v-1.83c0-.128-.107-.252-.252-.235a9.86 9.86 0 0 0-5.136 1.597c-.196.128-.378.269-.574.396c-.107.09-.128.234-.038.34l1.167 1.402c.09.107.234.107.34.034c-.058.094.182-.138.4-.248m4.093.324c-3.215 0-5.818 2.568-5.818 5.728s2.603 5.728 5.818 5.728S24 17.083 24 13.923s-2.602-5.728-5.817-5.728m0 9.174c-1.921 0-3.484-1.546-3.484-3.446s1.56-3.446 3.484-3.446s3.483 1.546 3.483 3.446s-1.56 3.446-3.483 3.446"/></svg> </template>
CSS
.icon-nextbike {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.329%2011.097C10.465%207.857%207.725%205.5%204.489%205.5H.754C.197%205.5%200%205.662%200%206.326c0%201.546.43%202.981%201.15%204.182A5.65%205.65%200%200%200%200%2013.92c0%203.16%202.603%205.728%205.818%205.728c2.86%200%205.236-2.031%205.725-4.706c.24-1.325.13-2.564-.214-3.845m-9.015%202.826c0-.575.144-1.112.395-1.58c1.167.988%202.637%201.58%204.238%201.58h2.351c0%201.904-1.56%203.446-3.49%203.446s-3.494-1.546-3.494-3.446M14.09%207.871a7.56%207.56%200%200%201%203.859-1.222a.24.24%200%200%200%20.234-.234v-1.83c0-.128-.107-.252-.252-.235a9.86%209.86%200%200%200-5.136%201.597c-.196.128-.378.269-.574.396c-.107.09-.128.234-.038.34l1.167%201.402c.09.107.234.107.34.034c-.058.094.182-.138.4-.248m4.093.324c-3.215%200-5.818%202.568-5.818%205.728s2.603%205.728%205.818%205.728S24%2017.083%2024%2013.923s-2.602-5.728-5.817-5.728m0%209.174c-1.921%200-3.484-1.546-3.484-3.446s1.56-3.446%203.484-3.446s3.483%201.546%203.483%203.446s-1.56%203.446-3.483%203.446%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.329%2011.097C10.465%207.857%207.725%205.5%204.489%205.5H.754C.197%205.5%200%205.662%200%206.326c0%201.546.43%202.981%201.15%204.182A5.65%205.65%200%200%200%200%2013.92c0%203.16%202.603%205.728%205.818%205.728c2.86%200%205.236-2.031%205.725-4.706c.24-1.325.13-2.564-.214-3.845m-9.015%202.826c0-.575.144-1.112.395-1.58c1.167.988%202.637%201.58%204.238%201.58h2.351c0%201.904-1.56%203.446-3.49%203.446s-3.494-1.546-3.494-3.446M14.09%207.871a7.56%207.56%200%200%201%203.859-1.222a.24.24%200%200%200%20.234-.234v-1.83c0-.128-.107-.252-.252-.235a9.86%209.86%200%200%200-5.136%201.597c-.196.128-.378.269-.574.396c-.107.09-.128.234-.038.34l1.167%201.402c.09.107.234.107.34.034c-.058.094.182-.138.4-.248m4.093.324c-3.215%200-5.818%202.568-5.818%205.728s2.603%205.728%205.818%205.728S24%2017.083%2024%2013.923s-2.602-5.728-5.817-5.728m0%209.174c-1.921%200-3.484-1.546-3.484-3.446s1.56-3.446%203.484-3.446s3.483%201.546%203.483%203.446s-1.56%203.446-3.483%203.446%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/nextbike.svg?color=%231a73e8&size=48