tower control icon
tower-control from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tower-control
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tower control icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.307 8.485c-.297-1.144-.445-1.716-.134-2.1C3.485 6 4.096 6 5.32 6h13.36c1.224 0 1.835 0 2.147.385c.311.384.163.956-.134 2.1l-.644 2.485c-.378 1.455-.566 2.183-1.13 2.606c-.562.424-1.34.424-2.896.424H7.977c-1.556 0-2.334 0-2.897-.424c-.563-.423-.752-1.15-1.129-2.606z" clip-rule="evenodd"/><path d="m16 6l-1 8m-6 0L8 6m7 8v8m-6-8v8m1-20h4m-2 0v4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTowerControl(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.307 8.485c-.297-1.144-.445-1.716-.134-2.1C3.485 6 4.096 6 5.32 6h13.36c1.224 0 1.835 0 2.147.385c.311.384.163.956-.134 2.1l-.644 2.485c-.378 1.455-.566 2.183-1.13 2.606c-.562.424-1.34.424-2.896.424H7.977c-1.556 0-2.334 0-2.897-.424c-.563-.423-.752-1.15-1.129-2.606z" clipRule="evenodd"/><path d="m16 6l-1 8m-6 0L8 6m7 8v8m-6-8v8m1-20h4m-2 0v4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.307 8.485c-.297-1.144-.445-1.716-.134-2.1C3.485 6 4.096 6 5.32 6h13.36c1.224 0 1.835 0 2.147.385c.311.384.163.956-.134 2.1l-.644 2.485c-.378 1.455-.566 2.183-1.13 2.606c-.562.424-1.34.424-2.896.424H7.977c-1.556 0-2.334 0-2.897-.424c-.563-.423-.752-1.15-1.129-2.606z" clip-rule="evenodd"/><path d="m16 6l-1 8m-6 0L8 6m7 8v8m-6-8v8m1-20h4m-2 0v4"/></g></svg> </template>
CSS
.icon-tower-control {
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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.307%208.485c-.297-1.144-.445-1.716-.134-2.1C3.485%206%204.096%206%205.32%206h13.36c1.224%200%201.835%200%202.147.385c.311.384.163.956-.134%202.1l-.644%202.485c-.378%201.455-.566%202.183-1.13%202.606c-.562.424-1.34.424-2.896.424H7.977c-1.556%200-2.334%200-2.897-.424c-.563-.423-.752-1.15-1.129-2.606z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16%206l-1%208m-6%200L8%206m7%208v8m-6-8v8m1-20h4m-2%200v4%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.307%208.485c-.297-1.144-.445-1.716-.134-2.1C3.485%206%204.096%206%205.32%206h13.36c1.224%200%201.835%200%202.147.385c.311.384.163.956-.134%202.1l-.644%202.485c-.378%201.455-.566%202.183-1.13%202.606c-.562.424-1.34.424-2.896.424H7.977c-1.556%200-2.334%200-2.897-.424c-.563-.423-.752-1.15-1.129-2.606z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16%206l-1%208m-6%200L8%206m7%208v8m-6-8v8m1-20h4m-2%200v4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tower-control.svg?color=%231a73e8&size=48