no-bicycles from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.

Name
no-bicycles
Set
Streamline Emojis
Style
Default
Category
Symbols
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Streamline Emojis

Use the no bicycles emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#656769" d="M8.4 24a15.6 15.6 0 1 0 31.2 0a15.6 15.6 0 1 0-31.2 0"/><path fill="#525252" d="M24 11.27a15.61 15.61 0 0 1 15.53 14.17c0-.48.07-1 .07-1.44a15.6 15.6 0 0 0-31.2 0c0 .48 0 1 .07 1.44A15.61 15.61 0 0 1 24 11.27"/><path fill="none" stroke="#fff" d="M11.51 27.65a5.01 5.01 0 1 0 10.02 0a5.01 5.01 0 1 0-10.02 0Zm15.14 0a5.01 5.01 0 1 0 10.02 0a5.01 5.01 0 1 0-10.02 0Z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="m16.52 27.65l2.53-7.6v-4.71h-4.12m4.12 4.71h10.76l-5.38 7.6z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M24.43 27.65h7.23l-1.85-7.6v-2.12m-2.35 0h4.71"/><path fill="#fff" d="M13.99 27.65a2.53 2.53 0 1 0 5.06 0a2.53 2.53 0 1 0-5.06 0m15.14 0a2.53 2.53 0 1 0 5.06 0a2.53 2.53 0 1 0-5.06 0"/><path fill="#45413c" d="M11.98 45.43a12.02 1.57 0 1 0 24.04 0a12.02 1.57 0 1 0-24.04 0" opacity=".15"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M8.4 24a15.6 15.6 0 1 0 31.2 0a15.6 15.6 0 1 0-31.2 0"/><path fill="#ff6242" d="M24 4.15A19.85 19.85 0 1 0 43.85 24A19.85 19.85 0 0 0 24 4.15m0 4.25a15.55 15.55 0 0 1 15.17 19.18L11 15.41A15.57 15.57 0 0 1 24 8.4m0 31.2A15.55 15.55 0 0 1 8.83 20.42L37 32.59a15.57 15.57 0 0 1-13 7.01"/><path fill="#ff866e" d="M24 6.65a19.84 19.84 0 0 1 19.79 18.6c0-.41.06-.83.06-1.25a19.85 19.85 0 0 0-39.7 0c0 .42 0 .84.06 1.25A19.84 19.84 0 0 1 24 6.65"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 4.15A19.85 19.85 0 1 0 43.85 24A19.85 19.85 0 0 0 24 4.15m0 4.25a15.55 15.55 0 0 1 15.17 19.18L11 15.41A15.57 15.57 0 0 1 24 8.4m0 31.2A15.55 15.55 0 0 1 8.83 20.42L37 32.59a15.57 15.57 0 0 1-13 7.01"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisNoBicycles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#656769" d="M8.4 24a15.6 15.6 0 1 0 31.2 0a15.6 15.6 0 1 0-31.2 0"/><path fill="#525252" d="M24 11.27a15.61 15.61 0 0 1 15.53 14.17c0-.48.07-1 .07-1.44a15.6 15.6 0 0 0-31.2 0c0 .48 0 1 .07 1.44A15.61 15.61 0 0 1 24 11.27"/><path fill="none" stroke="#fff" d="M11.51 27.65a5.01 5.01 0 1 0 10.02 0a5.01 5.01 0 1 0-10.02 0Zm15.14 0a5.01 5.01 0 1 0 10.02 0a5.01 5.01 0 1 0-10.02 0Z"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="m16.52 27.65l2.53-7.6v-4.71h-4.12m4.12 4.71h10.76l-5.38 7.6z"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M24.43 27.65h7.23l-1.85-7.6v-2.12m-2.35 0h4.71"/><path fill="#fff" d="M13.99 27.65a2.53 2.53 0 1 0 5.06 0a2.53 2.53 0 1 0-5.06 0m15.14 0a2.53 2.53 0 1 0 5.06 0a2.53 2.53 0 1 0-5.06 0"/><path fill="#45413c" d="M11.98 45.43a12.02 1.57 0 1 0 24.04 0a12.02 1.57 0 1 0-24.04 0" opacity=".15"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M8.4 24a15.6 15.6 0 1 0 31.2 0a15.6 15.6 0 1 0-31.2 0"/><path fill="#ff6242" d="M24 4.15A19.85 19.85 0 1 0 43.85 24A19.85 19.85 0 0 0 24 4.15m0 4.25a15.55 15.55 0 0 1 15.17 19.18L11 15.41A15.57 15.57 0 0 1 24 8.4m0 31.2A15.55 15.55 0 0 1 8.83 20.42L37 32.59a15.57 15.57 0 0 1-13 7.01"/><path fill="#ff866e" d="M24 6.65a19.84 19.84 0 0 1 19.79 18.6c0-.41.06-.83.06-1.25a19.85 19.85 0 0 0-39.7 0c0 .42 0 .84.06 1.25A19.84 19.84 0 0 1 24 6.65"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 4.15A19.85 19.85 0 1 0 43.85 24A19.85 19.85 0 0 0 24 4.15m0 4.25a15.55 15.55 0 0 1 15.17 19.18L11 15.41A15.57 15.57 0 0 1 24 8.4m0 31.2A15.55 15.55 0 0 1 8.83 20.42L37 32.59a15.57 15.57 0 0 1-13 7.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#656769" d="M8.4 24a15.6 15.6 0 1 0 31.2 0a15.6 15.6 0 1 0-31.2 0"/><path fill="#525252" d="M24 11.27a15.61 15.61 0 0 1 15.53 14.17c0-.48.07-1 .07-1.44a15.6 15.6 0 0 0-31.2 0c0 .48 0 1 .07 1.44A15.61 15.61 0 0 1 24 11.27"/><path fill="none" stroke="#fff" d="M11.51 27.65a5.01 5.01 0 1 0 10.02 0a5.01 5.01 0 1 0-10.02 0Zm15.14 0a5.01 5.01 0 1 0 10.02 0a5.01 5.01 0 1 0-10.02 0Z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="m16.52 27.65l2.53-7.6v-4.71h-4.12m4.12 4.71h10.76l-5.38 7.6z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M24.43 27.65h7.23l-1.85-7.6v-2.12m-2.35 0h4.71"/><path fill="#fff" d="M13.99 27.65a2.53 2.53 0 1 0 5.06 0a2.53 2.53 0 1 0-5.06 0m15.14 0a2.53 2.53 0 1 0 5.06 0a2.53 2.53 0 1 0-5.06 0"/><path fill="#45413c" d="M11.98 45.43a12.02 1.57 0 1 0 24.04 0a12.02 1.57 0 1 0-24.04 0" opacity=".15"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M8.4 24a15.6 15.6 0 1 0 31.2 0a15.6 15.6 0 1 0-31.2 0"/><path fill="#ff6242" d="M24 4.15A19.85 19.85 0 1 0 43.85 24A19.85 19.85 0 0 0 24 4.15m0 4.25a15.55 15.55 0 0 1 15.17 19.18L11 15.41A15.57 15.57 0 0 1 24 8.4m0 31.2A15.55 15.55 0 0 1 8.83 20.42L37 32.59a15.57 15.57 0 0 1-13 7.01"/><path fill="#ff866e" d="M24 6.65a19.84 19.84 0 0 1 19.79 18.6c0-.41.06-.83.06-1.25a19.85 19.85 0 0 0-39.7 0c0 .42 0 .84.06 1.25A19.84 19.84 0 0 1 24 6.65"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 4.15A19.85 19.85 0 1 0 43.85 24A19.85 19.85 0 0 0 24 4.15m0 4.25a15.55 15.55 0 0 1 15.17 19.18L11 15.41A15.57 15.57 0 0 1 24 8.4m0 31.2A15.55 15.55 0 0 1 8.83 20.42L37 32.59a15.57 15.57 0 0 1-13 7.01"/></svg>
</template>

CSS

.icon-no-bicycles {
  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%22%23656769%22%20d%3D%22M8.4%2024a15.6%2015.6%200%201%200%2031.2%200a15.6%2015.6%200%201%200-31.2%200%22%2F%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M24%2011.27a15.61%2015.61%200%200%201%2015.53%2014.17c0-.48.07-1%20.07-1.44a15.6%2015.6%200%200%200-31.2%200c0%20.48%200%201%20.07%201.44A15.61%2015.61%200%200%201%2024%2011.27%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M11.51%2027.65a5.01%205.01%200%201%200%2010.02%200a5.01%205.01%200%201%200-10.02%200Zm15.14%200a5.01%205.01%200%201%200%2010.02%200a5.01%205.01%200%201%200-10.02%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m16.52%2027.65l2.53-7.6v-4.71h-4.12m4.12%204.71h10.76l-5.38%207.6z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.43%2027.65h7.23l-1.85-7.6v-2.12m-2.35%200h4.71%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.99%2027.65a2.53%202.53%200%201%200%205.06%200a2.53%202.53%200%201%200-5.06%200m15.14%200a2.53%202.53%200%201%200%205.06%200a2.53%202.53%200%201%200-5.06%200%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.98%2045.43a12.02%201.57%200%201%200%2024.04%200a12.02%201.57%200%201%200-24.04%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.4%2024a15.6%2015.6%200%201%200%2031.2%200a15.6%2015.6%200%201%200-31.2%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M24%204.15A19.85%2019.85%200%201%200%2043.85%2024A19.85%2019.85%200%200%200%2024%204.15m0%204.25a15.55%2015.55%200%200%201%2015.17%2019.18L11%2015.41A15.57%2015.57%200%200%201%2024%208.4m0%2031.2A15.55%2015.55%200%200%201%208.83%2020.42L37%2032.59a15.57%2015.57%200%200%201-13%207.01%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M24%206.65a19.84%2019.84%200%200%201%2019.79%2018.6c0-.41.06-.83.06-1.25a19.85%2019.85%200%200%200-39.7%200c0%20.42%200%20.84.06%201.25A19.84%2019.84%200%200%201%2024%206.65%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%204.15A19.85%2019.85%200%201%200%2043.85%2024A19.85%2019.85%200%200%200%2024%204.15m0%204.25a15.55%2015.55%200%200%201%2015.17%2019.18L11%2015.41A15.57%2015.57%200%200%201%2024%208.4m0%2031.2A15.55%2015.55%200%200%201%208.83%2020.42L37%2032.59a15.57%2015.57%200%200%201-13%207.01%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%22%23656769%22%20d%3D%22M8.4%2024a15.6%2015.6%200%201%200%2031.2%200a15.6%2015.6%200%201%200-31.2%200%22%2F%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M24%2011.27a15.61%2015.61%200%200%201%2015.53%2014.17c0-.48.07-1%20.07-1.44a15.6%2015.6%200%200%200-31.2%200c0%20.48%200%201%20.07%201.44A15.61%2015.61%200%200%201%2024%2011.27%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M11.51%2027.65a5.01%205.01%200%201%200%2010.02%200a5.01%205.01%200%201%200-10.02%200Zm15.14%200a5.01%205.01%200%201%200%2010.02%200a5.01%205.01%200%201%200-10.02%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m16.52%2027.65l2.53-7.6v-4.71h-4.12m4.12%204.71h10.76l-5.38%207.6z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.43%2027.65h7.23l-1.85-7.6v-2.12m-2.35%200h4.71%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.99%2027.65a2.53%202.53%200%201%200%205.06%200a2.53%202.53%200%201%200-5.06%200m15.14%200a2.53%202.53%200%201%200%205.06%200a2.53%202.53%200%201%200-5.06%200%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.98%2045.43a12.02%201.57%200%201%200%2024.04%200a12.02%201.57%200%201%200-24.04%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.4%2024a15.6%2015.6%200%201%200%2031.2%200a15.6%2015.6%200%201%200-31.2%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M24%204.15A19.85%2019.85%200%201%200%2043.85%2024A19.85%2019.85%200%200%200%2024%204.15m0%204.25a15.55%2015.55%200%200%201%2015.17%2019.18L11%2015.41A15.57%2015.57%200%200%201%2024%208.4m0%2031.2A15.55%2015.55%200%200%201%208.83%2020.42L37%2032.59a15.57%2015.57%200%200%201-13%207.01%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M24%206.65a19.84%2019.84%200%200%201%2019.79%2018.6c0-.41.06-.83.06-1.25a19.85%2019.85%200%200%200-39.7%200c0%20.42%200%20.84.06%201.25A19.84%2019.84%200%200%201%2024%206.65%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%204.15A19.85%2019.85%200%201%200%2043.85%2024A19.85%2019.85%200%200%200%2024%204.15m0%204.25a15.55%2015.55%200%200%201%2015.17%2019.18L11%2015.41A15.57%2015.57%200%200%201%2024%208.4m0%2031.2A15.55%2015.55%200%200%201%208.83%2020.42L37%2032.59a15.57%2015.57%200%200%201-13%207.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/no-bicycles.svg?color=%231a73e8&size=48