vehicle rv icon
vehicle-rv-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-rv-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-16-filledvehicle-car-collision-16-filledvehicle-car-parking-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-motorcycle-16-filledvehicle-ship-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle rv icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.616 2.009a1.75 1.75 0 0 1 1.572 1.741V5a1 1 0 0 1-1 1h-.38l1.057 2.113A1.75 1.75 0 0 1 15 9.75v1.5A1.75 1.75 0 0 1 13.25 13h-.52a1.998 1.998 0 0 1-3.46 0H6.73a1.998 1.998 0 0 1-3.46 0h-.52A1.75 1.75 0 0 1 1 11.25v-7.5C1 2.784 1.784 2 2.75 2h9.688zM5 11a1 1 0 1 0 0 2a1 1 0 0 0 0-2m6 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-9 .25c0 .414.336.75.75.75H3a2 2 0 1 1 4 0h2a2 2 0 1 1 4 0h.25a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75H2zM2.75 3a.75.75 0 0 0-.75.75V8h6V6.75C8 5.784 8.784 5 9.75 5h3.438V3.75a.75.75 0 0 0-.673-.746L12.437 3zm7 3a.75.75 0 0 0-.75.75V8h3.691l-1-2zM6.103 4.005A1 1 0 0 1 7 5v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2zM4 6h2V5H4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleRv16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.616 2.009a1.75 1.75 0 0 1 1.572 1.741V5a1 1 0 0 1-1 1h-.38l1.057 2.113A1.75 1.75 0 0 1 15 9.75v1.5A1.75 1.75 0 0 1 13.25 13h-.52a1.998 1.998 0 0 1-3.46 0H6.73a1.998 1.998 0 0 1-3.46 0h-.52A1.75 1.75 0 0 1 1 11.25v-7.5C1 2.784 1.784 2 2.75 2h9.688zM5 11a1 1 0 1 0 0 2a1 1 0 0 0 0-2m6 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-9 .25c0 .414.336.75.75.75H3a2 2 0 1 1 4 0h2a2 2 0 1 1 4 0h.25a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75H2zM2.75 3a.75.75 0 0 0-.75.75V8h6V6.75C8 5.784 8.784 5 9.75 5h3.438V3.75a.75.75 0 0 0-.673-.746L12.437 3zm7 3a.75.75 0 0 0-.75.75V8h3.691l-1-2zM6.103 4.005A1 1 0 0 1 7 5v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2zM4 6h2V5H4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.616 2.009a1.75 1.75 0 0 1 1.572 1.741V5a1 1 0 0 1-1 1h-.38l1.057 2.113A1.75 1.75 0 0 1 15 9.75v1.5A1.75 1.75 0 0 1 13.25 13h-.52a1.998 1.998 0 0 1-3.46 0H6.73a1.998 1.998 0 0 1-3.46 0h-.52A1.75 1.75 0 0 1 1 11.25v-7.5C1 2.784 1.784 2 2.75 2h9.688zM5 11a1 1 0 1 0 0 2a1 1 0 0 0 0-2m6 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-9 .25c0 .414.336.75.75.75H3a2 2 0 1 1 4 0h2a2 2 0 1 1 4 0h.25a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75H2zM2.75 3a.75.75 0 0 0-.75.75V8h6V6.75C8 5.784 8.784 5 9.75 5h3.438V3.75a.75.75 0 0 0-.673-.746L12.437 3zm7 3a.75.75 0 0 0-.75.75V8h3.691l-1-2zM6.103 4.005A1 1 0 0 1 7 5v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2zM4 6h2V5H4z"/></svg> </template>
CSS
.icon-vehicle-rv-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.616%202.009a1.75%201.75%200%200%201%201.572%201.741V5a1%201%200%200%201-1%201h-.38l1.057%202.113A1.75%201.75%200%200%201%2015%209.75v1.5A1.75%201.75%200%200%201%2013.25%2013h-.52a1.998%201.998%200%200%201-3.46%200H6.73a1.998%201.998%200%200%201-3.46%200h-.52A1.75%201.75%200%200%201%201%2011.25v-7.5C1%202.784%201.784%202%202.75%202h9.688zM5%2011a1%201%200%201%200%200%202a1%201%200%200%200%200-2m6%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-9%20.25c0%20.414.336.75.75.75H3a2%202%200%201%201%204%200h2a2%202%200%201%201%204%200h.25a.75.75%200%200%200%20.75-.75v-1.5a.75.75%200%200%200-.75-.75H2zM2.75%203a.75.75%200%200%200-.75.75V8h6V6.75C8%205.784%208.784%205%209.75%205h3.438V3.75a.75.75%200%200%200-.673-.746L12.437%203zm7%203a.75.75%200%200%200-.75.75V8h3.691l-1-2zM6.103%204.005A1%201%200%200%201%207%205v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h2zM4%206h2V5H4z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.616%202.009a1.75%201.75%200%200%201%201.572%201.741V5a1%201%200%200%201-1%201h-.38l1.057%202.113A1.75%201.75%200%200%201%2015%209.75v1.5A1.75%201.75%200%200%201%2013.25%2013h-.52a1.998%201.998%200%200%201-3.46%200H6.73a1.998%201.998%200%200%201-3.46%200h-.52A1.75%201.75%200%200%201%201%2011.25v-7.5C1%202.784%201.784%202%202.75%202h9.688zM5%2011a1%201%200%201%200%200%202a1%201%200%200%200%200-2m6%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-9%20.25c0%20.414.336.75.75.75H3a2%202%200%201%201%204%200h2a2%202%200%201%201%204%200h.25a.75.75%200%200%200%20.75-.75v-1.5a.75.75%200%200%200-.75-.75H2zM2.75%203a.75.75%200%200%200-.75.75V8h6V6.75C8%205.784%208.784%205%209.75%205h3.438V3.75a.75.75%200%200%200-.673-.746L12.437%203zm7%203a.75.75%200%200%200-.75.75V8h3.691l-1-2zM6.103%204.005A1%201%200%200%201%207%205v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h2zM4%206h2V5H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-rv-16-regular.svg?color=%231a73e8&size=48