align v center icon

align-v-center-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.

Name
align-v-center-duotone
Set
Reicon
Style
Duotone
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

More tools icons from Reicon

Use the align v center icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14 9.5v5c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75v-5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C17.902 7 17.435 7 16.5 7s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C14 8.098 14 8.565 14 9.5" clip-rule="evenodd"/><path d="M7.5 5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C5 6.098 5 6.565 5 7.5v9c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C6.098 19 6.565 19 7.5 19s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75v-9c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C8.902 5 8.435 5 7.5 5"/><path d="M5 11.25H2a.75.75 0 0 0 0 1.5h3zm5 1.5h4v-1.5h-4zm9 0h3a.75.75 0 0 0 0-1.5h-3z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAlignVCenterDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M14 9.5v5c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75v-5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C17.902 7 17.435 7 16.5 7s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C14 8.098 14 8.565 14 9.5" clipRule="evenodd"/><path d="M7.5 5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C5 6.098 5 6.565 5 7.5v9c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C6.098 19 6.565 19 7.5 19s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75v-9c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C8.902 5 8.435 5 7.5 5"/><path d="M5 11.25H2a.75.75 0 0 0 0 1.5h3zm5 1.5h4v-1.5h-4zm9 0h3a.75.75 0 0 0 0-1.5h-3z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14 9.5v5c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75v-5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C17.902 7 17.435 7 16.5 7s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C14 8.098 14 8.565 14 9.5" clip-rule="evenodd"/><path d="M7.5 5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C5 6.098 5 6.565 5 7.5v9c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C6.098 19 6.565 19 7.5 19s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75v-9c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C8.902 5 8.435 5 7.5 5"/><path d="M5 11.25H2a.75.75 0 0 0 0 1.5h3zm5 1.5h4v-1.5h-4zm9 0h3a.75.75 0 0 0 0-1.5h-3z" opacity=".5"/></g></svg>
</template>

CSS

.icon-align-v-center-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%209.5v5c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75v-5c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C17.902%207%2017.435%207%2016.5%207s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C14%208.098%2014%208.565%2014%209.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.5%205c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C5%206.098%205%206.565%205%207.5v9c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C6.098%2019%206.565%2019%207.5%2019s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75v-9c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C8.902%205%208.435%205%207.5%205%22%2F%3E%3Cpath%20d%3D%22M5%2011.25H2a.75.75%200%200%200%200%201.5h3zm5%201.5h4v-1.5h-4zm9%200h3a.75.75%200%200%200%200-1.5h-3z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%209.5v5c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75v-5c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C17.902%207%2017.435%207%2016.5%207s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C14%208.098%2014%208.565%2014%209.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.5%205c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C5%206.098%205%206.565%205%207.5v9c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C6.098%2019%206.565%2019%207.5%2019s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75v-9c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C8.902%205%208.435%205%207.5%205%22%2F%3E%3Cpath%20d%3D%22M5%2011.25H2a.75.75%200%200%200%200%201.5h3zm5%201.5h4v-1.5h-4zm9%200h3a.75.75%200%200%200%200-1.5h-3z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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