tower icon
tower-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- tower-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the tower 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-.977c.079 1.872.37 4.353.903 6.731c.317 1.414.714 2.768 1.192 3.925c.355.86.74 1.574 1.145 2.118q.112.123.201.226H20v2h-6v-2h1.674q-.133-.123-.275-.246c-.54-.47-1.14-.921-1.749-1.25c-.615-.33-1.174-.504-1.65-.504s-1.035.173-1.65.505c-.608.328-1.209.778-1.75 1.249q-.14.123-.274.246H10v2H4v-2h1.536l.2-.226c.405-.544.79-1.259 1.146-2.118c.478-1.157.875-2.511 1.192-3.925c.533-2.378.824-4.859.903-6.731H8V2h3V1zm-2.021 7a42 42 0 0 1-.953 7.169c-.2.89-.433 1.774-.703 2.618l.076-.042C10.173 17.327 11.07 17 12 17c.932 0 1.827.327 2.6.745l.077.042a31 31 0 0 1-.703-2.618A42 42 0 0 1 13.021 8z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignTowerFilled(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-.977c.079 1.872.37 4.353.903 6.731c.317 1.414.714 2.768 1.192 3.925c.355.86.74 1.574 1.145 2.118q.112.123.201.226H20v2h-6v-2h1.674q-.133-.123-.275-.246c-.54-.47-1.14-.921-1.749-1.25c-.615-.33-1.174-.504-1.65-.504s-1.035.173-1.65.505c-.608.328-1.209.778-1.75 1.249q-.14.123-.274.246H10v2H4v-2h1.536l.2-.226c.405-.544.79-1.259 1.146-2.118c.478-1.157.875-2.511 1.192-3.925c.533-2.378.824-4.859.903-6.731H8V2h3V1zm-2.021 7a42 42 0 0 1-.953 7.169c-.2.89-.433 1.774-.703 2.618l.076-.042C10.173 17.327 11.07 17 12 17c.932 0 1.827.327 2.6.745l.077.042a31 31 0 0 1-.703-2.618A42 42 0 0 1 13.021 8z"/></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-.977c.079 1.872.37 4.353.903 6.731c.317 1.414.714 2.768 1.192 3.925c.355.86.74 1.574 1.145 2.118q.112.123.201.226H20v2h-6v-2h1.674q-.133-.123-.275-.246c-.54-.47-1.14-.921-1.749-1.25c-.615-.33-1.174-.504-1.65-.504s-1.035.173-1.65.505c-.608.328-1.209.778-1.75 1.249q-.14.123-.274.246H10v2H4v-2h1.536l.2-.226c.405-.544.79-1.259 1.146-2.118c.478-1.157.875-2.511 1.192-3.925c.533-2.378.824-4.859.903-6.731H8V2h3V1zm-2.021 7a42 42 0 0 1-.953 7.169c-.2.89-.433 1.774-.703 2.618l.076-.042C10.173 17.327 11.07 17 12 17c.932 0 1.827.327 2.6.745l.077.042a31 31 0 0 1-.703-2.618A42 42 0 0 1 13.021 8z"/></svg> </template>
CSS
.icon-tower-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-.977c.079%201.872.37%204.353.903%206.731c.317%201.414.714%202.768%201.192%203.925c.355.86.74%201.574%201.145%202.118q.112.123.201.226H20v2h-6v-2h1.674q-.133-.123-.275-.246c-.54-.47-1.14-.921-1.749-1.25c-.615-.33-1.174-.504-1.65-.504s-1.035.173-1.65.505c-.608.328-1.209.778-1.75%201.249q-.14.123-.274.246H10v2H4v-2h1.536l.2-.226c.405-.544.79-1.259%201.146-2.118c.478-1.157.875-2.511%201.192-3.925c.533-2.378.824-4.859.903-6.731H8V2h3V1zm-2.021%207a42%2042%200%200%201-.953%207.169c-.2.89-.433%201.774-.703%202.618l.076-.042C10.173%2017.327%2011.07%2017%2012%2017c.932%200%201.827.327%202.6.745l.077.042a31%2031%200%200%201-.703-2.618A42%2042%200%200%201%2013.021%208z%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-.977c.079%201.872.37%204.353.903%206.731c.317%201.414.714%202.768%201.192%203.925c.355.86.74%201.574%201.145%202.118q.112.123.201.226H20v2h-6v-2h1.674q-.133-.123-.275-.246c-.54-.47-1.14-.921-1.749-1.25c-.615-.33-1.174-.504-1.65-.504s-1.035.173-1.65.505c-.608.328-1.209.778-1.75%201.249q-.14.123-.274.246H10v2H4v-2h1.536l.2-.226c.405-.544.79-1.259%201.146-2.118c.478-1.157.875-2.511%201.192-3.925c.533-2.378.824-4.859.903-6.731H8V2h3V1zm-2.021%207a42%2042%200%200%201-.953%207.169c-.2.89-.433%201.774-.703%202.618l.076-.042C10.173%2017.327%2011.07%2017%2012%2017c.932%200%201.827.327%202.6.745l.077.042a31%2031%200%200%201-.703-2.618A42%2042%200%200%201%2013.021%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/tower-filled.svg?color=%231a73e8&size=48