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

Name
riding
Set
IconPark
Style
Color
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark

Use the riding 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 fill="#2F88FF" stroke-miterlimit="2" d="M33 14C35.7614 14 38 11.7614 38 9C38 6.23858 35.7614 4 33 4C30.2386 4 28 6.23858 28 9C28 11.7614 30.2386 14 33 14Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M40.0002 22.9998H32.3702C31.8102 22.9998 31.2702 22.7598 30.8902 22.3498L25.5502 16.5698C24.9002 15.8598 23.8402 15.7098 23.0202 16.2098L15.5702 20.7898C14.9402 21.1798 14.9402 22.0998 15.5702 22.4898L23.0302 27.0598C23.6202 27.4198 23.9902 28.0698 23.9902 28.7698L24.0002 37.9998"/><circle cx="36.5" cy="36.5" r="7.5" fill="#2F88FF"/><circle cx="11.5" cy="36.5" r="7.5" fill="#2F88FF"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkRiding(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 fill="#2F88FF" strokeMiterlimit="2" d="M33 14C35.7614 14 38 11.7614 38 9C38 6.23858 35.7614 4 33 4C30.2386 4 28 6.23858 28 9C28 11.7614 30.2386 14 33 14Z"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="M40.0002 22.9998H32.3702C31.8102 22.9998 31.2702 22.7598 30.8902 22.3498L25.5502 16.5698C24.9002 15.8598 23.8402 15.7098 23.0202 16.2098L15.5702 20.7898C14.9402 21.1798 14.9402 22.0998 15.5702 22.4898L23.0302 27.0598C23.6202 27.4198 23.9902 28.0698 23.9902 28.7698L24.0002 37.9998"/><circle cx="36.5" cy="36.5" r="7.5" fill="#2F88FF"/><circle cx="11.5" cy="36.5" r="7.5" fill="#2F88FF"/></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 fill="#2F88FF" stroke-miterlimit="2" d="M33 14C35.7614 14 38 11.7614 38 9C38 6.23858 35.7614 4 33 4C30.2386 4 28 6.23858 28 9C28 11.7614 30.2386 14 33 14Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M40.0002 22.9998H32.3702C31.8102 22.9998 31.2702 22.7598 30.8902 22.3498L25.5502 16.5698C24.9002 15.8598 23.8402 15.7098 23.0202 16.2098L15.5702 20.7898C14.9402 21.1798 14.9402 22.0998 15.5702 22.4898L23.0302 27.0598C23.6202 27.4198 23.9902 28.0698 23.9902 28.7698L24.0002 37.9998"/><circle cx="36.5" cy="36.5" r="7.5" fill="#2F88FF"/><circle cx="11.5" cy="36.5" r="7.5" fill="#2F88FF"/></g></svg>
</template>

CSS

.icon-riding {
  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%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M33%2014C35.7614%2014%2038%2011.7614%2038%209C38%206.23858%2035.7614%204%2033%204C30.2386%204%2028%206.23858%2028%209C28%2011.7614%2030.2386%2014%2033%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M40.0002%2022.9998H32.3702C31.8102%2022.9998%2031.2702%2022.7598%2030.8902%2022.3498L25.5502%2016.5698C24.9002%2015.8598%2023.8402%2015.7098%2023.0202%2016.2098L15.5702%2020.7898C14.9402%2021.1798%2014.9402%2022.0998%2015.5702%2022.4898L23.0302%2027.0598C23.6202%2027.4198%2023.9902%2028.0698%2023.9902%2028.7698L24.0002%2037.9998%22%2F%3E%3Ccircle%20cx%3D%2236.5%22%20cy%3D%2236.5%22%20r%3D%227.5%22%20fill%3D%22%232F88FF%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2236.5%22%20r%3D%227.5%22%20fill%3D%22%232F88FF%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%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M33%2014C35.7614%2014%2038%2011.7614%2038%209C38%206.23858%2035.7614%204%2033%204C30.2386%204%2028%206.23858%2028%209C28%2011.7614%2030.2386%2014%2033%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M40.0002%2022.9998H32.3702C31.8102%2022.9998%2031.2702%2022.7598%2030.8902%2022.3498L25.5502%2016.5698C24.9002%2015.8598%2023.8402%2015.7098%2023.0202%2016.2098L15.5702%2020.7898C14.9402%2021.1798%2014.9402%2022.0998%2015.5702%2022.4898L23.0302%2027.0598C23.6202%2027.4198%2023.9902%2028.0698%2023.9902%2028.7698L24.0002%2037.9998%22%2F%3E%3Ccircle%20cx%3D%2236.5%22%20cy%3D%2236.5%22%20r%3D%227.5%22%20fill%3D%22%232F88FF%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2236.5%22%20r%3D%227.5%22%20fill%3D%22%232F88FF%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.svg?color=%231a73e8&size=48