text aligncenter icon

text-aligncenter from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
text-aligncenter
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the text aligncenter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.168 11.36h43.64c1.008 0 1.805-.774 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758a1.75 1.75 0 0 0 1.78 1.781m8.648 12.28H41.16c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.758-1.805-1.758H14.816a1.76 1.76 0 0 0-1.78 1.757c0 1.008.796 1.782 1.78 1.782M6.168 35.923h43.64a1.786 1.786 0 0 0 1.805-1.781c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.758c0 .984.773 1.78 1.78 1.78m8.648 12.258H41.16c1.008 0 1.805-.774 1.805-1.758s-.797-1.781-1.805-1.781H14.816a1.78 1.78 0 0 0-1.78 1.78a1.76 1.76 0 0 0 1.78 1.759"/></svg>

React

import type { SVGProps } from "react";

export function F7TextAligncenter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.168 11.36h43.64c1.008 0 1.805-.774 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758a1.75 1.75 0 0 0 1.78 1.781m8.648 12.28H41.16c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.758-1.805-1.758H14.816a1.76 1.76 0 0 0-1.78 1.757c0 1.008.796 1.782 1.78 1.782M6.168 35.923h43.64a1.786 1.786 0 0 0 1.805-1.781c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.758c0 .984.773 1.78 1.78 1.78m8.648 12.258H41.16c1.008 0 1.805-.774 1.805-1.758s-.797-1.781-1.805-1.781H14.816a1.78 1.78 0 0 0-1.78 1.78a1.76 1.76 0 0 0 1.78 1.759"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.168 11.36h43.64c1.008 0 1.805-.774 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758a1.75 1.75 0 0 0 1.78 1.781m8.648 12.28H41.16c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.758-1.805-1.758H14.816a1.76 1.76 0 0 0-1.78 1.757c0 1.008.796 1.782 1.78 1.782M6.168 35.923h43.64a1.786 1.786 0 0 0 1.805-1.781c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.758c0 .984.773 1.78 1.78 1.78m8.648 12.258H41.16c1.008 0 1.805-.774 1.805-1.758s-.797-1.781-1.805-1.781H14.816a1.78 1.78 0 0 0-1.78 1.78a1.76 1.76 0 0 0 1.78 1.759"/></svg>
</template>

CSS

.icon-text-aligncenter {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.168%2011.36h43.64c1.008%200%201.805-.774%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758a1.75%201.75%200%200%200%201.78%201.781m8.648%2012.28H41.16c1.008%200%201.805-.773%201.805-1.78c0-.985-.797-1.758-1.805-1.758H14.816a1.76%201.76%200%200%200-1.78%201.757c0%201.008.796%201.782%201.78%201.782M6.168%2035.923h43.64a1.786%201.786%200%200%200%201.805-1.781c0-.985-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.773-1.781%201.758c0%20.984.773%201.78%201.78%201.78m8.648%2012.258H41.16c1.008%200%201.805-.774%201.805-1.758s-.797-1.781-1.805-1.781H14.816a1.78%201.78%200%200%200-1.78%201.78a1.76%201.76%200%200%200%201.78%201.759%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.168%2011.36h43.64c1.008%200%201.805-.774%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758a1.75%201.75%200%200%200%201.78%201.781m8.648%2012.28H41.16c1.008%200%201.805-.773%201.805-1.78c0-.985-.797-1.758-1.805-1.758H14.816a1.76%201.76%200%200%200-1.78%201.757c0%201.008.796%201.782%201.78%201.782M6.168%2035.923h43.64a1.786%201.786%200%200%200%201.805-1.781c0-.985-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.773-1.781%201.758c0%20.984.773%201.78%201.78%201.78m8.648%2012.258H41.16c1.008%200%201.805-.774%201.805-1.758s-.797-1.781-1.805-1.781H14.816a1.78%201.78%200%200%200-1.78%201.78a1.76%201.76%200%200%200%201.78%201.759%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/text-aligncenter.svg?color=%231a73e8&size=48