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

Name
tower-cell
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the tower cell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M91.6 73.8c-12.3-5-26.3.9-31.2 13.2C47.2 119.5 40 154.9 40 192s7.2 72.5 20.4 105c5 12.3 19 18.2 31.3 13.2s18.2-19 13.2-31.3C94 252.2 88 222.8 88 192s6-60.2 16.9-87c5-12.3-1-26.3-13.2-31.3zm456.8 0c-12.3 5-18.2 19-13.2 31.3c10.9 26.8 16.9 56.2 16.9 87s-6 60.2-16.9 87c-5 12.3 1 26.3 13.2 31.3s26.3-1 31.3-13.2c13.1-32.5 20.4-67.9 20.4-105s-7.2-72.5-20.4-105c-5-12.3-19-18.2-31.3-13.2zM372.1 229.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.6-45.2h220.6l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4zM408.5 464h-177l21.8-48h133.3l21.8 48zM320 269.3l44.8 98.7h-89.7l44.8-98.7zM195.3 137.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6 12.4C141.5 141 136 165.9 136 192s5.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.4C498.5 243 504 218.1 504 192s-5.5-51-15.3-73.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidTowerCell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M91.6 73.8c-12.3-5-26.3.9-31.2 13.2C47.2 119.5 40 154.9 40 192s7.2 72.5 20.4 105c5 12.3 19 18.2 31.3 13.2s18.2-19 13.2-31.3C94 252.2 88 222.8 88 192s6-60.2 16.9-87c5-12.3-1-26.3-13.2-31.3zm456.8 0c-12.3 5-18.2 19-13.2 31.3c10.9 26.8 16.9 56.2 16.9 87s-6 60.2-16.9 87c-5 12.3 1 26.3 13.2 31.3s26.3-1 31.3-13.2c13.1-32.5 20.4-67.9 20.4-105s-7.2-72.5-20.4-105c-5-12.3-19-18.2-31.3-13.2zM372.1 229.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.6-45.2h220.6l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4zM408.5 464h-177l21.8-48h133.3l21.8 48zM320 269.3l44.8 98.7h-89.7l44.8-98.7zM195.3 137.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6 12.4C141.5 141 136 165.9 136 192s5.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.4C498.5 243 504 218.1 504 192s-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 640 640"><path fill="currentColor" d="M91.6 73.8c-12.3-5-26.3.9-31.2 13.2C47.2 119.5 40 154.9 40 192s7.2 72.5 20.4 105c5 12.3 19 18.2 31.3 13.2s18.2-19 13.2-31.3C94 252.2 88 222.8 88 192s6-60.2 16.9-87c5-12.3-1-26.3-13.2-31.3zm456.8 0c-12.3 5-18.2 19-13.2 31.3c10.9 26.8 16.9 56.2 16.9 87s-6 60.2-16.9 87c-5 12.3 1 26.3 13.2 31.3s26.3-1 31.3-13.2c13.1-32.5 20.4-67.9 20.4-105s-7.2-72.5-20.4-105c-5-12.3-19-18.2-31.3-13.2zM372.1 229.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.6-45.2h220.6l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4zM408.5 464h-177l21.8-48h133.3l21.8 48zM320 269.3l44.8 98.7h-89.7l44.8-98.7zM195.3 137.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6 12.4C141.5 141 136 165.9 136 192s5.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.4C498.5 243 504 218.1 504 192s-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M91.6%2073.8c-12.3-5-26.3.9-31.2%2013.2C47.2%20119.5%2040%20154.9%2040%20192s7.2%2072.5%2020.4%20105c5%2012.3%2019%2018.2%2031.3%2013.2s18.2-19%2013.2-31.3C94%20252.2%2088%20222.8%2088%20192s6-60.2%2016.9-87c5-12.3-1-26.3-13.2-31.3zm456.8%200c-12.3%205-18.2%2019-13.2%2031.3c10.9%2026.8%2016.9%2056.2%2016.9%2087s-6%2060.2-16.9%2087c-5%2012.3%201%2026.3%2013.2%2031.3s26.3-1%2031.3-13.2c13.1-32.5%2020.4-67.9%2020.4-105s-7.2-72.5-20.4-105c-5-12.3-19-18.2-31.3-13.2zM372.1%20229.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.6-45.2h220.6l20.6%2045.2c7.3%2016.1%2026.3%2023.2%2042.4%2015.9s23.2-26.3%2015.9-42.4zM408.5%20464h-177l21.8-48h133.3l21.8%2048zM320%20269.3l44.8%2098.7h-89.7l44.8-98.7zM195.3%20137.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6%2012.4C141.5%20141%20136%20165.9%20136%20192s5.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.4C498.5%20243%20504%20218.1%20504%20192s-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M91.6%2073.8c-12.3-5-26.3.9-31.2%2013.2C47.2%20119.5%2040%20154.9%2040%20192s7.2%2072.5%2020.4%20105c5%2012.3%2019%2018.2%2031.3%2013.2s18.2-19%2013.2-31.3C94%20252.2%2088%20222.8%2088%20192s6-60.2%2016.9-87c5-12.3-1-26.3-13.2-31.3zm456.8%200c-12.3%205-18.2%2019-13.2%2031.3c10.9%2026.8%2016.9%2056.2%2016.9%2087s-6%2060.2-16.9%2087c-5%2012.3%201%2026.3%2013.2%2031.3s26.3-1%2031.3-13.2c13.1-32.5%2020.4-67.9%2020.4-105s-7.2-72.5-20.4-105c-5-12.3-19-18.2-31.3-13.2zM372.1%20229.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.6-45.2h220.6l20.6%2045.2c7.3%2016.1%2026.3%2023.2%2042.4%2015.9s23.2-26.3%2015.9-42.4zM408.5%20464h-177l21.8-48h133.3l21.8%2048zM320%20269.3l44.8%2098.7h-89.7l44.8-98.7zM195.3%20137.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6%2012.4C141.5%20141%20136%20165.9%20136%20192s5.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.4C498.5%20243%20504%20218.1%20504%20192s-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/fa7-solid/tower-cell.svg?color=%231a73e8&size=48