shapes-outline-sharp from Material Symbols by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
shapes-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the shapes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17.95q.25.025.488.038T9 18t.513-.012t.487-.038V20h10V10h-2.05q.025-.25.038-.488T18 9t-.012-.513T17.95 8H22v14H8zm-3.962-3.987Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037m8.5-1.425Q14 11.075 14 9t-1.463-3.537T9 4T5.463 5.463T4 9t1.463 3.538T9 14t3.538-1.463M9 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShapesOutlineSharp(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="M8 17.95q.25.025.488.038T9 18t.513-.012t.487-.038V20h10V10h-2.05q.025-.25.038-.488T18 9t-.012-.513T17.95 8H22v14H8zm-3.962-3.987Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037m8.5-1.425Q14 11.075 14 9t-1.463-3.537T9 4T5.463 5.463T4 9t1.463 3.538T9 14t3.538-1.463M9 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17.95q.25.025.488.038T9 18t.513-.012t.487-.038V20h10V10h-2.05q.025-.25.038-.488T18 9t-.012-.513T17.95 8H22v14H8zm-3.962-3.987Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037m8.5-1.425Q14 11.075 14 9t-1.463-3.537T9 4T5.463 5.463T4 9t1.463 3.538T9 14t3.538-1.463M9 9"/></svg>
</template>

CSS

.icon-shapes-outline-sharp {
  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%22M8%2017.95q.25.025.488.038T9%2018t.513-.012t.487-.038V20h10V10h-2.05q.025-.25.038-.488T18%209t-.012-.513T17.95%208H22v14H8zm-3.962-3.987Q2%2011.925%202%209t2.038-4.962T9%202t4.963%202.038T16%209t-2.037%204.963T9%2016t-4.962-2.037m8.5-1.425Q14%2011.075%2014%209t-1.463-3.537T9%204T5.463%205.463T4%209t1.463%203.538T9%2014t3.538-1.463M9%209%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%22M8%2017.95q.25.025.488.038T9%2018t.513-.012t.487-.038V20h10V10h-2.05q.025-.25.038-.488T18%209t-.012-.513T17.95%208H22v14H8zm-3.962-3.987Q2%2011.925%202%209t2.038-4.962T9%202t4.963%202.038T16%209t-2.037%204.963T9%2016t-4.962-2.037m8.5-1.425Q14%2011.075%2014%209t-1.463-3.537T9%204T5.463%205.463T4%209t1.463%203.538T9%2014t3.538-1.463M9%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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