align h center icon
align-h-center-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- align-h-center-filled
- Set
- Reicon
- Style
- Filled
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More tools icons from Reicon
Use the align h center icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7.5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C17.902 5 17.435 5 16.5 5h-3.75V2a.75.75 0 0 0-1.5 0v3H7.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C5 6.098 5 6.565 5 7.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C6.098 10 6.565 10 7.5 10h3.75v4H9.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C7 15.098 7 15.565 7 16.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C8.098 19 8.565 19 9.5 19h1.75v3a.75.75 0 0 0 1.5 0v-3h1.75c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C15.902 14 15.435 14 14.5 14h-1.75v-4h3.75c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C19 8.902 19 8.435 19 7.5"/></svg>
React
import type { SVGProps } from "react";
export function ReiconAlignHCenterFilled(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="M19 7.5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C17.902 5 17.435 5 16.5 5h-3.75V2a.75.75 0 0 0-1.5 0v3H7.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C5 6.098 5 6.565 5 7.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C6.098 10 6.565 10 7.5 10h3.75v4H9.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C7 15.098 7 15.565 7 16.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C8.098 19 8.565 19 9.5 19h1.75v3a.75.75 0 0 0 1.5 0v-3h1.75c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C15.902 14 15.435 14 14.5 14h-1.75v-4h3.75c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C19 8.902 19 8.435 19 7.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7.5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C17.902 5 17.435 5 16.5 5h-3.75V2a.75.75 0 0 0-1.5 0v3H7.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C5 6.098 5 6.565 5 7.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C6.098 10 6.565 10 7.5 10h3.75v4H9.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C7 15.098 7 15.565 7 16.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C8.098 19 8.565 19 9.5 19h1.75v3a.75.75 0 0 0 1.5 0v-3h1.75c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C15.902 14 15.435 14 14.5 14h-1.75v-4h3.75c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C19 8.902 19 8.435 19 7.5"/></svg> </template>
CSS
.icon-align-h-center-filled {
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%22M19%207.5c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C17.902%205%2017.435%205%2016.5%205h-3.75V2a.75.75%200%200%200-1.5%200v3H7.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C5%206.098%205%206.565%205%207.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C6.098%2010%206.565%2010%207.5%2010h3.75v4H9.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C7%2015.098%207%2015.565%207%2016.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C8.098%2019%208.565%2019%209.5%2019h1.75v3a.75.75%200%200%200%201.5%200v-3h1.75c.935%200%201.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C15.902%2014%2015.435%2014%2014.5%2014h-1.75v-4h3.75c.935%200%201.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549C19%208.902%2019%208.435%2019%207.5%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%22M19%207.5c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C17.902%205%2017.435%205%2016.5%205h-3.75V2a.75.75%200%200%200-1.5%200v3H7.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C5%206.098%205%206.565%205%207.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C6.098%2010%206.565%2010%207.5%2010h3.75v4H9.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C7%2015.098%207%2015.565%207%2016.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C8.098%2019%208.565%2019%209.5%2019h1.75v3a.75.75%200%200%200%201.5%200v-3h1.75c.935%200%201.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C15.902%2014%2015.435%2014%2014.5%2014h-1.75v-4h3.75c.935%200%201.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549C19%208.902%2019%208.435%2019%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/align-h-center-filled.svg?color=%231a73e8&size=48