motorbike icon
motorbike-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- motorbike-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the motorbike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 16.474c0 2.274-1.884 4.164-4.158 4.164s-4.157-1.89-4.157-4.164c0-1.58.91-2.975 2.228-3.679l-.205-.768c-1.017.261-1.63 1.08-2.256 2.193c-.346.615-.751 1.436-1.198 2.03c-.476.632-1.185 1.271-2.254 1.271h-.018l-1.794-.032c-.46 1.795-2.105 3.149-4.03 3.15C2.884 20.638 1 18.747 1 16.473s1.884-4.163 4.158-4.163c1.935 0 3.587 1.37 4.036 3.179l1.809.03c.155 0 .344-.062.653-.473c.341-.452.615-1.028 1.054-1.808c.545-.968 1.296-2.136 2.555-2.791c-.695-.308-1.503-.55-2.185-.624c-.626-.068-1.285.188-2.193.622c-.79.377-1.891.965-3.03.965h-5.33a1 1 0 1 1 0-2h5.33c.577 0 1.195-.305 2.168-.77c.855-.408 2.004-.943 3.27-.807c1.067.116 2.248.51 3.164.965c.459.228.894.492 1.231.777c.112.094.224.2.328.319c.4-.066.588-.195.673-.284c.119-.123.222-.353.2-.8c-.044-.942-.622-2.211-1.214-3.132a1 1 0 0 1 1.682-1.082c.652 1.013 1.46 2.644 1.53 4.118c.037.761-.12 1.62-.755 2.282c-.376.391-.858.648-1.42.793l.14.521c2.269.007 4.146 1.894 4.146 4.163"/></svg>
React
import type { SVGProps } from "react";
export function MynauiMotorbikeSolid(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="M23 16.474c0 2.274-1.884 4.164-4.158 4.164s-4.157-1.89-4.157-4.164c0-1.58.91-2.975 2.228-3.679l-.205-.768c-1.017.261-1.63 1.08-2.256 2.193c-.346.615-.751 1.436-1.198 2.03c-.476.632-1.185 1.271-2.254 1.271h-.018l-1.794-.032c-.46 1.795-2.105 3.149-4.03 3.15C2.884 20.638 1 18.747 1 16.473s1.884-4.163 4.158-4.163c1.935 0 3.587 1.37 4.036 3.179l1.809.03c.155 0 .344-.062.653-.473c.341-.452.615-1.028 1.054-1.808c.545-.968 1.296-2.136 2.555-2.791c-.695-.308-1.503-.55-2.185-.624c-.626-.068-1.285.188-2.193.622c-.79.377-1.891.965-3.03.965h-5.33a1 1 0 1 1 0-2h5.33c.577 0 1.195-.305 2.168-.77c.855-.408 2.004-.943 3.27-.807c1.067.116 2.248.51 3.164.965c.459.228.894.492 1.231.777c.112.094.224.2.328.319c.4-.066.588-.195.673-.284c.119-.123.222-.353.2-.8c-.044-.942-.622-2.211-1.214-3.132a1 1 0 0 1 1.682-1.082c.652 1.013 1.46 2.644 1.53 4.118c.037.761-.12 1.62-.755 2.282c-.376.391-.858.648-1.42.793l.14.521c2.269.007 4.146 1.894 4.146 4.163"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 16.474c0 2.274-1.884 4.164-4.158 4.164s-4.157-1.89-4.157-4.164c0-1.58.91-2.975 2.228-3.679l-.205-.768c-1.017.261-1.63 1.08-2.256 2.193c-.346.615-.751 1.436-1.198 2.03c-.476.632-1.185 1.271-2.254 1.271h-.018l-1.794-.032c-.46 1.795-2.105 3.149-4.03 3.15C2.884 20.638 1 18.747 1 16.473s1.884-4.163 4.158-4.163c1.935 0 3.587 1.37 4.036 3.179l1.809.03c.155 0 .344-.062.653-.473c.341-.452.615-1.028 1.054-1.808c.545-.968 1.296-2.136 2.555-2.791c-.695-.308-1.503-.55-2.185-.624c-.626-.068-1.285.188-2.193.622c-.79.377-1.891.965-3.03.965h-5.33a1 1 0 1 1 0-2h5.33c.577 0 1.195-.305 2.168-.77c.855-.408 2.004-.943 3.27-.807c1.067.116 2.248.51 3.164.965c.459.228.894.492 1.231.777c.112.094.224.2.328.319c.4-.066.588-.195.673-.284c.119-.123.222-.353.2-.8c-.044-.942-.622-2.211-1.214-3.132a1 1 0 0 1 1.682-1.082c.652 1.013 1.46 2.644 1.53 4.118c.037.761-.12 1.62-.755 2.282c-.376.391-.858.648-1.42.793l.14.521c2.269.007 4.146 1.894 4.146 4.163"/></svg> </template>
CSS
.icon-motorbike-solid {
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%22M23%2016.474c0%202.274-1.884%204.164-4.158%204.164s-4.157-1.89-4.157-4.164c0-1.58.91-2.975%202.228-3.679l-.205-.768c-1.017.261-1.63%201.08-2.256%202.193c-.346.615-.751%201.436-1.198%202.03c-.476.632-1.185%201.271-2.254%201.271h-.018l-1.794-.032c-.46%201.795-2.105%203.149-4.03%203.15C2.884%2020.638%201%2018.747%201%2016.473s1.884-4.163%204.158-4.163c1.935%200%203.587%201.37%204.036%203.179l1.809.03c.155%200%20.344-.062.653-.473c.341-.452.615-1.028%201.054-1.808c.545-.968%201.296-2.136%202.555-2.791c-.695-.308-1.503-.55-2.185-.624c-.626-.068-1.285.188-2.193.622c-.79.377-1.891.965-3.03.965h-5.33a1%201%200%201%201%200-2h5.33c.577%200%201.195-.305%202.168-.77c.855-.408%202.004-.943%203.27-.807c1.067.116%202.248.51%203.164.965c.459.228.894.492%201.231.777c.112.094.224.2.328.319c.4-.066.588-.195.673-.284c.119-.123.222-.353.2-.8c-.044-.942-.622-2.211-1.214-3.132a1%201%200%200%201%201.682-1.082c.652%201.013%201.46%202.644%201.53%204.118c.037.761-.12%201.62-.755%202.282c-.376.391-.858.648-1.42.793l.14.521c2.269.007%204.146%201.894%204.146%204.163%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%22M23%2016.474c0%202.274-1.884%204.164-4.158%204.164s-4.157-1.89-4.157-4.164c0-1.58.91-2.975%202.228-3.679l-.205-.768c-1.017.261-1.63%201.08-2.256%202.193c-.346.615-.751%201.436-1.198%202.03c-.476.632-1.185%201.271-2.254%201.271h-.018l-1.794-.032c-.46%201.795-2.105%203.149-4.03%203.15C2.884%2020.638%201%2018.747%201%2016.473s1.884-4.163%204.158-4.163c1.935%200%203.587%201.37%204.036%203.179l1.809.03c.155%200%20.344-.062.653-.473c.341-.452.615-1.028%201.054-1.808c.545-.968%201.296-2.136%202.555-2.791c-.695-.308-1.503-.55-2.185-.624c-.626-.068-1.285.188-2.193.622c-.79.377-1.891.965-3.03.965h-5.33a1%201%200%201%201%200-2h5.33c.577%200%201.195-.305%202.168-.77c.855-.408%202.004-.943%203.27-.807c1.067.116%202.248.51%203.164.965c.459.228.894.492%201.231.777c.112.094.224.2.328.319c.4-.066.588-.195.673-.284c.119-.123.222-.353.2-.8c-.044-.942-.622-2.211-1.214-3.132a1%201%200%200%201%201.682-1.082c.652%201.013%201.46%202.644%201.53%204.118c.037.761-.12%201.62-.755%202.282c-.376.391-.858.648-1.42.793l.14.521c2.269.007%204.146%201.894%204.146%204.163%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/motorbike-solid.svg?color=%231a73e8&size=48