tower icon
tower from Reicon by REICON · Outline · Building · MIT Free for personal and commercial use.
- Name
- tower
- Set
- Reicon
- Style
- Outline
- Category
- Building
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All tower icons →More building icons from Reicon
Use the tower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.525 2.534C3.795 4.24 2.75 6.514 2.75 8.999c0 2.486 1.045 4.76 2.777 6.467a.75.75 0 0 1-1.054 1.068C2.482 14.57 1.25 11.921 1.25 8.999S2.48 3.43 4.471 1.466a.75.75 0 1 1 1.054 1.068m12.95 0c1.73 1.707 2.775 3.98 2.775 6.465c0 2.486-1.045 4.76-2.777 6.467a.75.75 0 0 0 1.054 1.068c1.991-1.964 3.223-4.613 3.223-7.535s-1.23-5.569-3.221-7.533a.75.75 0 0 0-1.054 1.068"/><path fill-rule="evenodd" d="M12.75 11.122a2.251 2.251 0 1 0-1.5 0V22a.75.75 0 0 0 1.5 0zM12 8.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clip-rule="evenodd"/><path d="M16.745 9c0-1.147-.48-2.193-1.272-2.962a.75.75 0 1 1 1.045-1.076A5.6 5.6 0 0 1 18.245 9c0 1.58-.664 3.006-1.727 4.038a.75.75 0 0 1-1.045-1.076A4.1 4.1 0 0 0 16.745 9m-9.49 0c0-1.147.48-2.193 1.272-2.962a.75.75 0 0 0-1.045-1.076A5.6 5.6 0 0 0 5.755 9c0 1.58.664 3.006 1.727 4.038a.75.75 0 0 0 1.045-1.076A4.1 4.1 0 0 1 7.255 9"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.525 2.534C3.795 4.24 2.75 6.514 2.75 8.999c0 2.486 1.045 4.76 2.777 6.467a.75.75 0 0 1-1.054 1.068C2.482 14.57 1.25 11.921 1.25 8.999S2.48 3.43 4.471 1.466a.75.75 0 1 1 1.054 1.068m12.95 0c1.73 1.707 2.775 3.98 2.775 6.465c0 2.486-1.045 4.76-2.777 6.467a.75.75 0 0 0 1.054 1.068c1.991-1.964 3.223-4.613 3.223-7.535s-1.23-5.569-3.221-7.533a.75.75 0 0 0-1.054 1.068"/><path fillRule="evenodd" d="M12.75 11.122a2.251 2.251 0 1 0-1.5 0V22a.75.75 0 0 0 1.5 0zM12 8.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clipRule="evenodd"/><path d="M16.745 9c0-1.147-.48-2.193-1.272-2.962a.75.75 0 1 1 1.045-1.076A5.6 5.6 0 0 1 18.245 9c0 1.58-.664 3.006-1.727 4.038a.75.75 0 0 1-1.045-1.076A4.1 4.1 0 0 0 16.745 9m-9.49 0c0-1.147.48-2.193 1.272-2.962a.75.75 0 0 0-1.045-1.076A5.6 5.6 0 0 0 5.755 9c0 1.58.664 3.006 1.727 4.038a.75.75 0 0 0 1.045-1.076A4.1 4.1 0 0 1 7.255 9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.525 2.534C3.795 4.24 2.75 6.514 2.75 8.999c0 2.486 1.045 4.76 2.777 6.467a.75.75 0 0 1-1.054 1.068C2.482 14.57 1.25 11.921 1.25 8.999S2.48 3.43 4.471 1.466a.75.75 0 1 1 1.054 1.068m12.95 0c1.73 1.707 2.775 3.98 2.775 6.465c0 2.486-1.045 4.76-2.777 6.467a.75.75 0 0 0 1.054 1.068c1.991-1.964 3.223-4.613 3.223-7.535s-1.23-5.569-3.221-7.533a.75.75 0 0 0-1.054 1.068"/><path fill-rule="evenodd" d="M12.75 11.122a2.251 2.251 0 1 0-1.5 0V22a.75.75 0 0 0 1.5 0zM12 8.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clip-rule="evenodd"/><path d="M16.745 9c0-1.147-.48-2.193-1.272-2.962a.75.75 0 1 1 1.045-1.076A5.6 5.6 0 0 1 18.245 9c0 1.58-.664 3.006-1.727 4.038a.75.75 0 0 1-1.045-1.076A4.1 4.1 0 0 0 16.745 9m-9.49 0c0-1.147.48-2.193 1.272-2.962a.75.75 0 0 0-1.045-1.076A5.6 5.6 0 0 0 5.755 9c0 1.58.664 3.006 1.727 4.038a.75.75 0 0 0 1.045-1.076A4.1 4.1 0 0 1 7.255 9"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M5.525%202.534C3.795%204.24%202.75%206.514%202.75%208.999c0%202.486%201.045%204.76%202.777%206.467a.75.75%200%200%201-1.054%201.068C2.482%2014.57%201.25%2011.921%201.25%208.999S2.48%203.43%204.471%201.466a.75.75%200%201%201%201.054%201.068m12.95%200c1.73%201.707%202.775%203.98%202.775%206.465c0%202.486-1.045%204.76-2.777%206.467a.75.75%200%200%200%201.054%201.068c1.991-1.964%203.223-4.613%203.223-7.535s-1.23-5.569-3.221-7.533a.75.75%200%200%200-1.054%201.068%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2011.122a2.251%202.251%200%201%200-1.5%200V22a.75.75%200%200%200%201.5%200zM12%208.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.745%209c0-1.147-.48-2.193-1.272-2.962a.75.75%200%201%201%201.045-1.076A5.6%205.6%200%200%201%2018.245%209c0%201.58-.664%203.006-1.727%204.038a.75.75%200%200%201-1.045-1.076A4.1%204.1%200%200%200%2016.745%209m-9.49%200c0-1.147.48-2.193%201.272-2.962a.75.75%200%200%200-1.045-1.076A5.6%205.6%200%200%200%205.755%209c0%201.58.664%203.006%201.727%204.038a.75.75%200%200%200%201.045-1.076A4.1%204.1%200%200%201%207.255%209%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%22currentColor%22%3E%3Cpath%20d%3D%22M5.525%202.534C3.795%204.24%202.75%206.514%202.75%208.999c0%202.486%201.045%204.76%202.777%206.467a.75.75%200%200%201-1.054%201.068C2.482%2014.57%201.25%2011.921%201.25%208.999S2.48%203.43%204.471%201.466a.75.75%200%201%201%201.054%201.068m12.95%200c1.73%201.707%202.775%203.98%202.775%206.465c0%202.486-1.045%204.76-2.777%206.467a.75.75%200%200%200%201.054%201.068c1.991-1.964%203.223-4.613%203.223-7.535s-1.23-5.569-3.221-7.533a.75.75%200%200%200-1.054%201.068%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2011.122a2.251%202.251%200%201%200-1.5%200V22a.75.75%200%200%200%201.5%200zM12%208.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.745%209c0-1.147-.48-2.193-1.272-2.962a.75.75%200%201%201%201.045-1.076A5.6%205.6%200%200%201%2018.245%209c0%201.58-.664%203.006-1.727%204.038a.75.75%200%200%201-1.045-1.076A4.1%204.1%200%200%200%2016.745%209m-9.49%200c0-1.147.48-2.193%201.272-2.962a.75.75%200%200%200-1.045-1.076A5.6%205.6%200%200%200%205.755%209c0%201.58.664%203.006%201.727%204.038a.75.75%200%200%200%201.045-1.076A4.1%204.1%200%200%201%207.255%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tower.svg?color=%231a73e8&size=48