vertical align center icon
vertical-align-center-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- vertical-align-center-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- vertical-align-center-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the vertical 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="m11 17.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V21q0 .425-.288.713T12 22t-.712-.288T11 21zM5 13q-.425 0-.712-.288T4 12t.288-.712T5 11h14q.425 0 .713.288T20 12t-.288.713T19 13zm6-6.8V3q0-.425.288-.712T12 2t.713.288T13 3v3.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T12 9.575t-.375-.062T11.3 9.3L8.7 6.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVerticalAlignCenterRounded(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="m11 17.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V21q0 .425-.288.713T12 22t-.712-.288T11 21zM5 13q-.425 0-.712-.288T4 12t.288-.712T5 11h14q.425 0 .713.288T20 12t-.288.713T19 13zm6-6.8V3q0-.425.288-.712T12 2t.713.288T13 3v3.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T12 9.575t-.375-.062T11.3 9.3L8.7 6.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11 17.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V21q0 .425-.288.713T12 22t-.712-.288T11 21zM5 13q-.425 0-.712-.288T4 12t.288-.712T5 11h14q.425 0 .713.288T20 12t-.288.713T19 13zm6-6.8V3q0-.425.288-.712T12 2t.713.288T13 3v3.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T12 9.575t-.375-.062T11.3 9.3L8.7 6.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></svg> </template>
CSS
.icon-vertical-align-center-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%22m11%2017.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V21q0%20.425-.288.713T12%2022t-.712-.288T11%2021zM5%2013q-.425%200-.712-.288T4%2012t.288-.712T5%2011h14q.425%200%20.713.288T20%2012t-.288.713T19%2013zm6-6.8V3q0-.425.288-.712T12%202t.713.288T13%203v3.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T12%209.575t-.375-.062T11.3%209.3L8.7%206.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z%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%22m11%2017.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.212t.375-.063t.375.063t.325.212l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V21q0%20.425-.288.713T12%2022t-.712-.288T11%2021zM5%2013q-.425%200-.712-.288T4%2012t.288-.712T5%2011h14q.425%200%20.713.288T20%2012t-.288.713T19%2013zm6-6.8V3q0-.425.288-.712T12%202t.713.288T13%203v3.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.15.15-.325.213T12%209.575t-.375-.062T11.3%209.3L8.7%206.7q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vertical-align-center-rounded.svg?color=%231a73e8&size=48