no bicycles emoji
no-bicycles from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- no-bicycles
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the no bicycles emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path d="M34.999 17.999c0 9.389-7.611 17-17 17S1 27.388 1 17.999S8.61 1 17.999 1s17 7.61 17 16.999"/><g fill="#fff"><path d="M27 15a7 7 0 0 0-2.873.622l-3.067-4.818l.03-.085l2.203.275q.046.006.09.006a.71.71 0 0 0 .672-.485l.709-2.127a.71.71 0 0 0-1.065-.814c-1.922 1.281-5.948 1.299-5.989 1.299a.708.708 0 0 0-.087 1.413l1.435.179L18.509 12h-6.177L8.6 9.2c-.443-.332 2.223 4.167 2.223 4.167l-.583 1.749A7 7 0 0 0 9 15a7 7 0 1 0 0 14c3.53 0 6.442-2.615 6.922-6.014c.026.002.052.014.078.014h4.079c.487 3.391 3.396 6 6.921 6c3.867 0 7-3.134 7-7s-3.133-7-7-7m-3.47 3.411L25.178 21h-3.077a5 5 0 0 1 1.429-2.589M20.079 21h-2.66l2.5-7h.805l1.716 2.697A6.98 6.98 0 0 0 20.079 21m-7.358-7h5.074l-2.111 5.913a7 7 0 0 0-3.546-4.164zM9 27a5 5 0 1 1 0-10c.203 0 .396.036.592.06l-1.541 4.624a1 1 0 1 0 1.898.632l1.543-4.628C12.984 18.553 14 20.15 14 22a5 5 0 0 1-5 5m18 0a5 5 0 0 1-4.899-4h4.9a1 1 0 0 0 .44-.112c.031-.017.066-.024.097-.044c.03-.02.048-.051.075-.072a.95.95 0 0 0 .251-.297c.03-.056.055-.11.075-.172a1 1 0 0 0 .04-.201c.004-.036.021-.066.021-.102c0-.027-.014-.051-.016-.078a1 1 0 0 0-.04-.198a1 1 0 0 0-.071-.186c-.013-.024-.015-.052-.029-.075l-2.623-4.122A5 5 0 0 1 27 17c2.762 0 5 2.238 5 5s-2.238 5-5 5"/><path d="M9 9h5a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2"/></g><path fill="#dd2e44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18m16 18c0 3.968-1.453 7.591-3.845 10.388L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.592 3.845-10.388l22.543 22.544A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiNoBicycles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path d="M34.999 17.999c0 9.389-7.611 17-17 17S1 27.388 1 17.999S8.61 1 17.999 1s17 7.61 17 16.999"/><g fill="#fff"><path d="M27 15a7 7 0 0 0-2.873.622l-3.067-4.818l.03-.085l2.203.275q.046.006.09.006a.71.71 0 0 0 .672-.485l.709-2.127a.71.71 0 0 0-1.065-.814c-1.922 1.281-5.948 1.299-5.989 1.299a.708.708 0 0 0-.087 1.413l1.435.179L18.509 12h-6.177L8.6 9.2c-.443-.332 2.223 4.167 2.223 4.167l-.583 1.749A7 7 0 0 0 9 15a7 7 0 1 0 0 14c3.53 0 6.442-2.615 6.922-6.014c.026.002.052.014.078.014h4.079c.487 3.391 3.396 6 6.921 6c3.867 0 7-3.134 7-7s-3.133-7-7-7m-3.47 3.411L25.178 21h-3.077a5 5 0 0 1 1.429-2.589M20.079 21h-2.66l2.5-7h.805l1.716 2.697A6.98 6.98 0 0 0 20.079 21m-7.358-7h5.074l-2.111 5.913a7 7 0 0 0-3.546-4.164zM9 27a5 5 0 1 1 0-10c.203 0 .396.036.592.06l-1.541 4.624a1 1 0 1 0 1.898.632l1.543-4.628C12.984 18.553 14 20.15 14 22a5 5 0 0 1-5 5m18 0a5 5 0 0 1-4.899-4h4.9a1 1 0 0 0 .44-.112c.031-.017.066-.024.097-.044c.03-.02.048-.051.075-.072a.95.95 0 0 0 .251-.297c.03-.056.055-.11.075-.172a1 1 0 0 0 .04-.201c.004-.036.021-.066.021-.102c0-.027-.014-.051-.016-.078a1 1 0 0 0-.04-.198a1 1 0 0 0-.071-.186c-.013-.024-.015-.052-.029-.075l-2.623-4.122A5 5 0 0 1 27 17c2.762 0 5 2.238 5 5s-2.238 5-5 5"/><path d="M9 9h5a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2"/></g><path fill="#dd2e44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18m16 18c0 3.968-1.453 7.591-3.845 10.388L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.592 3.845-10.388l22.543 22.544A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path d="M34.999 17.999c0 9.389-7.611 17-17 17S1 27.388 1 17.999S8.61 1 17.999 1s17 7.61 17 16.999"/><g fill="#fff"><path d="M27 15a7 7 0 0 0-2.873.622l-3.067-4.818l.03-.085l2.203.275q.046.006.09.006a.71.71 0 0 0 .672-.485l.709-2.127a.71.71 0 0 0-1.065-.814c-1.922 1.281-5.948 1.299-5.989 1.299a.708.708 0 0 0-.087 1.413l1.435.179L18.509 12h-6.177L8.6 9.2c-.443-.332 2.223 4.167 2.223 4.167l-.583 1.749A7 7 0 0 0 9 15a7 7 0 1 0 0 14c3.53 0 6.442-2.615 6.922-6.014c.026.002.052.014.078.014h4.079c.487 3.391 3.396 6 6.921 6c3.867 0 7-3.134 7-7s-3.133-7-7-7m-3.47 3.411L25.178 21h-3.077a5 5 0 0 1 1.429-2.589M20.079 21h-2.66l2.5-7h.805l1.716 2.697A6.98 6.98 0 0 0 20.079 21m-7.358-7h5.074l-2.111 5.913a7 7 0 0 0-3.546-4.164zM9 27a5 5 0 1 1 0-10c.203 0 .396.036.592.06l-1.541 4.624a1 1 0 1 0 1.898.632l1.543-4.628C12.984 18.553 14 20.15 14 22a5 5 0 0 1-5 5m18 0a5 5 0 0 1-4.899-4h4.9a1 1 0 0 0 .44-.112c.031-.017.066-.024.097-.044c.03-.02.048-.051.075-.072a.95.95 0 0 0 .251-.297c.03-.056.055-.11.075-.172a1 1 0 0 0 .04-.201c.004-.036.021-.066.021-.102c0-.027-.014-.051-.016-.078a1 1 0 0 0-.04-.198a1 1 0 0 0-.071-.186c-.013-.024-.015-.052-.029-.075l-2.623-4.122A5 5 0 0 1 27 17c2.762 0 5 2.238 5 5s-2.238 5-5 5"/><path d="M9 9h5a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2"/></g><path fill="#dd2e44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18m16 18c0 3.968-1.453 7.591-3.845 10.388L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.592 3.845-10.388l22.543 22.544A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></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%2036%2036%22%3E%3Cpath%20d%3D%22M34.999%2017.999c0%209.389-7.611%2017-17%2017S1%2027.388%201%2017.999S8.61%201%2017.999%201s17%207.61%2017%2016.999%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M27%2015a7%207%200%200%200-2.873.622l-3.067-4.818l.03-.085l2.203.275q.046.006.09.006a.71.71%200%200%200%20.672-.485l.709-2.127a.71.71%200%200%200-1.065-.814c-1.922%201.281-5.948%201.299-5.989%201.299a.708.708%200%200%200-.087%201.413l1.435.179L18.509%2012h-6.177L8.6%209.2c-.443-.332%202.223%204.167%202.223%204.167l-.583%201.749A7%207%200%200%200%209%2015a7%207%200%201%200%200%2014c3.53%200%206.442-2.615%206.922-6.014c.026.002.052.014.078.014h4.079c.487%203.391%203.396%206%206.921%206c3.867%200%207-3.134%207-7s-3.133-7-7-7m-3.47%203.411L25.178%2021h-3.077a5%205%200%200%201%201.429-2.589M20.079%2021h-2.66l2.5-7h.805l1.716%202.697A6.98%206.98%200%200%200%2020.079%2021m-7.358-7h5.074l-2.111%205.913a7%207%200%200%200-3.546-4.164zM9%2027a5%205%200%201%201%200-10c.203%200%20.396.036.592.06l-1.541%204.624a1%201%200%201%200%201.898.632l1.543-4.628C12.984%2018.553%2014%2020.15%2014%2022a5%205%200%200%201-5%205m18%200a5%205%200%200%201-4.899-4h4.9a1%201%200%200%200%20.44-.112c.031-.017.066-.024.097-.044c.03-.02.048-.051.075-.072a.95.95%200%200%200%20.251-.297c.03-.056.055-.11.075-.172a1%201%200%200%200%20.04-.201c.004-.036.021-.066.021-.102c0-.027-.014-.051-.016-.078a1%201%200%200%200-.04-.198a1%201%200%200%200-.071-.186c-.013-.024-.015-.052-.029-.075l-2.623-4.122A5%205%200%200%201%2027%2017c2.762%200%205%202.238%205%205s-2.238%205-5%205%22%2F%3E%3Cpath%20d%3D%22M9%209h5a1%201%200%200%200%200-2H9a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M18%200C8.059%200%200%208.06%200%2018c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18c0-9.94-8.059-18-18-18m16%2018c0%203.968-1.453%207.591-3.845%2010.388L7.612%205.845A15.93%2015.93%200%200%201%2018%202c8.837%200%2016%207.164%2016%2016M2%2018c0-3.968%201.453-7.592%203.845-10.388l22.543%2022.544A15.92%2015.92%200%200%201%2018%2034C9.164%2034%202%2026.837%202%2018%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%2036%2036%22%3E%3Cpath%20d%3D%22M34.999%2017.999c0%209.389-7.611%2017-17%2017S1%2027.388%201%2017.999S8.61%201%2017.999%201s17%207.61%2017%2016.999%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M27%2015a7%207%200%200%200-2.873.622l-3.067-4.818l.03-.085l2.203.275q.046.006.09.006a.71.71%200%200%200%20.672-.485l.709-2.127a.71.71%200%200%200-1.065-.814c-1.922%201.281-5.948%201.299-5.989%201.299a.708.708%200%200%200-.087%201.413l1.435.179L18.509%2012h-6.177L8.6%209.2c-.443-.332%202.223%204.167%202.223%204.167l-.583%201.749A7%207%200%200%200%209%2015a7%207%200%201%200%200%2014c3.53%200%206.442-2.615%206.922-6.014c.026.002.052.014.078.014h4.079c.487%203.391%203.396%206%206.921%206c3.867%200%207-3.134%207-7s-3.133-7-7-7m-3.47%203.411L25.178%2021h-3.077a5%205%200%200%201%201.429-2.589M20.079%2021h-2.66l2.5-7h.805l1.716%202.697A6.98%206.98%200%200%200%2020.079%2021m-7.358-7h5.074l-2.111%205.913a7%207%200%200%200-3.546-4.164zM9%2027a5%205%200%201%201%200-10c.203%200%20.396.036.592.06l-1.541%204.624a1%201%200%201%200%201.898.632l1.543-4.628C12.984%2018.553%2014%2020.15%2014%2022a5%205%200%200%201-5%205m18%200a5%205%200%200%201-4.899-4h4.9a1%201%200%200%200%20.44-.112c.031-.017.066-.024.097-.044c.03-.02.048-.051.075-.072a.95.95%200%200%200%20.251-.297c.03-.056.055-.11.075-.172a1%201%200%200%200%20.04-.201c.004-.036.021-.066.021-.102c0-.027-.014-.051-.016-.078a1%201%200%200%200-.04-.198a1%201%200%200%200-.071-.186c-.013-.024-.015-.052-.029-.075l-2.623-4.122A5%205%200%200%201%2027%2017c2.762%200%205%202.238%205%205s-2.238%205-5%205%22%2F%3E%3Cpath%20d%3D%22M9%209h5a1%201%200%200%200%200-2H9a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M18%200C8.059%200%200%208.06%200%2018c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18c0-9.94-8.059-18-18-18m16%2018c0%203.968-1.453%207.591-3.845%2010.388L7.612%205.845A15.93%2015.93%200%200%201%2018%202c8.837%200%2016%207.164%2016%2016M2%2018c0-3.968%201.453-7.592%203.845-10.388l22.543%2022.544A15.92%2015.92%200%200%201%2018%2034C9.164%2034%202%2026.837%202%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/no-bicycles.svg?color=%231a73e8&size=48