tower 1 icon
tower-1-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- tower-1-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="M13 1v1h3v6h-.939c.2 1.785.874 4.199 1.819 6.581c1.055 2.662 2.37 5.084 3.552 6.419H22v2h-7.847l-.139-.831l-.002-.012l-.014-.066a4 4 0 0 0-.424-1.088C13.238 20.428 12.764 20 12 20c-.763 0-1.238.427-1.574 1.004a4 4 0 0 0-.438 1.153l-.002.011l-.139.832H2v-2h1.568c1.182-1.335 2.497-3.757 3.552-6.419C8.065 12.2 8.74 9.785 8.94 8H8V2h3V1zm-2.051 7c-.2 2.1-.972 4.803-1.97 7.319c-.816 2.059-1.83 4.107-2.898 5.681H8.24c.103-.294.251-.646.46-1.004C9.236 19.073 10.261 18 12 18s2.763 1.073 3.302 1.996c.208.358.356.71.459 1.004h2.158c-1.069-1.574-2.082-3.622-2.899-5.681c-.997-2.516-1.768-5.218-1.969-7.319z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignTower1Filled(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="M13 1v1h3v6h-.939c.2 1.785.874 4.199 1.819 6.581c1.055 2.662 2.37 5.084 3.552 6.419H22v2h-7.847l-.139-.831l-.002-.012l-.014-.066a4 4 0 0 0-.424-1.088C13.238 20.428 12.764 20 12 20c-.763 0-1.238.427-1.574 1.004a4 4 0 0 0-.438 1.153l-.002.011l-.139.832H2v-2h1.568c1.182-1.335 2.497-3.757 3.552-6.419C8.065 12.2 8.74 9.785 8.94 8H8V2h3V1zm-2.051 7c-.2 2.1-.972 4.803-1.97 7.319c-.816 2.059-1.83 4.107-2.898 5.681H8.24c.103-.294.251-.646.46-1.004C9.236 19.073 10.261 18 12 18s2.763 1.073 3.302 1.996c.208.358.356.71.459 1.004h2.158c-1.069-1.574-2.082-3.622-2.899-5.681c-.997-2.516-1.768-5.218-1.969-7.319z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 1v1h3v6h-.939c.2 1.785.874 4.199 1.819 6.581c1.055 2.662 2.37 5.084 3.552 6.419H22v2h-7.847l-.139-.831l-.002-.012l-.014-.066a4 4 0 0 0-.424-1.088C13.238 20.428 12.764 20 12 20c-.763 0-1.238.427-1.574 1.004a4 4 0 0 0-.438 1.153l-.002.011l-.139.832H2v-2h1.568c1.182-1.335 2.497-3.757 3.552-6.419C8.065 12.2 8.74 9.785 8.94 8H8V2h3V1zm-2.051 7c-.2 2.1-.972 4.803-1.97 7.319c-.816 2.059-1.83 4.107-2.898 5.681H8.24c.103-.294.251-.646.46-1.004C9.236 19.073 10.261 18 12 18s2.763 1.073 3.302 1.996c.208.358.356.71.459 1.004h2.158c-1.069-1.574-2.082-3.622-2.899-5.681c-.997-2.516-1.768-5.218-1.969-7.319z"/></svg> </template>
CSS
.icon-tower-1-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%22M13%201v1h3v6h-.939c.2%201.785.874%204.199%201.819%206.581c1.055%202.662%202.37%205.084%203.552%206.419H22v2h-7.847l-.139-.831l-.002-.012l-.014-.066a4%204%200%200%200-.424-1.088C13.238%2020.428%2012.764%2020%2012%2020c-.763%200-1.238.427-1.574%201.004a4%204%200%200%200-.438%201.153l-.002.011l-.139.832H2v-2h1.568c1.182-1.335%202.497-3.757%203.552-6.419C8.065%2012.2%208.74%209.785%208.94%208H8V2h3V1zm-2.051%207c-.2%202.1-.972%204.803-1.97%207.319c-.816%202.059-1.83%204.107-2.898%205.681H8.24c.103-.294.251-.646.46-1.004C9.236%2019.073%2010.261%2018%2012%2018s2.763%201.073%203.302%201.996c.208.358.356.71.459%201.004h2.158c-1.069-1.574-2.082-3.622-2.899-5.681c-.997-2.516-1.768-5.218-1.969-7.319z%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%22M13%201v1h3v6h-.939c.2%201.785.874%204.199%201.819%206.581c1.055%202.662%202.37%205.084%203.552%206.419H22v2h-7.847l-.139-.831l-.002-.012l-.014-.066a4%204%200%200%200-.424-1.088C13.238%2020.428%2012.764%2020%2012%2020c-.763%200-1.238.427-1.574%201.004a4%204%200%200%200-.438%201.153l-.002.011l-.139.832H2v-2h1.568c1.182-1.335%202.497-3.757%203.552-6.419C8.065%2012.2%208.74%209.785%208.94%208H8V2h3V1zm-2.051%207c-.2%202.1-.972%204.803-1.97%207.319c-.816%202.059-1.83%204.107-2.898%205.681H8.24c.103-.294.251-.646.46-1.004C9.236%2019.073%2010.261%2018%2012%2018s2.763%201.073%203.302%201.996c.208.358.356.71.459%201.004h2.158c-1.069-1.574-2.082-3.622-2.899-5.681c-.997-2.516-1.768-5.218-1.969-7.319z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/tower-1-filled.svg?color=%231a73e8&size=48