tower-cell from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
tower-cell
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the tower cell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7s24.3-25.3 17.7-41.7C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3m450.8 0C497 9 489.1 27.6 495.7 44c10.5 25.9 16.3 54.2 16.3 84s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108c-6.7-16.4-25.3-24.3-41.7-17.7M340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2l-137 301.6c-7.3 16.1-.2 35.1 15.9 42.4s35.1.2 42.4-15.9l20.5-45.3h220.6l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4zM369.2 384H206.8l14.5-32h133.3l14.5 32zM288 205.3l37.6 82.7h-75.2zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6c-7.3-16.6-11.3-35-11.3-54.4s4-37.8 11.3-54.4m293.4-19.2c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6c7.3 16.6 11.3 35 11.3 54.4s-4 37.8-11.3 54.4c-5.3 12.1.2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidTowerCell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7s24.3-25.3 17.7-41.7C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3m450.8 0C497 9 489.1 27.6 495.7 44c10.5 25.9 16.3 54.2 16.3 84s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108c-6.7-16.4-25.3-24.3-41.7-17.7M340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2l-137 301.6c-7.3 16.1-.2 35.1 15.9 42.4s35.1.2 42.4-15.9l20.5-45.3h220.6l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4zM369.2 384H206.8l14.5-32h133.3l14.5 32zM288 205.3l37.6 82.7h-75.2zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6c-7.3-16.6-11.3-35-11.3-54.4s4-37.8 11.3-54.4m293.4-19.2c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6c7.3 16.6 11.3 35 11.3 54.4s-4 37.8-11.3 54.4c-5.3 12.1.2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7s24.3-25.3 17.7-41.7C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3m450.8 0C497 9 489.1 27.6 495.7 44c10.5 25.9 16.3 54.2 16.3 84s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108c-6.7-16.4-25.3-24.3-41.7-17.7M340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2l-137 301.6c-7.3 16.1-.2 35.1 15.9 42.4s35.1.2 42.4-15.9l20.5-45.3h220.6l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4zM369.2 384H206.8l14.5-32h133.3l14.5 32zM288 205.3l37.6 82.7h-75.2zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6c-7.3-16.6-11.3-35-11.3-54.4s4-37.8 11.3-54.4m293.4-19.2c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6c7.3 16.6 11.3 35 11.3 54.4s-4 37.8-11.3 54.4c-5.3 12.1.2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6"/></svg>
</template>

CSS

.icon-tower-cell {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M62.6%202.3C46.2-4.3%2027.6%203.6%2020.9%2020C7.4%2053.4%200%2089.9%200%20128s7.4%2074.6%2020.9%20108c6.6%2016.4%2025.3%2024.3%2041.7%2017.7s24.3-25.3%2017.7-41.7C69.8%20186.1%2064%20157.8%2064%20128s5.8-58.1%2016.3-84C86.9%2027.6%2079%209%2062.6%202.3m450.8%200C497%209%20489.1%2027.6%20495.7%2044c10.5%2025.9%2016.3%2054.2%2016.3%2084s-5.8%2058.1-16.3%2084c-6.6%2016.4%201.3%2035%2017.7%2041.7s35-1.3%2041.7-17.7c13.5-33.4%2020.9-69.9%2020.9-108s-7.4-74.6-20.9-108c-6.7-16.4-25.3-24.3-41.7-17.7M340.1%20165.2c7.5-10.5%2011.9-23.3%2011.9-37.2c0-35.3-28.7-64-64-64s-64%2028.7-64%2064c0%2013.9%204.4%2026.7%2011.9%2037.2l-137%20301.6c-7.3%2016.1-.2%2035.1%2015.9%2042.4s35.1.2%2042.4-15.9l20.5-45.3h220.6l20.6%2045.2c7.3%2016.1%2026.3%2023.2%2042.4%2015.9s23.2-26.3%2015.9-42.4zM369.2%20384H206.8l14.5-32h133.3l14.5%2032zM288%20205.3l37.6%2082.7h-75.2zM163.3%2073.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6%2012.4C109.5%2077%20104%20101.9%20104%20128s5.5%2051%2015.3%2073.6c5.3%2012.1%2019.5%2017.7%2031.6%2012.4s17.7-19.5%2012.4-31.6c-7.3-16.6-11.3-35-11.3-54.4s4-37.8%2011.3-54.4m293.4-19.2c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7%2019.5-12.4%2031.6c7.3%2016.6%2011.3%2035%2011.3%2054.4s-4%2037.8-11.3%2054.4c-5.3%2012.1.2%2026.3%2012.4%2031.6s26.3-.2%2031.6-12.4C466.5%20179%20472%20154.1%20472%20128s-5.5-51-15.3-73.6%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M62.6%202.3C46.2-4.3%2027.6%203.6%2020.9%2020C7.4%2053.4%200%2089.9%200%20128s7.4%2074.6%2020.9%20108c6.6%2016.4%2025.3%2024.3%2041.7%2017.7s24.3-25.3%2017.7-41.7C69.8%20186.1%2064%20157.8%2064%20128s5.8-58.1%2016.3-84C86.9%2027.6%2079%209%2062.6%202.3m450.8%200C497%209%20489.1%2027.6%20495.7%2044c10.5%2025.9%2016.3%2054.2%2016.3%2084s-5.8%2058.1-16.3%2084c-6.6%2016.4%201.3%2035%2017.7%2041.7s35-1.3%2041.7-17.7c13.5-33.4%2020.9-69.9%2020.9-108s-7.4-74.6-20.9-108c-6.7-16.4-25.3-24.3-41.7-17.7M340.1%20165.2c7.5-10.5%2011.9-23.3%2011.9-37.2c0-35.3-28.7-64-64-64s-64%2028.7-64%2064c0%2013.9%204.4%2026.7%2011.9%2037.2l-137%20301.6c-7.3%2016.1-.2%2035.1%2015.9%2042.4s35.1.2%2042.4-15.9l20.5-45.3h220.6l20.6%2045.2c7.3%2016.1%2026.3%2023.2%2042.4%2015.9s23.2-26.3%2015.9-42.4zM369.2%20384H206.8l14.5-32h133.3l14.5%2032zM288%20205.3l37.6%2082.7h-75.2zM163.3%2073.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6%2012.4C109.5%2077%20104%20101.9%20104%20128s5.5%2051%2015.3%2073.6c5.3%2012.1%2019.5%2017.7%2031.6%2012.4s17.7-19.5%2012.4-31.6c-7.3-16.6-11.3-35-11.3-54.4s4-37.8%2011.3-54.4m293.4-19.2c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7%2019.5-12.4%2031.6c7.3%2016.6%2011.3%2035%2011.3%2054.4s-4%2037.8-11.3%2054.4c-5.3%2012.1.2%2026.3%2012.4%2031.6s26.3-.2%2031.6-12.4C466.5%20179%20472%20154.1%20472%20128s-5.5-51-15.3-73.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/tower-cell.svg?color=%231a73e8&size=48