rv-hookup-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
rv-hookup-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the rv hookup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21q-.95 0-1.713-.55T6.2 19H5q-1.25 0-2.125-.875T2 16v-4q0-.825.588-1.412T4 10h4V7H3q-.425 0-.712-.288T2 6t.288-.712T3 5h12q.825 0 1.413.588T17 7v10h2.15l-.35-.35q-.3-.3-.288-.7t.288-.7q.3-.3.712-.312t.713.287L22.3 17.3q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.4-.4h-7.4q-.3.9-1.075 1.45T9 21m1-11h5V7h-5zm-.287 8.713Q10 18.425 10 18t-.288-.712T9 17t-.712.288T8 18t.288.713T9 19t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRvHookupRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21q-.95 0-1.713-.55T6.2 19H5q-1.25 0-2.125-.875T2 16v-4q0-.825.588-1.412T4 10h4V7H3q-.425 0-.712-.288T2 6t.288-.712T3 5h12q.825 0 1.413.588T17 7v10h2.15l-.35-.35q-.3-.3-.288-.7t.288-.7q.3-.3.712-.312t.713.287L22.3 17.3q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.4-.4h-7.4q-.3.9-1.075 1.45T9 21m1-11h5V7h-5zm-.287 8.713Q10 18.425 10 18t-.288-.712T9 17t-.712.288T8 18t.288.713T9 19t.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21q-.95 0-1.713-.55T6.2 19H5q-1.25 0-2.125-.875T2 16v-4q0-.825.588-1.412T4 10h4V7H3q-.425 0-.712-.288T2 6t.288-.712T3 5h12q.825 0 1.413.588T17 7v10h2.15l-.35-.35q-.3-.3-.288-.7t.288-.7q.3-.3.712-.312t.713.287L22.3 17.3q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.4-.4h-7.4q-.3.9-1.075 1.45T9 21m1-11h5V7h-5zm-.287 8.713Q10 18.425 10 18t-.288-.712T9 17t-.712.288T8 18t.288.713T9 19t.713-.288"/></svg>
</template>

CSS

.icon-rv-hookup-rounded {
  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%22currentColor%22%20d%3D%22M9%2021q-.95%200-1.713-.55T6.2%2019H5q-1.25%200-2.125-.875T2%2016v-4q0-.825.588-1.412T4%2010h4V7H3q-.425%200-.712-.288T2%206t.288-.712T3%205h12q.825%200%201.413.588T17%207v10h2.15l-.35-.35q-.3-.3-.288-.7t.288-.7q.3-.3.712-.312t.713.287L22.3%2017.3q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.4-.4h-7.4q-.3.9-1.075%201.45T9%2021m1-11h5V7h-5zm-.287%208.713Q10%2018.425%2010%2018t-.288-.712T9%2017t-.712.288T8%2018t.288.713T9%2019t.713-.288%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%22currentColor%22%20d%3D%22M9%2021q-.95%200-1.713-.55T6.2%2019H5q-1.25%200-2.125-.875T2%2016v-4q0-.825.588-1.412T4%2010h4V7H3q-.425%200-.712-.288T2%206t.288-.712T3%205h12q.825%200%201.413.588T17%207v10h2.15l-.35-.35q-.3-.3-.288-.7t.288-.7q.3-.3.712-.312t.713.287L22.3%2017.3q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.4-.4h-7.4q-.3.9-1.075%201.45T9%2021m1-11h5V7h-5zm-.287%208.713Q10%2018.425%2010%2018t-.288-.712T9%2017t-.712.288T8%2018t.288.713T9%2019t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rv-hookup-rounded.svg?color=%231a73e8&size=48