horizontal align center icon

horizontal-align-center from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
horizontal-align-center
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
horizontal-align-center-outline, horizontal-align-center-outline-sharp, horizontal-align-center-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the horizontal align center icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.192 15.308L13.885 12l3.307-3.308l.708.708l-2.094 2.1H21v1h-5.194l2.094 2.1zM11.5 19V5h1v14zm-4.692-3.692L6.1 14.6l2.094-2.1H3v-1h5.194L6.1 9.4l.708-.708L10.116 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHorizontalAlignCenter(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="M17.192 15.308L13.885 12l3.307-3.308l.708.708l-2.094 2.1H21v1h-5.194l2.094 2.1zM11.5 19V5h1v14zm-4.692-3.692L6.1 14.6l2.094-2.1H3v-1h5.194L6.1 9.4l.708-.708L10.116 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.192 15.308L13.885 12l3.307-3.308l.708.708l-2.094 2.1H21v1h-5.194l2.094 2.1zM11.5 19V5h1v14zm-4.692-3.692L6.1 14.6l2.094-2.1H3v-1h5.194L6.1 9.4l.708-.708L10.116 12z"/></svg>
</template>

CSS

.icon-horizontal-align-center {
  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%22M17.192%2015.308L13.885%2012l3.307-3.308l.708.708l-2.094%202.1H21v1h-5.194l2.094%202.1zM11.5%2019V5h1v14zm-4.692-3.692L6.1%2014.6l2.094-2.1H3v-1h5.194L6.1%209.4l.708-.708L10.116%2012z%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%22M17.192%2015.308L13.885%2012l3.307-3.308l.708.708l-2.094%202.1H21v1h-5.194l2.094%202.1zM11.5%2019V5h1v14zm-4.692-3.692L6.1%2014.6l2.094-2.1H3v-1h5.194L6.1%209.4l.708-.708L10.116%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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