tower icon
tower from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- tower
- Set
- TDesign Icons
- Style
- Outline
- 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"><g fill="none"><path d="M6.509 21.411C8.946 18.187 10 10.75 10 7h4c0 3.749 1.054 11.187 3.491 14.411c.323.355.509.589.509.589a6 6 0 0 1-.509-.589C16.481 20.3 14.135 18 12 18s-4.481 2.3-5.491 3.411A6 6 0 0 1 6 22s.186-.234.509-.589M9 3h6v4H9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 2v1m0 0H9v4h6V3zM9 22H5m10 0h4m-1.428-.5C16.61 20.427 14.194 18 12 18c-2.196 0-4.616 2.433-5.575 3.504M14 7c0 3.784 1.074 11.326 3.56 14.5M10 7c0 3.784-1.074 11.326-3.56 14.5"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignTower(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="M6.509 21.411C8.946 18.187 10 10.75 10 7h4c0 3.749 1.054 11.187 3.491 14.411c.323.355.509.589.509.589a6 6 0 0 1-.509-.589C16.481 20.3 14.135 18 12 18s-4.481 2.3-5.491 3.411A6 6 0 0 1 6 22s.186-.234.509-.589M9 3h6v4H9z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12 2v1m0 0H9v4h6V3zM9 22H5m10 0h4m-1.428-.5C16.61 20.427 14.194 18 12 18c-2.196 0-4.616 2.433-5.575 3.504M14 7c0 3.784 1.074 11.326 3.56 14.5M10 7c0 3.784-1.074 11.326-3.56 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="M6.509 21.411C8.946 18.187 10 10.75 10 7h4c0 3.749 1.054 11.187 3.491 14.411c.323.355.509.589.509.589a6 6 0 0 1-.509-.589C16.481 20.3 14.135 18 12 18s-4.481 2.3-5.491 3.411A6 6 0 0 1 6 22s.186-.234.509-.589M9 3h6v4H9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 2v1m0 0H9v4h6V3zM9 22H5m10 0h4m-1.428-.5C16.61 20.427 14.194 18 12 18c-2.196 0-4.616 2.433-5.575 3.504M14 7c0 3.784 1.074 11.326 3.56 14.5M10 7c0 3.784-1.074 11.326-3.56 14.5"/></g></svg> </template>
CSS
.icon-tower {
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%22M6.509%2021.411C8.946%2018.187%2010%2010.75%2010%207h4c0%203.749%201.054%2011.187%203.491%2014.411c.323.355.509.589.509.589a6%206%200%200%201-.509-.589C16.481%2020.3%2014.135%2018%2012%2018s-4.481%202.3-5.491%203.411A6%206%200%200%201%206%2022s.186-.234.509-.589M9%203h6v4H9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%202v1m0%200H9v4h6V3zM9%2022H5m10%200h4m-1.428-.5C16.61%2020.427%2014.194%2018%2012%2018c-2.196%200-4.616%202.433-5.575%203.504M14%207c0%203.784%201.074%2011.326%203.56%2014.5M10%207c0%203.784-1.074%2011.326-3.56%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%22M6.509%2021.411C8.946%2018.187%2010%2010.75%2010%207h4c0%203.749%201.054%2011.187%203.491%2014.411c.323.355.509.589.509.589a6%206%200%200%201-.509-.589C16.481%2020.3%2014.135%2018%2012%2018s-4.481%202.3-5.491%203.411A6%206%200%200%201%206%2022s.186-.234.509-.589M9%203h6v4H9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%202v1m0%200H9v4h6V3zM9%2022H5m10%200h4m-1.428-.5C16.61%2020.427%2014.194%2018%2012%2018c-2.196%200-4.616%202.433-5.575%203.504M14%207c0%203.784%201.074%2011.326%203.56%2014.5M10%207c0%203.784-1.074%2011.326-3.56%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.svg?color=%231a73e8&size=48