no bicycles emoji
no-bicycles from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- no-bicycles
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the no bicycles emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M52 32.8c-.4-.9-.9-1.7-1.6-2.4s-1.5-1.2-2.4-1.6s-1.9-.6-2.9-.6s-2 .2-2.9.6c-.3.1-.5.2-.8.4l-2.5-3.5l.9-2.2c.8-.5 1.9-1.1 2.2-1.7c.5-1-1.4-.4-5.5-.4c0 0-2.2-.2-1.2.8c.6.6 1.8 1.2 2.6 1.6l-.4 1.1H26.6v-.2c.1-1.2-.4-2.2-1.1-3.3c-.1-.1-.1-.2-.2-.3c0-.1-.1-.1-.1-.2c0-.2.2-.4.4-.4H29l1.1-1.7h-5.3c-.5 0-1.2.3-1.5 1c-.2.4-.1.8 0 1.3c.2.4.5.9.9 1.4c1.3 1.5.7 2.7.1 3.9c-.1.1-.1.2-.2.4c-.2.4-.8 1.3-1.6 2.4c-.2-.1-.5-.2-.7-.4c-.9-.4-1.9-.6-2.9-.6s-2 .2-2.9.6s-1.7.9-2.4 1.6s-1.2 1.5-1.6 2.4s-.6 1.9-.6 2.9s.2 2 .6 2.9s.9 1.7 1.6 2.4s1.5 1.2 2.4 1.6s1.9.6 2.9.6s2-.2 2.9-.6s1.7-.9 2.4-1.6s1.2-1.5 1.6-2.4s.6-1.9.6-2.9s-.2-2-.6-2.9s-.9-1.7-1.6-2.4l-.3-.3c.3-.4.5-.7.7-1.1l7 7.2c-.1.2-.2.5-.2.8c0 1.1.8 2 1.9 2.1l.4 2.3H33v.8h2.3v-.8h-.8l-.4-2.4c.7-.2 1.2-.7 1.4-1.4l2.3-.3c.1.4.2.8.4 1.2c.4.9.9 1.7 1.6 2.4s1.5 1.2 2.4 1.6s1.9.6 2.9.6s2-.2 2.9-.6s1.7-.9 2.4-1.6s1.2-1.5 1.6-2.4s.6-1.9.6-2.9c0-.9-.2-1.9-.6-2.8m-27.4 2.9c0 3.2-2.6 5.8-5.8 5.8s-5.7-2.6-5.7-5.8s2.6-5.8 5.7-5.8c1 0 1.9.2 2.6.6c-1.2 1.7-2.6 3.6-3.3 4.6c-.1.1-.2.3-.2.5c0 .5.4.8.8.8c.3 0 .5-.1.7-.3c.3-.4 1.9-2.5 3.3-4.6c1.2 1.1 1.9 2.6 1.9 4.2m.9-8.1c.1-.1.1-.2.2-.3l.3-.6h10.8L33.5 35l-.5-3h.7v-1h-2.3v.8h.8l.5 3.2zm9.9 8.4c-.1-.2-.2-.3-.3-.4l3.1-7.9l1.9 2.6l-.2.2c-.7.7-1.2 1.5-1.6 2.4s-.6 1.9-.6 2.9zm5.7-4.4l2.5 3.4l-4.2.5c0-1.5.7-2.9 1.7-3.9m4 9.9c-2.7 0-4.9-1.8-5.5-4.3l7.1-.8l-4.2-5.8c.8-.4 1.7-.7 2.7-.7c3.2 0 5.7 2.6 5.7 5.8s-2.6 5.8-5.8 5.8"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneNoBicycles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M52 32.8c-.4-.9-.9-1.7-1.6-2.4s-1.5-1.2-2.4-1.6s-1.9-.6-2.9-.6s-2 .2-2.9.6c-.3.1-.5.2-.8.4l-2.5-3.5l.9-2.2c.8-.5 1.9-1.1 2.2-1.7c.5-1-1.4-.4-5.5-.4c0 0-2.2-.2-1.2.8c.6.6 1.8 1.2 2.6 1.6l-.4 1.1H26.6v-.2c.1-1.2-.4-2.2-1.1-3.3c-.1-.1-.1-.2-.2-.3c0-.1-.1-.1-.1-.2c0-.2.2-.4.4-.4H29l1.1-1.7h-5.3c-.5 0-1.2.3-1.5 1c-.2.4-.1.8 0 1.3c.2.4.5.9.9 1.4c1.3 1.5.7 2.7.1 3.9c-.1.1-.1.2-.2.4c-.2.4-.8 1.3-1.6 2.4c-.2-.1-.5-.2-.7-.4c-.9-.4-1.9-.6-2.9-.6s-2 .2-2.9.6s-1.7.9-2.4 1.6s-1.2 1.5-1.6 2.4s-.6 1.9-.6 2.9s.2 2 .6 2.9s.9 1.7 1.6 2.4s1.5 1.2 2.4 1.6s1.9.6 2.9.6s2-.2 2.9-.6s1.7-.9 2.4-1.6s1.2-1.5 1.6-2.4s.6-1.9.6-2.9s-.2-2-.6-2.9s-.9-1.7-1.6-2.4l-.3-.3c.3-.4.5-.7.7-1.1l7 7.2c-.1.2-.2.5-.2.8c0 1.1.8 2 1.9 2.1l.4 2.3H33v.8h2.3v-.8h-.8l-.4-2.4c.7-.2 1.2-.7 1.4-1.4l2.3-.3c.1.4.2.8.4 1.2c.4.9.9 1.7 1.6 2.4s1.5 1.2 2.4 1.6s1.9.6 2.9.6s2-.2 2.9-.6s1.7-.9 2.4-1.6s1.2-1.5 1.6-2.4s.6-1.9.6-2.9c0-.9-.2-1.9-.6-2.8m-27.4 2.9c0 3.2-2.6 5.8-5.8 5.8s-5.7-2.6-5.7-5.8s2.6-5.8 5.7-5.8c1 0 1.9.2 2.6.6c-1.2 1.7-2.6 3.6-3.3 4.6c-.1.1-.2.3-.2.5c0 .5.4.8.8.8c.3 0 .5-.1.7-.3c.3-.4 1.9-2.5 3.3-4.6c1.2 1.1 1.9 2.6 1.9 4.2m.9-8.1c.1-.1.1-.2.2-.3l.3-.6h10.8L33.5 35l-.5-3h.7v-1h-2.3v.8h.8l.5 3.2zm9.9 8.4c-.1-.2-.2-.3-.3-.4l3.1-7.9l1.9 2.6l-.2.2c-.7.7-1.2 1.5-1.6 2.4s-.6 1.9-.6 2.9zm5.7-4.4l2.5 3.4l-4.2.5c0-1.5.7-2.9 1.7-3.9m4 9.9c-2.7 0-4.9-1.8-5.5-4.3l7.1-.8l-4.2-5.8c.8-.4 1.7-.7 2.7-.7c3.2 0 5.7 2.6 5.7 5.8s-2.6 5.8-5.8 5.8"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M52 32.8c-.4-.9-.9-1.7-1.6-2.4s-1.5-1.2-2.4-1.6s-1.9-.6-2.9-.6s-2 .2-2.9.6c-.3.1-.5.2-.8.4l-2.5-3.5l.9-2.2c.8-.5 1.9-1.1 2.2-1.7c.5-1-1.4-.4-5.5-.4c0 0-2.2-.2-1.2.8c.6.6 1.8 1.2 2.6 1.6l-.4 1.1H26.6v-.2c.1-1.2-.4-2.2-1.1-3.3c-.1-.1-.1-.2-.2-.3c0-.1-.1-.1-.1-.2c0-.2.2-.4.4-.4H29l1.1-1.7h-5.3c-.5 0-1.2.3-1.5 1c-.2.4-.1.8 0 1.3c.2.4.5.9.9 1.4c1.3 1.5.7 2.7.1 3.9c-.1.1-.1.2-.2.4c-.2.4-.8 1.3-1.6 2.4c-.2-.1-.5-.2-.7-.4c-.9-.4-1.9-.6-2.9-.6s-2 .2-2.9.6s-1.7.9-2.4 1.6s-1.2 1.5-1.6 2.4s-.6 1.9-.6 2.9s.2 2 .6 2.9s.9 1.7 1.6 2.4s1.5 1.2 2.4 1.6s1.9.6 2.9.6s2-.2 2.9-.6s1.7-.9 2.4-1.6s1.2-1.5 1.6-2.4s.6-1.9.6-2.9s-.2-2-.6-2.9s-.9-1.7-1.6-2.4l-.3-.3c.3-.4.5-.7.7-1.1l7 7.2c-.1.2-.2.5-.2.8c0 1.1.8 2 1.9 2.1l.4 2.3H33v.8h2.3v-.8h-.8l-.4-2.4c.7-.2 1.2-.7 1.4-1.4l2.3-.3c.1.4.2.8.4 1.2c.4.9.9 1.7 1.6 2.4s1.5 1.2 2.4 1.6s1.9.6 2.9.6s2-.2 2.9-.6s1.7-.9 2.4-1.6s1.2-1.5 1.6-2.4s.6-1.9.6-2.9c0-.9-.2-1.9-.6-2.8m-27.4 2.9c0 3.2-2.6 5.8-5.8 5.8s-5.7-2.6-5.7-5.8s2.6-5.8 5.7-5.8c1 0 1.9.2 2.6.6c-1.2 1.7-2.6 3.6-3.3 4.6c-.1.1-.2.3-.2.5c0 .5.4.8.8.8c.3 0 .5-.1.7-.3c.3-.4 1.9-2.5 3.3-4.6c1.2 1.1 1.9 2.6 1.9 4.2m.9-8.1c.1-.1.1-.2.2-.3l.3-.6h10.8L33.5 35l-.5-3h.7v-1h-2.3v.8h.8l.5 3.2zm9.9 8.4c-.1-.2-.2-.3-.3-.4l3.1-7.9l1.9 2.6l-.2.2c-.7.7-1.2 1.5-1.6 2.4s-.6 1.9-.6 2.9zm5.7-4.4l2.5 3.4l-4.2.5c0-1.5.7-2.9 1.7-3.9m4 9.9c-2.7 0-4.9-1.8-5.5-4.3l7.1-.8l-4.2-5.8c.8-.4 1.7-.7 2.7-.7c3.2 0 5.7 2.6 5.7 5.8s-2.6 5.8-5.8 5.8"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52%2032.8c-.4-.9-.9-1.7-1.6-2.4s-1.5-1.2-2.4-1.6s-1.9-.6-2.9-.6s-2%20.2-2.9.6c-.3.1-.5.2-.8.4l-2.5-3.5l.9-2.2c.8-.5%201.9-1.1%202.2-1.7c.5-1-1.4-.4-5.5-.4c0%200-2.2-.2-1.2.8c.6.6%201.8%201.2%202.6%201.6l-.4%201.1H26.6v-.2c.1-1.2-.4-2.2-1.1-3.3c-.1-.1-.1-.2-.2-.3c0-.1-.1-.1-.1-.2c0-.2.2-.4.4-.4H29l1.1-1.7h-5.3c-.5%200-1.2.3-1.5%201c-.2.4-.1.8%200%201.3c.2.4.5.9.9%201.4c1.3%201.5.7%202.7.1%203.9c-.1.1-.1.2-.2.4c-.2.4-.8%201.3-1.6%202.4c-.2-.1-.5-.2-.7-.4c-.9-.4-1.9-.6-2.9-.6s-2%20.2-2.9.6s-1.7.9-2.4%201.6s-1.2%201.5-1.6%202.4s-.6%201.9-.6%202.9s.2%202%20.6%202.9s.9%201.7%201.6%202.4s1.5%201.2%202.4%201.6s1.9.6%202.9.6s2-.2%202.9-.6s1.7-.9%202.4-1.6s1.2-1.5%201.6-2.4s.6-1.9.6-2.9s-.2-2-.6-2.9s-.9-1.7-1.6-2.4l-.3-.3c.3-.4.5-.7.7-1.1l7%207.2c-.1.2-.2.5-.2.8c0%201.1.8%202%201.9%202.1l.4%202.3H33v.8h2.3v-.8h-.8l-.4-2.4c.7-.2%201.2-.7%201.4-1.4l2.3-.3c.1.4.2.8.4%201.2c.4.9.9%201.7%201.6%202.4s1.5%201.2%202.4%201.6s1.9.6%202.9.6s2-.2%202.9-.6s1.7-.9%202.4-1.6s1.2-1.5%201.6-2.4s.6-1.9.6-2.9c0-.9-.2-1.9-.6-2.8m-27.4%202.9c0%203.2-2.6%205.8-5.8%205.8s-5.7-2.6-5.7-5.8s2.6-5.8%205.7-5.8c1%200%201.9.2%202.6.6c-1.2%201.7-2.6%203.6-3.3%204.6c-.1.1-.2.3-.2.5c0%20.5.4.8.8.8c.3%200%20.5-.1.7-.3c.3-.4%201.9-2.5%203.3-4.6c1.2%201.1%201.9%202.6%201.9%204.2m.9-8.1c.1-.1.1-.2.2-.3l.3-.6h10.8L33.5%2035l-.5-3h.7v-1h-2.3v.8h.8l.5%203.2zm9.9%208.4c-.1-.2-.2-.3-.3-.4l3.1-7.9l1.9%202.6l-.2.2c-.7.7-1.2%201.5-1.6%202.4s-.6%201.9-.6%202.9zm5.7-4.4l2.5%203.4l-4.2.5c0-1.5.7-2.9%201.7-3.9m4%209.9c-2.7%200-4.9-1.8-5.5-4.3l7.1-.8l-4.2-5.8c.8-.4%201.7-.7%202.7-.7c3.2%200%205.7%202.6%205.7%205.8s-2.6%205.8-5.8%205.8%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.243l41.295%2041.295l-4.243%204.242z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52%2032.8c-.4-.9-.9-1.7-1.6-2.4s-1.5-1.2-2.4-1.6s-1.9-.6-2.9-.6s-2%20.2-2.9.6c-.3.1-.5.2-.8.4l-2.5-3.5l.9-2.2c.8-.5%201.9-1.1%202.2-1.7c.5-1-1.4-.4-5.5-.4c0%200-2.2-.2-1.2.8c.6.6%201.8%201.2%202.6%201.6l-.4%201.1H26.6v-.2c.1-1.2-.4-2.2-1.1-3.3c-.1-.1-.1-.2-.2-.3c0-.1-.1-.1-.1-.2c0-.2.2-.4.4-.4H29l1.1-1.7h-5.3c-.5%200-1.2.3-1.5%201c-.2.4-.1.8%200%201.3c.2.4.5.9.9%201.4c1.3%201.5.7%202.7.1%203.9c-.1.1-.1.2-.2.4c-.2.4-.8%201.3-1.6%202.4c-.2-.1-.5-.2-.7-.4c-.9-.4-1.9-.6-2.9-.6s-2%20.2-2.9.6s-1.7.9-2.4%201.6s-1.2%201.5-1.6%202.4s-.6%201.9-.6%202.9s.2%202%20.6%202.9s.9%201.7%201.6%202.4s1.5%201.2%202.4%201.6s1.9.6%202.9.6s2-.2%202.9-.6s1.7-.9%202.4-1.6s1.2-1.5%201.6-2.4s.6-1.9.6-2.9s-.2-2-.6-2.9s-.9-1.7-1.6-2.4l-.3-.3c.3-.4.5-.7.7-1.1l7%207.2c-.1.2-.2.5-.2.8c0%201.1.8%202%201.9%202.1l.4%202.3H33v.8h2.3v-.8h-.8l-.4-2.4c.7-.2%201.2-.7%201.4-1.4l2.3-.3c.1.4.2.8.4%201.2c.4.9.9%201.7%201.6%202.4s1.5%201.2%202.4%201.6s1.9.6%202.9.6s2-.2%202.9-.6s1.7-.9%202.4-1.6s1.2-1.5%201.6-2.4s.6-1.9.6-2.9c0-.9-.2-1.9-.6-2.8m-27.4%202.9c0%203.2-2.6%205.8-5.8%205.8s-5.7-2.6-5.7-5.8s2.6-5.8%205.7-5.8c1%200%201.9.2%202.6.6c-1.2%201.7-2.6%203.6-3.3%204.6c-.1.1-.2.3-.2.5c0%20.5.4.8.8.8c.3%200%20.5-.1.7-.3c.3-.4%201.9-2.5%203.3-4.6c1.2%201.1%201.9%202.6%201.9%204.2m.9-8.1c.1-.1.1-.2.2-.3l.3-.6h10.8L33.5%2035l-.5-3h.7v-1h-2.3v.8h.8l.5%203.2zm9.9%208.4c-.1-.2-.2-.3-.3-.4l3.1-7.9l1.9%202.6l-.2.2c-.7.7-1.2%201.5-1.6%202.4s-.6%201.9-.6%202.9zm5.7-4.4l2.5%203.4l-4.2.5c0-1.5.7-2.9%201.7-3.9m4%209.9c-2.7%200-4.9-1.8-5.5-4.3l7.1-.8l-4.2-5.8c.8-.4%201.7-.7%202.7-.7c3.2%200%205.7%202.6%205.7%205.8s-2.6%205.8-5.8%205.8%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.243l41.295%2041.295l-4.243%204.242z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/no-bicycles.svg?color=%231a73e8&size=48