no bicycles emoji
no-bicycles from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- no-bicycles
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji Flat
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 32 32"><g fill="none"><path fill="#fff" d="M27.875 15.938c0 6.592-5.345 11.937-11.937 11.937C9.345 27.875 4 22.53 4 15.938C4 9.345 9.345 4 15.938 4c6.592 0 11.937 5.345 11.937 11.938"/><path fill="#000" d="M9 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-3.552a.5.5 0 0 1-.377.277c-.11.017-.271.134-.41.535a3.7 3.7 0 0 0-.175 1.107a.5.5 0 0 1-1 0c0-.368.055-.931.23-1.436c.053-.153.126-.322.223-.483H9zm8.5.5a.5.5 0 0 0 0 1h1.17l-.276.646h-6.918a.5.5 0 0 0-.492.409l-.36 1.947L10.5 15a3.5 3.5 0 1 0 1.108.179l.284-1.533h6.074l-1.119 2.618a.5.5 0 0 0 .92.393l.941-2.203l.632 1.292a3.5 3.5 0 1 0 .869-.5l-.982-2.007l.53-1.239h.743a.5.5 0 0 0 0-1zm-7 10a2.5 2.5 0 0 1-.062-5l-.453 2.446a.5.5 0 0 0 .984.182l.454-2.452A2.5 2.5 0 0 1 10.5 21m9.293-4.326a2.5 2.5 0 0 0-.77 1.479a.5.5 0 0 1 .32-.116h1.117zm-.756 2.259a.5.5 0 0 0 .307.104h1.917a.5.5 0 0 0 .449-.72l-1.06-2.169q.4-.146.85-.148a2.5 2.5 0 1 1-2.463 2.933"/><path fill="#f8312f" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m6.645-5.233A10.95 10.95 0 0 1 16 27C9.925 27 5 22.075 5 16c0-2.497.832-4.8 2.233-6.645zm2.122-2.122L9.355 7.233A10.95 10.95 0 0 1 16 5c6.075 0 11 4.925 11 11c0 2.497-.832 4.8-2.233 6.645"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatNoBicycles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fff" d="M27.875 15.938c0 6.592-5.345 11.937-11.937 11.937C9.345 27.875 4 22.53 4 15.938C4 9.345 9.345 4 15.938 4c6.592 0 11.937 5.345 11.937 11.938"/><path fill="#000" d="M9 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-3.552a.5.5 0 0 1-.377.277c-.11.017-.271.134-.41.535a3.7 3.7 0 0 0-.175 1.107a.5.5 0 0 1-1 0c0-.368.055-.931.23-1.436c.053-.153.126-.322.223-.483H9zm8.5.5a.5.5 0 0 0 0 1h1.17l-.276.646h-6.918a.5.5 0 0 0-.492.409l-.36 1.947L10.5 15a3.5 3.5 0 1 0 1.108.179l.284-1.533h6.074l-1.119 2.618a.5.5 0 0 0 .92.393l.941-2.203l.632 1.292a3.5 3.5 0 1 0 .869-.5l-.982-2.007l.53-1.239h.743a.5.5 0 0 0 0-1zm-7 10a2.5 2.5 0 0 1-.062-5l-.453 2.446a.5.5 0 0 0 .984.182l.454-2.452A2.5 2.5 0 0 1 10.5 21m9.293-4.326a2.5 2.5 0 0 0-.77 1.479a.5.5 0 0 1 .32-.116h1.117zm-.756 2.259a.5.5 0 0 0 .307.104h1.917a.5.5 0 0 0 .449-.72l-1.06-2.169q.4-.146.85-.148a2.5 2.5 0 1 1-2.463 2.933"/><path fill="#f8312f" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m6.645-5.233A10.95 10.95 0 0 1 16 27C9.925 27 5 22.075 5 16c0-2.497.832-4.8 2.233-6.645zm2.122-2.122L9.355 7.233A10.95 10.95 0 0 1 16 5c6.075 0 11 4.925 11 11c0 2.497-.832 4.8-2.233 6.645"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fff" d="M27.875 15.938c0 6.592-5.345 11.937-11.937 11.937C9.345 27.875 4 22.53 4 15.938C4 9.345 9.345 4 15.938 4c6.592 0 11.937 5.345 11.937 11.938"/><path fill="#000" d="M9 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-3.552a.5.5 0 0 1-.377.277c-.11.017-.271.134-.41.535a3.7 3.7 0 0 0-.175 1.107a.5.5 0 0 1-1 0c0-.368.055-.931.23-1.436c.053-.153.126-.322.223-.483H9zm8.5.5a.5.5 0 0 0 0 1h1.17l-.276.646h-6.918a.5.5 0 0 0-.492.409l-.36 1.947L10.5 15a3.5 3.5 0 1 0 1.108.179l.284-1.533h6.074l-1.119 2.618a.5.5 0 0 0 .92.393l.941-2.203l.632 1.292a3.5 3.5 0 1 0 .869-.5l-.982-2.007l.53-1.239h.743a.5.5 0 0 0 0-1zm-7 10a2.5 2.5 0 0 1-.062-5l-.453 2.446a.5.5 0 0 0 .984.182l.454-2.452A2.5 2.5 0 0 1 10.5 21m9.293-4.326a2.5 2.5 0 0 0-.77 1.479a.5.5 0 0 1 .32-.116h1.117zm-.756 2.259a.5.5 0 0 0 .307.104h1.917a.5.5 0 0 0 .449-.72l-1.06-2.169q.4-.146.85-.148a2.5 2.5 0 1 1-2.463 2.933"/><path fill="#f8312f" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m6.645-5.233A10.95 10.95 0 0 1 16 27C9.925 27 5 22.075 5 16c0-2.497.832-4.8 2.233-6.645zm2.122-2.122L9.355 7.233A10.95 10.95 0 0 1 16 5c6.075 0 11 4.925 11 11c0 2.497-.832 4.8-2.233 6.645"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.875%2015.938c0%206.592-5.345%2011.937-11.937%2011.937C9.345%2027.875%204%2022.53%204%2015.938C4%209.345%209.345%204%2015.938%204c6.592%200%2011.937%205.345%2011.937%2011.938%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9%2010.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-3.552a.5.5%200%200%201-.377.277c-.11.017-.271.134-.41.535a3.7%203.7%200%200%200-.175%201.107a.5.5%200%200%201-1%200c0-.368.055-.931.23-1.436c.053-.153.126-.322.223-.483H9zm8.5.5a.5.5%200%200%200%200%201h1.17l-.276.646h-6.918a.5.5%200%200%200-.492.409l-.36%201.947L10.5%2015a3.5%203.5%200%201%200%201.108.179l.284-1.533h6.074l-1.119%202.618a.5.5%200%200%200%20.92.393l.941-2.203l.632%201.292a3.5%203.5%200%201%200%20.869-.5l-.982-2.007l.53-1.239h.743a.5.5%200%200%200%200-1zm-7%2010a2.5%202.5%200%200%201-.062-5l-.453%202.446a.5.5%200%200%200%20.984.182l.454-2.452A2.5%202.5%200%200%201%2010.5%2021m9.293-4.326a2.5%202.5%200%200%200-.77%201.479a.5.5%200%200%201%20.32-.116h1.117zm-.756%202.259a.5.5%200%200%200%20.307.104h1.917a.5.5%200%200%200%20.449-.72l-1.06-2.169q.4-.146.85-.148a2.5%202.5%200%201%201-2.463%202.933%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m6.645-5.233A10.95%2010.95%200%200%201%2016%2027C9.925%2027%205%2022.075%205%2016c0-2.497.832-4.8%202.233-6.645zm2.122-2.122L9.355%207.233A10.95%2010.95%200%200%201%2016%205c6.075%200%2011%204.925%2011%2011c0%202.497-.832%204.8-2.233%206.645%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.875%2015.938c0%206.592-5.345%2011.937-11.937%2011.937C9.345%2027.875%204%2022.53%204%2015.938C4%209.345%209.345%204%2015.938%204c6.592%200%2011.937%205.345%2011.937%2011.938%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9%2010.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-3.552a.5.5%200%200%201-.377.277c-.11.017-.271.134-.41.535a3.7%203.7%200%200%200-.175%201.107a.5.5%200%200%201-1%200c0-.368.055-.931.23-1.436c.053-.153.126-.322.223-.483H9zm8.5.5a.5.5%200%200%200%200%201h1.17l-.276.646h-6.918a.5.5%200%200%200-.492.409l-.36%201.947L10.5%2015a3.5%203.5%200%201%200%201.108.179l.284-1.533h6.074l-1.119%202.618a.5.5%200%200%200%20.92.393l.941-2.203l.632%201.292a3.5%203.5%200%201%200%20.869-.5l-.982-2.007l.53-1.239h.743a.5.5%200%200%200%200-1zm-7%2010a2.5%202.5%200%200%201-.062-5l-.453%202.446a.5.5%200%200%200%20.984.182l.454-2.452A2.5%202.5%200%200%201%2010.5%2021m9.293-4.326a2.5%202.5%200%200%200-.77%201.479a.5.5%200%200%201%20.32-.116h1.117zm-.756%202.259a.5.5%200%200%200%20.307.104h1.917a.5.5%200%200%200%20.449-.72l-1.06-2.169q.4-.146.85-.148a2.5%202.5%200%201%201-2.463%202.933%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m6.645-5.233A10.95%2010.95%200%200%201%2016%2027C9.925%2027%205%2022.075%205%2016c0-2.497.832-4.8%202.233-6.645zm2.122-2.122L9.355%207.233A10.95%2010.95%200%200%201%2016%205c6.075%200%2011%204.925%2011%2011c0%202.497-.832%204.8-2.233%206.645%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/no-bicycles.svg?color=%231a73e8&size=48