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

Name
width-rounded
Set
Material Symbols
Style
Rounded
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols

The same icon in other sets

Related icons in Material Symbols

Use the width icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.825 13l.875.925q.275.275.275.688T7.7 15.3q-.3.3-.712.3t-.688-.3l-2.6-2.575q-.15-.15-.225-.337T3.4 12t.075-.375t.225-.325l2.6-2.6q.275-.275.688-.275T7.7 8.7q.3.3.3.713t-.3.712L6.825 11h10.35l-.9-.9Q16 9.825 16 9.413t.3-.713q.275-.275.688-.275t.712.275l2.575 2.6q.15.15.225.325t.075.375t-.075.387t-.225.338l-2.6 2.6q-.275.275-.687.275t-.713-.3Q16 15.025 16 14.613t.275-.688l.9-.925z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWidthRounded(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="m6.825 13l.875.925q.275.275.275.688T7.7 15.3q-.3.3-.712.3t-.688-.3l-2.6-2.575q-.15-.15-.225-.337T3.4 12t.075-.375t.225-.325l2.6-2.6q.275-.275.688-.275T7.7 8.7q.3.3.3.713t-.3.712L6.825 11h10.35l-.9-.9Q16 9.825 16 9.413t.3-.713q.275-.275.688-.275t.712.275l2.575 2.6q.15.15.225.325t.075.375t-.075.387t-.225.338l-2.6 2.6q-.275.275-.687.275t-.713-.3Q16 15.025 16 14.613t.275-.688l.9-.925z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.825 13l.875.925q.275.275.275.688T7.7 15.3q-.3.3-.712.3t-.688-.3l-2.6-2.575q-.15-.15-.225-.337T3.4 12t.075-.375t.225-.325l2.6-2.6q.275-.275.688-.275T7.7 8.7q.3.3.3.713t-.3.712L6.825 11h10.35l-.9-.9Q16 9.825 16 9.413t.3-.713q.275-.275.688-.275t.712.275l2.575 2.6q.15.15.225.325t.075.375t-.075.387t-.225.338l-2.6 2.6q-.275.275-.687.275t-.713-.3Q16 15.025 16 14.613t.275-.688l.9-.925z"/></svg>
</template>

CSS

.icon-width-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%22m6.825%2013l.875.925q.275.275.275.688T7.7%2015.3q-.3.3-.712.3t-.688-.3l-2.6-2.575q-.15-.15-.225-.337T3.4%2012t.075-.375t.225-.325l2.6-2.6q.275-.275.688-.275T7.7%208.7q.3.3.3.713t-.3.712L6.825%2011h10.35l-.9-.9Q16%209.825%2016%209.413t.3-.713q.275-.275.688-.275t.712.275l2.575%202.6q.15.15.225.325t.075.375t-.075.387t-.225.338l-2.6%202.6q-.275.275-.687.275t-.713-.3Q16%2015.025%2016%2014.613t.275-.688l.9-.925z%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%22m6.825%2013l.875.925q.275.275.275.688T7.7%2015.3q-.3.3-.712.3t-.688-.3l-2.6-2.575q-.15-.15-.225-.337T3.4%2012t.075-.375t.225-.325l2.6-2.6q.275-.275.688-.275T7.7%208.7q.3.3.3.713t-.3.712L6.825%2011h10.35l-.9-.9Q16%209.825%2016%209.413t.3-.713q.275-.275.688-.275t.712.275l2.575%202.6q.15.15.225.325t.075.375t-.075.387t-.225.338l-2.6%202.6q-.275.275-.687.275t-.713-.3Q16%2015.025%2016%2014.613t.275-.688l.9-.925z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Width rounded icon — Material Symbols · IconsDB