motorcycle icon
motorcycle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- motorcycle-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the motorcycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 124a36 36 0 0 0-9.11 1.17l-8.64-22.46A59.6 59.6 0 0 1 216 100a4 4 0 0 0 0-8h-21.87l-14.4-37.44A4 4 0 0 0 176 52h-32a4 4 0 0 0 0 8h29.25l12.31 32H152c-17.56 0-31.67 4-40.83 11.54a20.05 20.05 0 0 1-21 2.63c-13.11-6-60.55-25.12-65-26.85C22.83 78.37 17.24 76 16 76a4 4 0 0 0-1.43 7.72c.46.18 47.42 18.4 72.34 29.72a28.12 28.12 0 0 0 29.37-3.74c7.7-6.35 20-9.71 35.73-9.71h32.08a68.05 68.05 0 0 0-33.58 41.67A19.86 19.86 0 0 1 131.32 156H75.77a36 36 0 1 0 0 8h55.55a27.9 27.9 0 0 0 26.89-20.18a60.06 60.06 0 0 1 32.58-38.22l8.64 22.46A36 36 0 1 0 216 124M40 164h27.71a28 28 0 1 1 0-8H40a4 4 0 0 0 0 8m176 24a28 28 0 0 1-13.68-52.42l10 25.86A4 4 0 0 0 216 164a3.9 3.9 0 0 0 1.44-.27a4 4 0 0 0 2.29-5.17l-9.94-25.86A28 28 0 1 1 216 188"/></svg>
React
import type { SVGProps } from "react";
export function PhMotorcycleThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 124a36 36 0 0 0-9.11 1.17l-8.64-22.46A59.6 59.6 0 0 1 216 100a4 4 0 0 0 0-8h-21.87l-14.4-37.44A4 4 0 0 0 176 52h-32a4 4 0 0 0 0 8h29.25l12.31 32H152c-17.56 0-31.67 4-40.83 11.54a20.05 20.05 0 0 1-21 2.63c-13.11-6-60.55-25.12-65-26.85C22.83 78.37 17.24 76 16 76a4 4 0 0 0-1.43 7.72c.46.18 47.42 18.4 72.34 29.72a28.12 28.12 0 0 0 29.37-3.74c7.7-6.35 20-9.71 35.73-9.71h32.08a68.05 68.05 0 0 0-33.58 41.67A19.86 19.86 0 0 1 131.32 156H75.77a36 36 0 1 0 0 8h55.55a27.9 27.9 0 0 0 26.89-20.18a60.06 60.06 0 0 1 32.58-38.22l8.64 22.46A36 36 0 1 0 216 124M40 164h27.71a28 28 0 1 1 0-8H40a4 4 0 0 0 0 8m176 24a28 28 0 0 1-13.68-52.42l10 25.86A4 4 0 0 0 216 164a3.9 3.9 0 0 0 1.44-.27a4 4 0 0 0 2.29-5.17l-9.94-25.86A28 28 0 1 1 216 188"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 124a36 36 0 0 0-9.11 1.17l-8.64-22.46A59.6 59.6 0 0 1 216 100a4 4 0 0 0 0-8h-21.87l-14.4-37.44A4 4 0 0 0 176 52h-32a4 4 0 0 0 0 8h29.25l12.31 32H152c-17.56 0-31.67 4-40.83 11.54a20.05 20.05 0 0 1-21 2.63c-13.11-6-60.55-25.12-65-26.85C22.83 78.37 17.24 76 16 76a4 4 0 0 0-1.43 7.72c.46.18 47.42 18.4 72.34 29.72a28.12 28.12 0 0 0 29.37-3.74c7.7-6.35 20-9.71 35.73-9.71h32.08a68.05 68.05 0 0 0-33.58 41.67A19.86 19.86 0 0 1 131.32 156H75.77a36 36 0 1 0 0 8h55.55a27.9 27.9 0 0 0 26.89-20.18a60.06 60.06 0 0 1 32.58-38.22l8.64 22.46A36 36 0 1 0 216 124M40 164h27.71a28 28 0 1 1 0-8H40a4 4 0 0 0 0 8m176 24a28 28 0 0 1-13.68-52.42l10 25.86A4 4 0 0 0 216 164a3.9 3.9 0 0 0 1.44-.27a4 4 0 0 0 2.29-5.17l-9.94-25.86A28 28 0 1 1 216 188"/></svg> </template>
CSS
.icon-motorcycle-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20124a36%2036%200%200%200-9.11%201.17l-8.64-22.46A59.6%2059.6%200%200%201%20216%20100a4%204%200%200%200%200-8h-21.87l-14.4-37.44A4%204%200%200%200%20176%2052h-32a4%204%200%200%200%200%208h29.25l12.31%2032H152c-17.56%200-31.67%204-40.83%2011.54a20.05%2020.05%200%200%201-21%202.63c-13.11-6-60.55-25.12-65-26.85C22.83%2078.37%2017.24%2076%2016%2076a4%204%200%200%200-1.43%207.72c.46.18%2047.42%2018.4%2072.34%2029.72a28.12%2028.12%200%200%200%2029.37-3.74c7.7-6.35%2020-9.71%2035.73-9.71h32.08a68.05%2068.05%200%200%200-33.58%2041.67A19.86%2019.86%200%200%201%20131.32%20156H75.77a36%2036%200%201%200%200%208h55.55a27.9%2027.9%200%200%200%2026.89-20.18a60.06%2060.06%200%200%201%2032.58-38.22l8.64%2022.46A36%2036%200%201%200%20216%20124M40%20164h27.71a28%2028%200%201%201%200-8H40a4%204%200%200%200%200%208m176%2024a28%2028%200%200%201-13.68-52.42l10%2025.86A4%204%200%200%200%20216%20164a3.9%203.9%200%200%200%201.44-.27a4%204%200%200%200%202.29-5.17l-9.94-25.86A28%2028%200%201%201%20216%20188%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20124a36%2036%200%200%200-9.11%201.17l-8.64-22.46A59.6%2059.6%200%200%201%20216%20100a4%204%200%200%200%200-8h-21.87l-14.4-37.44A4%204%200%200%200%20176%2052h-32a4%204%200%200%200%200%208h29.25l12.31%2032H152c-17.56%200-31.67%204-40.83%2011.54a20.05%2020.05%200%200%201-21%202.63c-13.11-6-60.55-25.12-65-26.85C22.83%2078.37%2017.24%2076%2016%2076a4%204%200%200%200-1.43%207.72c.46.18%2047.42%2018.4%2072.34%2029.72a28.12%2028.12%200%200%200%2029.37-3.74c7.7-6.35%2020-9.71%2035.73-9.71h32.08a68.05%2068.05%200%200%200-33.58%2041.67A19.86%2019.86%200%200%201%20131.32%20156H75.77a36%2036%200%201%200%200%208h55.55a27.9%2027.9%200%200%200%2026.89-20.18a60.06%2060.06%200%200%201%2032.58-38.22l8.64%2022.46A36%2036%200%201%200%20216%20124M40%20164h27.71a28%2028%200%201%201%200-8H40a4%204%200%200%200%200%208m176%2024a28%2028%200%200%201-13.68-52.42l10%2025.86A4%204%200%200%200%20216%20164a3.9%203.9%200%200%200%201.44-.27a4%204%200%200%200%202.29-5.17l-9.94-25.86A28%2028%200%201%201%20216%20188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/motorcycle-thin.svg?color=%231a73e8&size=48