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

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

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M5.259 20.856q-.144-.143-.144-.356V4h-1.5q-.212 0-.356-.144t-.143-.357t.143-.356T3.616 3h1.682q.358 0 .588.232t.23.576V20.5q0 .213-.144.356T5.615 21t-.356-.144M9.5 21q-.666 0-1.14-.475q-.476-.474-.476-1.14V4.615q0-.666.475-1.14Q8.834 3 9.5 3h7.77q.666 0 1.14.475t.475 1.14v14.77q0 .666-.475 1.14T17.27 21zm-.615-9.206q.392-.39.901-.592q.51-.202 1.098-.202h5q.589 0 1.099.202t.901.592V4.615q0-.269-.173-.442Q17.54 4 17.27 4H9.5q-.27 0-.442.173q-.173.173-.173.443zm3.433-3.228q-.434-.433-.434-1.066t.434-1.066Q12.752 6 13.385 6q.632 0 1.066.434q.434.433.434 1.066t-.434 1.066T13.385 9t-1.067-.434M9.5 20h7.77q.268 0 .442-.173q.173-.173.173-.442V14q0-.825-.588-1.412T15.885 12h-5q-.825 0-1.413.588T8.885 14v5.385q0 .269.173.442T9.5 20m3.385-3.5V18q0 .213.143.356t.357.144t.356-.144t.143-.356v-1.5h1.5q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-1.5V14q0-.212-.143-.356q-.144-.144-.357-.144t-.356.144t-.144.356v1.5h-1.5q-.212 0-.356.144t-.144.357t.144.356t.356.143zM9.5 20h-.615h9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWardOutlineRounded(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.259 20.856q-.144-.143-.144-.356V4h-1.5q-.212 0-.356-.144t-.143-.357t.143-.356T3.616 3h1.682q.358 0 .588.232t.23.576V20.5q0 .213-.144.356T5.615 21t-.356-.144M9.5 21q-.666 0-1.14-.475q-.476-.474-.476-1.14V4.615q0-.666.475-1.14Q8.834 3 9.5 3h7.77q.666 0 1.14.475t.475 1.14v14.77q0 .666-.475 1.14T17.27 21zm-.615-9.206q.392-.39.901-.592q.51-.202 1.098-.202h5q.589 0 1.099.202t.901.592V4.615q0-.269-.173-.442Q17.54 4 17.27 4H9.5q-.27 0-.442.173q-.173.173-.173.443zm3.433-3.228q-.434-.433-.434-1.066t.434-1.066Q12.752 6 13.385 6q.632 0 1.066.434q.434.433.434 1.066t-.434 1.066T13.385 9t-1.067-.434M9.5 20h7.77q.268 0 .442-.173q.173-.173.173-.442V14q0-.825-.588-1.412T15.885 12h-5q-.825 0-1.413.588T8.885 14v5.385q0 .269.173.442T9.5 20m3.385-3.5V18q0 .213.143.356t.357.144t.356-.144t.143-.356v-1.5h1.5q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-1.5V14q0-.212-.143-.356q-.144-.144-.357-.144t-.356.144t-.144.356v1.5h-1.5q-.212 0-.356.144t-.144.357t.144.356t.356.143zM9.5 20h-.615h9z"/></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.259 20.856q-.144-.143-.144-.356V4h-1.5q-.212 0-.356-.144t-.143-.357t.143-.356T3.616 3h1.682q.358 0 .588.232t.23.576V20.5q0 .213-.144.356T5.615 21t-.356-.144M9.5 21q-.666 0-1.14-.475q-.476-.474-.476-1.14V4.615q0-.666.475-1.14Q8.834 3 9.5 3h7.77q.666 0 1.14.475t.475 1.14v14.77q0 .666-.475 1.14T17.27 21zm-.615-9.206q.392-.39.901-.592q.51-.202 1.098-.202h5q.589 0 1.099.202t.901.592V4.615q0-.269-.173-.442Q17.54 4 17.27 4H9.5q-.27 0-.442.173q-.173.173-.173.443zm3.433-3.228q-.434-.433-.434-1.066t.434-1.066Q12.752 6 13.385 6q.632 0 1.066.434q.434.433.434 1.066t-.434 1.066T13.385 9t-1.067-.434M9.5 20h7.77q.268 0 .442-.173q.173-.173.173-.442V14q0-.825-.588-1.412T15.885 12h-5q-.825 0-1.413.588T8.885 14v5.385q0 .269.173.442T9.5 20m3.385-3.5V18q0 .213.143.356t.357.144t.356-.144t.143-.356v-1.5h1.5q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-1.5V14q0-.212-.143-.356q-.144-.144-.357-.144t-.356.144t-.144.356v1.5h-1.5q-.212 0-.356.144t-.144.357t.144.356t.356.143zM9.5 20h-.615h9z"/></svg>
</template>

CSS

.icon-ward-outline-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.259%2020.856q-.144-.143-.144-.356V4h-1.5q-.212%200-.356-.144t-.143-.357t.143-.356T3.616%203h1.682q.358%200%20.588.232t.23.576V20.5q0%20.213-.144.356T5.615%2021t-.356-.144M9.5%2021q-.666%200-1.14-.475q-.476-.474-.476-1.14V4.615q0-.666.475-1.14Q8.834%203%209.5%203h7.77q.666%200%201.14.475t.475%201.14v14.77q0%20.666-.475%201.14T17.27%2021zm-.615-9.206q.392-.39.901-.592q.51-.202%201.098-.202h5q.589%200%201.099.202t.901.592V4.615q0-.269-.173-.442Q17.54%204%2017.27%204H9.5q-.27%200-.442.173q-.173.173-.173.443zm3.433-3.228q-.434-.433-.434-1.066t.434-1.066Q12.752%206%2013.385%206q.632%200%201.066.434q.434.433.434%201.066t-.434%201.066T13.385%209t-1.067-.434M9.5%2020h7.77q.268%200%20.442-.173q.173-.173.173-.442V14q0-.825-.588-1.412T15.885%2012h-5q-.825%200-1.413.588T8.885%2014v5.385q0%20.269.173.442T9.5%2020m3.385-3.5V18q0%20.213.143.356t.357.144t.356-.144t.143-.356v-1.5h1.5q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143h-1.5V14q0-.212-.143-.356q-.144-.144-.357-.144t-.356.144t-.144.356v1.5h-1.5q-.212%200-.356.144t-.144.357t.144.356t.356.143zM9.5%2020h-.615h9z%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.259%2020.856q-.144-.143-.144-.356V4h-1.5q-.212%200-.356-.144t-.143-.357t.143-.356T3.616%203h1.682q.358%200%20.588.232t.23.576V20.5q0%20.213-.144.356T5.615%2021t-.356-.144M9.5%2021q-.666%200-1.14-.475q-.476-.474-.476-1.14V4.615q0-.666.475-1.14Q8.834%203%209.5%203h7.77q.666%200%201.14.475t.475%201.14v14.77q0%20.666-.475%201.14T17.27%2021zm-.615-9.206q.392-.39.901-.592q.51-.202%201.098-.202h5q.589%200%201.099.202t.901.592V4.615q0-.269-.173-.442Q17.54%204%2017.27%204H9.5q-.27%200-.442.173q-.173.173-.173.443zm3.433-3.228q-.434-.433-.434-1.066t.434-1.066Q12.752%206%2013.385%206q.632%200%201.066.434q.434.433.434%201.066t-.434%201.066T13.385%209t-1.067-.434M9.5%2020h7.77q.268%200%20.442-.173q.173-.173.173-.442V14q0-.825-.588-1.412T15.885%2012h-5q-.825%200-1.413.588T8.885%2014v5.385q0%20.269.173.442T9.5%2020m3.385-3.5V18q0%20.213.143.356t.357.144t.356-.144t.143-.356v-1.5h1.5q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143h-1.5V14q0-.212-.143-.356q-.144-.144-.357-.144t-.356.144t-.144.356v1.5h-1.5q-.212%200-.356.144t-.144.357t.144.356t.356.143zM9.5%2020h-.615h9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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