riding one icon

riding-one from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.

Name
riding-one
Set
IconPark
Style
Color
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark

Use the riding one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M12.5804 27.5139L4 28.3194V22.6806L16.2578 17.4444V10C16.2578 10 21.9781 11.4028 22.7953 12.6111C23.6124 13.8194 22.7953 16.6389 22.7953 16.6389C26.8812 18.1157 30.7843 22.6806 30.7843 26.3056C30.7843 29.9306 29 34.5 29 34.5C27.0194 34.5 26.2898 38.7917 27.5156 40"/><path stroke-linecap="round" d="M22 26C22 28.7614 20.2091 30 18 30C15.7909 30 14 28.7614 14 26"/><path stroke-linecap="round" d="M17.3805 30C17.8186 30 18.2566 33.2 17.8186 34.8C17.3805 36.4 16.9425 37.2 13 40"/><path stroke-miterlimit="2" d="M37 16C38.1046 16 39 15.1046 39 14C39 12.8954 38.1046 12 37 12C35.8954 12 35 12.8954 35 14C35 15.1046 35.8954 16 37 16Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M26.9997 30C29.4347 30.0837 33.11 28.2269 34.9997 26.9336C37.272 25.3732 35.1346 22.923 37.7243 22.3785L39.549 21C39.549 21 40.9996 23.0664 41.9996 25C42.9997 26.9336 43.5997 32.9 41.9997 36.5H33.9997L36.9997 39.5"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkRidingOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M12.5804 27.5139L4 28.3194V22.6806L16.2578 17.4444V10C16.2578 10 21.9781 11.4028 22.7953 12.6111C23.6124 13.8194 22.7953 16.6389 22.7953 16.6389C26.8812 18.1157 30.7843 22.6806 30.7843 26.3056C30.7843 29.9306 29 34.5 29 34.5C27.0194 34.5 26.2898 38.7917 27.5156 40"/><path strokeLinecap="round" d="M22 26C22 28.7614 20.2091 30 18 30C15.7909 30 14 28.7614 14 26"/><path strokeLinecap="round" d="M17.3805 30C17.8186 30 18.2566 33.2 17.8186 34.8C17.3805 36.4 16.9425 37.2 13 40"/><path strokeMiterlimit="2" d="M37 16C38.1046 16 39 15.1046 39 14C39 12.8954 38.1046 12 37 12C35.8954 12 35 12.8954 35 14C35 15.1046 35.8954 16 37 16Z"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="M26.9997 30C29.4347 30.0837 33.11 28.2269 34.9997 26.9336C37.272 25.3732 35.1346 22.923 37.7243 22.3785L39.549 21C39.549 21 40.9996 23.0664 41.9996 25C42.9997 26.9336 43.5997 32.9 41.9997 36.5H33.9997L36.9997 39.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M12.5804 27.5139L4 28.3194V22.6806L16.2578 17.4444V10C16.2578 10 21.9781 11.4028 22.7953 12.6111C23.6124 13.8194 22.7953 16.6389 22.7953 16.6389C26.8812 18.1157 30.7843 22.6806 30.7843 26.3056C30.7843 29.9306 29 34.5 29 34.5C27.0194 34.5 26.2898 38.7917 27.5156 40"/><path stroke-linecap="round" d="M22 26C22 28.7614 20.2091 30 18 30C15.7909 30 14 28.7614 14 26"/><path stroke-linecap="round" d="M17.3805 30C17.8186 30 18.2566 33.2 17.8186 34.8C17.3805 36.4 16.9425 37.2 13 40"/><path stroke-miterlimit="2" d="M37 16C38.1046 16 39 15.1046 39 14C39 12.8954 38.1046 12 37 12C35.8954 12 35 12.8954 35 14C35 15.1046 35.8954 16 37 16Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M26.9997 30C29.4347 30.0837 33.11 28.2269 34.9997 26.9336C37.272 25.3732 35.1346 22.923 37.7243 22.3785L39.549 21C39.549 21 40.9996 23.0664 41.9996 25C42.9997 26.9336 43.5997 32.9 41.9997 36.5H33.9997L36.9997 39.5"/></g></svg>
</template>

CSS

.icon-riding-one {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5804%2027.5139L4%2028.3194V22.6806L16.2578%2017.4444V10C16.2578%2010%2021.9781%2011.4028%2022.7953%2012.6111C23.6124%2013.8194%2022.7953%2016.6389%2022.7953%2016.6389C26.8812%2018.1157%2030.7843%2022.6806%2030.7843%2026.3056C30.7843%2029.9306%2029%2034.5%2029%2034.5C27.0194%2034.5%2026.2898%2038.7917%2027.5156%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2026C22%2028.7614%2020.2091%2030%2018%2030C15.7909%2030%2014%2028.7614%2014%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.3805%2030C17.8186%2030%2018.2566%2033.2%2017.8186%2034.8C17.3805%2036.4%2016.9425%2037.2%2013%2040%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M37%2016C38.1046%2016%2039%2015.1046%2039%2014C39%2012.8954%2038.1046%2012%2037%2012C35.8954%2012%2035%2012.8954%2035%2014C35%2015.1046%2035.8954%2016%2037%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M26.9997%2030C29.4347%2030.0837%2033.11%2028.2269%2034.9997%2026.9336C37.272%2025.3732%2035.1346%2022.923%2037.7243%2022.3785L39.549%2021C39.549%2021%2040.9996%2023.0664%2041.9996%2025C42.9997%2026.9336%2043.5997%2032.9%2041.9997%2036.5H33.9997L36.9997%2039.5%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5804%2027.5139L4%2028.3194V22.6806L16.2578%2017.4444V10C16.2578%2010%2021.9781%2011.4028%2022.7953%2012.6111C23.6124%2013.8194%2022.7953%2016.6389%2022.7953%2016.6389C26.8812%2018.1157%2030.7843%2022.6806%2030.7843%2026.3056C30.7843%2029.9306%2029%2034.5%2029%2034.5C27.0194%2034.5%2026.2898%2038.7917%2027.5156%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2026C22%2028.7614%2020.2091%2030%2018%2030C15.7909%2030%2014%2028.7614%2014%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.3805%2030C17.8186%2030%2018.2566%2033.2%2017.8186%2034.8C17.3805%2036.4%2016.9425%2037.2%2013%2040%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M37%2016C38.1046%2016%2039%2015.1046%2039%2014C39%2012.8954%2038.1046%2012%2037%2012C35.8954%2012%2035%2012.8954%2035%2014C35%2015.1046%2035.8954%2016%2037%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M26.9997%2030C29.4347%2030.0837%2033.11%2028.2269%2034.9997%2026.9336C37.272%2025.3732%2035.1346%2022.923%2037.7243%2022.3785L39.549%2021C39.549%2021%2040.9996%2023.0664%2041.9996%2025C42.9997%2026.9336%2043.5997%2032.9%2041.9997%2036.5H33.9997L36.9997%2039.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/riding-one.svg?color=%231a73e8&size=48