ward-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
ward-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the ward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 2h2q.425 0 .713.288T6 3v19q-.825 0-1.412-.587T4 20V4H3q-.425 0-.712-.288T2 3t.288-.712T3 2m6 20q-.825 0-1.412-.587T7 20V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm0-11.475q.45-.275.95-.4T11 10h5q.55 0 1.05.125t.95.4V4H9zm3.088-2.113Q11.5 7.825 11.5 7t.588-1.412T13.5 5t1.413.588T15.5 7t-.587 1.413T13.5 9t-1.412-.587M9 20h9v-6q0-.825-.587-1.412T16 12h-5q-.825 0-1.412.588T9 14zm3.5-1h2v-2h2v-2h-2v-2h-2v2h-2v2h2zM9 20h9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWardOutline(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="M3 2h2q.425 0 .713.288T6 3v19q-.825 0-1.412-.587T4 20V4H3q-.425 0-.712-.288T2 3t.288-.712T3 2m6 20q-.825 0-1.412-.587T7 20V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm0-11.475q.45-.275.95-.4T11 10h5q.55 0 1.05.125t.95.4V4H9zm3.088-2.113Q11.5 7.825 11.5 7t.588-1.412T13.5 5t1.413.588T15.5 7t-.587 1.413T13.5 9t-1.412-.587M9 20h9v-6q0-.825-.587-1.412T16 12h-5q-.825 0-1.412.588T9 14zm3.5-1h2v-2h2v-2h-2v-2h-2v2h-2v2h2zM9 20h9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 2h2q.425 0 .713.288T6 3v19q-.825 0-1.412-.587T4 20V4H3q-.425 0-.712-.288T2 3t.288-.712T3 2m6 20q-.825 0-1.412-.587T7 20V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm0-11.475q.45-.275.95-.4T11 10h5q.55 0 1.05.125t.95.4V4H9zm3.088-2.113Q11.5 7.825 11.5 7t.588-1.412T13.5 5t1.413.588T15.5 7t-.587 1.413T13.5 9t-1.412-.587M9 20h9v-6q0-.825-.587-1.412T16 12h-5q-.825 0-1.412.588T9 14zm3.5-1h2v-2h2v-2h-2v-2h-2v2h-2v2h2zM9 20h9z"/></svg>
</template>

CSS

.icon-ward-outline {
  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%22M3%202h2q.425%200%20.713.288T6%203v19q-.825%200-1.412-.587T4%2020V4H3q-.425%200-.712-.288T2%203t.288-.712T3%202m6%2020q-.825%200-1.412-.587T7%2020V4q0-.825.588-1.412T9%202h9q.825%200%201.413.588T20%204v16q0%20.825-.587%201.413T18%2022zm0-11.475q.45-.275.95-.4T11%2010h5q.55%200%201.05.125t.95.4V4H9zm3.088-2.113Q11.5%207.825%2011.5%207t.588-1.412T13.5%205t1.413.588T15.5%207t-.587%201.413T13.5%209t-1.412-.587M9%2020h9v-6q0-.825-.587-1.412T16%2012h-5q-.825%200-1.412.588T9%2014zm3.5-1h2v-2h2v-2h-2v-2h-2v2h-2v2h2zM9%2020h9z%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%22M3%202h2q.425%200%20.713.288T6%203v19q-.825%200-1.412-.587T4%2020V4H3q-.425%200-.712-.288T2%203t.288-.712T3%202m6%2020q-.825%200-1.412-.587T7%2020V4q0-.825.588-1.412T9%202h9q.825%200%201.413.588T20%204v16q0%20.825-.587%201.413T18%2022zm0-11.475q.45-.275.95-.4T11%2010h5q.55%200%201.05.125t.95.4V4H9zm3.088-2.113Q11.5%207.825%2011.5%207t.588-1.412T13.5%205t1.413.588T15.5%207t-.587%201.413T13.5%209t-1.412-.587M9%2020h9v-6q0-.825-.587-1.412T16%2012h-5q-.825%200-1.412.588T9%2014zm3.5-1h2v-2h2v-2h-2v-2h-2v2h-2v2h2zM9%2020h9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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