share windows icon

share-windows-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
share-windows-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
share-windows-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the share windows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.288 14.713Q7 14.425 7 14V9q0-.825.588-1.412T9 7h8.15l-1.875-1.875q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3l3.6 3.6q.3.3.3.7t-.3.7l-3.6 3.6q-.275.275-.687.288T15.3 12.3t-.312-.712t.287-.713L17.15 9H9v5q0 .425-.288.713T8 15t-.712-.288M5 21q-.825 0-1.412-.587T3 19V5q0-.425.288-.712T4 4t.713.288T5 5v14h12v-3q0-.425.288-.712T18 15t.713.288T19 16v3q0 .825-.587 1.413T17 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShareWindowsRounded(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="M7.288 14.713Q7 14.425 7 14V9q0-.825.588-1.412T9 7h8.15l-1.875-1.875q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3l3.6 3.6q.3.3.3.7t-.3.7l-3.6 3.6q-.275.275-.687.288T15.3 12.3t-.312-.712t.287-.713L17.15 9H9v5q0 .425-.288.713T8 15t-.712-.288M5 21q-.825 0-1.412-.587T3 19V5q0-.425.288-.712T4 4t.713.288T5 5v14h12v-3q0-.425.288-.712T18 15t.713.288T19 16v3q0 .825-.587 1.413T17 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.288 14.713Q7 14.425 7 14V9q0-.825.588-1.412T9 7h8.15l-1.875-1.875q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3l3.6 3.6q.3.3.3.7t-.3.7l-3.6 3.6q-.275.275-.687.288T15.3 12.3t-.312-.712t.287-.713L17.15 9H9v5q0 .425-.288.713T8 15t-.712-.288M5 21q-.825 0-1.412-.587T3 19V5q0-.425.288-.712T4 4t.713.288T5 5v14h12v-3q0-.425.288-.712T18 15t.713.288T19 16v3q0 .825-.587 1.413T17 21z"/></svg>
</template>

CSS

.icon-share-windows-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%22M7.288%2014.713Q7%2014.425%207%2014V9q0-.825.588-1.412T9%207h8.15l-1.875-1.875q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3l3.6%203.6q.3.3.3.7t-.3.7l-3.6%203.6q-.275.275-.687.288T15.3%2012.3t-.312-.712t.287-.713L17.15%209H9v5q0%20.425-.288.713T8%2015t-.712-.288M5%2021q-.825%200-1.412-.587T3%2019V5q0-.425.288-.712T4%204t.713.288T5%205v14h12v-3q0-.425.288-.712T18%2015t.713.288T19%2016v3q0%20.825-.587%201.413T17%2021z%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%22M7.288%2014.713Q7%2014.425%207%2014V9q0-.825.588-1.412T9%207h8.15l-1.875-1.875q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3l3.6%203.6q.3.3.3.7t-.3.7l-3.6%203.6q-.275.275-.687.288T15.3%2012.3t-.312-.712t.287-.713L17.15%209H9v5q0%20.425-.288.713T8%2015t-.712-.288M5%2021q-.825%200-1.412-.587T3%2019V5q0-.425.288-.712T4%204t.713.288T5%205v14h12v-3q0-.425.288-.712T18%2015t.713.288T19%2016v3q0%20.825-.587%201.413T17%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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