tower-1 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
tower-1
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the tower 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 22c2.8-2.8 6-11 6-15h4c0 4 3.2 12.2 6 15h-5s-.5-3-3-3s-3 3-3 3zM9 3h6v4H9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 3H9v4h6V3zm0 0V2m9 20h-6s-.5-3-3-3s-3 3-3 3H3m7-15c0 3.784-2.863 11.326-5.543 14.5M14.007 7c0 3.784 2.864 11.326 5.543 14.5"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignTower1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 22c2.8-2.8 6-11 6-15h4c0 4 3.2 12.2 6 15h-5s-.5-3-3-3s-3 3-3 3zM9 3h6v4H9z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12 3H9v4h6V3zm0 0V2m9 20h-6s-.5-3-3-3s-3 3-3 3H3m7-15c0 3.784-2.863 11.326-5.543 14.5M14.007 7c0 3.784 2.864 11.326 5.543 14.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 22c2.8-2.8 6-11 6-15h4c0 4 3.2 12.2 6 15h-5s-.5-3-3-3s-3 3-3 3zM9 3h6v4H9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 3H9v4h6V3zm0 0V2m9 20h-6s-.5-3-3-3s-3 3-3 3H3m7-15c0 3.784-2.863 11.326-5.543 14.5M14.007 7c0 3.784 2.864 11.326 5.543 14.5"/></g></svg>
</template>

CSS

.icon-tower-1 {
  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%22none%22%3E%3Cpath%20d%3D%22M4%2022c2.8-2.8%206-11%206-15h4c0%204%203.2%2012.2%206%2015h-5s-.5-3-3-3s-3%203-3%203zM9%203h6v4H9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%203H9v4h6V3zm0%200V2m9%2020h-6s-.5-3-3-3s-3%203-3%203H3m7-15c0%203.784-2.863%2011.326-5.543%2014.5M14.007%207c0%203.784%202.864%2011.326%205.543%2014.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%22none%22%3E%3Cpath%20d%3D%22M4%2022c2.8-2.8%206-11%206-15h4c0%204%203.2%2012.2%206%2015h-5s-.5-3-3-3s-3%203-3%203zM9%203h6v4H9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%203H9v4h6V3zm0%200V2m9%2020h-6s-.5-3-3-3s-3%203-3%203H3m7-15c0%203.784-2.863%2011.326-5.543%2014.5M14.007%207c0%203.784%202.864%2011.326%205.543%2014.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/tdesign/tower-1.svg?color=%231a73e8&size=48