kick scooter icon
kick-scooter-linear from Solar by 480 Design · Linear · Parts · CC-BY-4.0 Attribution required.
- Name
- kick-scooter-linear
- Set
- Solar
- Style
- Linear
- Category
- Parts
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More parts icons from Solar
bus-boldcar-battery-boldcar-boldelectric-refueling-boldgas-station-boldscooter-boldshock-absorber-boldspeedometer-low-boldspeedometer-max-boldspeedometer-middle-boldsuspension-boldsuspension-bolt-boldsuspension-cross-boldtram-boldtransmission-boldtransmission-circle-boldtransmission-square-boldwheel-angle-boldwheel-bold
Use the kick scooter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.7619 17.6471C6.7619 18.9466 5.69592 20 4.38095 20C3.06599 20 2 18.9466 2 17.6471C2 16.3476 3.06599 15.2941 4.38095 15.2941C5.69592 15.2941 6.7619 16.3476 6.7619 17.6471ZM6.7619 17.6471H14.381C14.381 14.7882 16.7261 12.4706 19.619 12.4706L18.6149 6.51663C18.4641 5.62255 18.3887 5.1755 18.163 4.84003C17.964 4.54431 17.6844 4.31026 17.3565 4.1649C16.9846 4 16.526 4 15.6088 4H14.381M22 17.6471C22 18.9466 20.934 20 19.619 20C18.3041 20 17.2381 18.9466 17.2381 17.6471C17.2381 16.3476 18.3041 15.2941 19.619 15.2941C20.934 15.2941 22 16.3476 22 17.6471Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarKickScooterLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.7619 17.6471C6.7619 18.9466 5.69592 20 4.38095 20C3.06599 20 2 18.9466 2 17.6471C2 16.3476 3.06599 15.2941 4.38095 15.2941C5.69592 15.2941 6.7619 16.3476 6.7619 17.6471ZM6.7619 17.6471H14.381C14.381 14.7882 16.7261 12.4706 19.619 12.4706L18.6149 6.51663C18.4641 5.62255 18.3887 5.1755 18.163 4.84003C17.964 4.54431 17.6844 4.31026 17.3565 4.1649C16.9846 4 16.526 4 15.6088 4H14.381M22 17.6471C22 18.9466 20.934 20 19.619 20C18.3041 20 17.2381 18.9466 17.2381 17.6471C17.2381 16.3476 18.3041 15.2941 19.619 15.2941C20.934 15.2941 22 16.3476 22 17.6471Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.7619 17.6471C6.7619 18.9466 5.69592 20 4.38095 20C3.06599 20 2 18.9466 2 17.6471C2 16.3476 3.06599 15.2941 4.38095 15.2941C5.69592 15.2941 6.7619 16.3476 6.7619 17.6471ZM6.7619 17.6471H14.381C14.381 14.7882 16.7261 12.4706 19.619 12.4706L18.6149 6.51663C18.4641 5.62255 18.3887 5.1755 18.163 4.84003C17.964 4.54431 17.6844 4.31026 17.3565 4.1649C16.9846 4 16.526 4 15.6088 4H14.381M22 17.6471C22 18.9466 20.934 20 19.619 20C18.3041 20 17.2381 18.9466 17.2381 17.6471C17.2381 16.3476 18.3041 15.2941 19.619 15.2941C20.934 15.2941 22 16.3476 22 17.6471Z"/></svg> </template>
CSS
.icon-kick-scooter-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.7619%2017.6471C6.7619%2018.9466%205.69592%2020%204.38095%2020C3.06599%2020%202%2018.9466%202%2017.6471C2%2016.3476%203.06599%2015.2941%204.38095%2015.2941C5.69592%2015.2941%206.7619%2016.3476%206.7619%2017.6471ZM6.7619%2017.6471H14.381C14.381%2014.7882%2016.7261%2012.4706%2019.619%2012.4706L18.6149%206.51663C18.4641%205.62255%2018.3887%205.1755%2018.163%204.84003C17.964%204.54431%2017.6844%204.31026%2017.3565%204.1649C16.9846%204%2016.526%204%2015.6088%204H14.381M22%2017.6471C22%2018.9466%2020.934%2020%2019.619%2020C18.3041%2020%2017.2381%2018.9466%2017.2381%2017.6471C17.2381%2016.3476%2018.3041%2015.2941%2019.619%2015.2941C20.934%2015.2941%2022%2016.3476%2022%2017.6471Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.7619%2017.6471C6.7619%2018.9466%205.69592%2020%204.38095%2020C3.06599%2020%202%2018.9466%202%2017.6471C2%2016.3476%203.06599%2015.2941%204.38095%2015.2941C5.69592%2015.2941%206.7619%2016.3476%206.7619%2017.6471ZM6.7619%2017.6471H14.381C14.381%2014.7882%2016.7261%2012.4706%2019.619%2012.4706L18.6149%206.51663C18.4641%205.62255%2018.3887%205.1755%2018.163%204.84003C17.964%204.54431%2017.6844%204.31026%2017.3565%204.1649C16.9846%204%2016.526%204%2015.6088%204H14.381M22%2017.6471C22%2018.9466%2020.934%2020%2019.619%2020C18.3041%2020%2017.2381%2018.9466%2017.2381%2017.6471C17.2381%2016.3476%2018.3041%2015.2941%2019.619%2015.2941C20.934%2015.2941%2022%2016.3476%2022%2017.6471Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/kick-scooter-linear.svg?color=%231a73e8&size=48