wc-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
wc-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
wc-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the wc icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 21v-6.5H5q-.425 0-.712-.288T4 13.5V9q0-.825.588-1.412T6 7h3q.825 0 1.413.588T11 9v4.5q0 .425-.288.713T10 14.5h-.5V21q0 .425-.288.713T8.5 22h-2q-.425 0-.712-.288T5.5 21m.588-15.587Q5.5 4.825 5.5 4t.588-1.412T7.5 2t1.413.588T9.5 4t-.587 1.413T7.5 6t-1.412-.587M15 21v-5h-1.625q-.5 0-.8-.413t-.125-.912l2.1-6.325q.2-.65.737-1T16.5 7t1.213.35t.737 1l2.1 6.325q.175.5-.125.913t-.8.412H18v5q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21m.088-15.587Q14.5 4.825 14.5 4t.588-1.412T16.5 2t1.413.588T18.5 4t-.587 1.413T16.5 6t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWcRounded(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="M5.5 21v-6.5H5q-.425 0-.712-.288T4 13.5V9q0-.825.588-1.412T6 7h3q.825 0 1.413.588T11 9v4.5q0 .425-.288.713T10 14.5h-.5V21q0 .425-.288.713T8.5 22h-2q-.425 0-.712-.288T5.5 21m.588-15.587Q5.5 4.825 5.5 4t.588-1.412T7.5 2t1.413.588T9.5 4t-.587 1.413T7.5 6t-1.412-.587M15 21v-5h-1.625q-.5 0-.8-.413t-.125-.912l2.1-6.325q.2-.65.737-1T16.5 7t1.213.35t.737 1l2.1 6.325q.175.5-.125.913t-.8.412H18v5q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21m.088-15.587Q14.5 4.825 14.5 4t.588-1.412T16.5 2t1.413.588T18.5 4t-.587 1.413T16.5 6t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 21v-6.5H5q-.425 0-.712-.288T4 13.5V9q0-.825.588-1.412T6 7h3q.825 0 1.413.588T11 9v4.5q0 .425-.288.713T10 14.5h-.5V21q0 .425-.288.713T8.5 22h-2q-.425 0-.712-.288T5.5 21m.588-15.587Q5.5 4.825 5.5 4t.588-1.412T7.5 2t1.413.588T9.5 4t-.587 1.413T7.5 6t-1.412-.587M15 21v-5h-1.625q-.5 0-.8-.413t-.125-.912l2.1-6.325q.2-.65.737-1T16.5 7t1.213.35t.737 1l2.1 6.325q.175.5-.125.913t-.8.412H18v5q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21m.088-15.587Q14.5 4.825 14.5 4t.588-1.412T16.5 2t1.413.588T18.5 4t-.587 1.413T16.5 6t-1.412-.587"/></svg>
</template>

CSS

.icon-wc-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%22M5.5%2021v-6.5H5q-.425%200-.712-.288T4%2013.5V9q0-.825.588-1.412T6%207h3q.825%200%201.413.588T11%209v4.5q0%20.425-.288.713T10%2014.5h-.5V21q0%20.425-.288.713T8.5%2022h-2q-.425%200-.712-.288T5.5%2021m.588-15.587Q5.5%204.825%205.5%204t.588-1.412T7.5%202t1.413.588T9.5%204t-.587%201.413T7.5%206t-1.412-.587M15%2021v-5h-1.625q-.5%200-.8-.413t-.125-.912l2.1-6.325q.2-.65.737-1T16.5%207t1.213.35t.737%201l2.1%206.325q.175.5-.125.913t-.8.412H18v5q0%20.425-.288.713T17%2022h-1q-.425%200-.712-.288T15%2021m.088-15.587Q14.5%204.825%2014.5%204t.588-1.412T16.5%202t1.413.588T18.5%204t-.587%201.413T16.5%206t-1.412-.587%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%22M5.5%2021v-6.5H5q-.425%200-.712-.288T4%2013.5V9q0-.825.588-1.412T6%207h3q.825%200%201.413.588T11%209v4.5q0%20.425-.288.713T10%2014.5h-.5V21q0%20.425-.288.713T8.5%2022h-2q-.425%200-.712-.288T5.5%2021m.588-15.587Q5.5%204.825%205.5%204t.588-1.412T7.5%202t1.413.588T9.5%204t-.587%201.413T7.5%206t-1.412-.587M15%2021v-5h-1.625q-.5%200-.8-.413t-.125-.912l2.1-6.325q.2-.65.737-1T16.5%207t1.213.35t.737%201l2.1%206.325q.175.5-.125.913t-.8.412H18v5q0%20.425-.288.713T17%2022h-1q-.425%200-.712-.288T15%2021m.088-15.587Q14.5%204.825%2014.5%204t.588-1.412T16.5%202t1.413.588T18.5%204t-.587%201.413T16.5%206t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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