atom-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
atom-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the atom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.89 162.47A195.6 195.6 0 0 0 191.36 128a195.6 195.6 0 0 0 20.53-34.47c10.38-23.06 10.81-41 1.21-50.63s-27.57-9.17-50.63 1.21A195.6 195.6 0 0 0 128 64.64a195.6 195.6 0 0 0-34.47-20.53C70.47 33.73 52.49 33.3 42.9 42.9s-9.17 27.57 1.21 50.63A195.6 195.6 0 0 0 64.64 128a195.6 195.6 0 0 0-20.53 34.47c-10.38 23.06-10.81 41-1.21 50.63c4.6 4.6 11.1 6.9 19.22 6.9c8.78 0 19.41-2.71 31.41-8.11A195.6 195.6 0 0 0 128 191.36a195.6 195.6 0 0 0 34.47 20.53c12 5.4 22.63 8.11 31.41 8.11c8.09 0 14.62-2.3 19.22-6.9c9.6-9.59 9.17-27.57-1.21-50.63m-4.44-113.92c10.27 10.28 3.14 39.05-21.1 72.84A301 301 0 0 0 162 94a301 301 0 0 0-27.43-24.31c33.83-24.29 62.6-31.42 72.88-21.14m-26 79.45a293 293 0 0 1-25 28.38a292 292 0 0 1-28.38 25a292 292 0 0 1-28.38-25a293 293 0 0 1-25-28.38A302.4 302.4 0 0 1 128 74.58a296 296 0 0 1 28.37 25A293 293 0 0 1 181.41 128ZM48.55 48.55c3.05-3 7.71-4.55 13.64-4.55c14.11 0 35.41 8.59 59.19 25.65a305 305 0 0 0-51.73 51.74C45.41 87.6 38.28 58.83 48.55 48.55m0 158.9c-10.27-10.28-3.14-39 21.1-72.84A301 301 0 0 0 94 162a301 301 0 0 0 27.43 24.31c-33.83 24.28-62.6 31.41-72.88 21.14m158.9 0c-10.28 10.27-39 3.14-72.84-21.1A301 301 0 0 0 162 162a301 301 0 0 0 24.31-27.43c24.28 33.83 31.41 62.6 21.14 72.88M136 128a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function PhAtomThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.89 162.47A195.6 195.6 0 0 0 191.36 128a195.6 195.6 0 0 0 20.53-34.47c10.38-23.06 10.81-41 1.21-50.63s-27.57-9.17-50.63 1.21A195.6 195.6 0 0 0 128 64.64a195.6 195.6 0 0 0-34.47-20.53C70.47 33.73 52.49 33.3 42.9 42.9s-9.17 27.57 1.21 50.63A195.6 195.6 0 0 0 64.64 128a195.6 195.6 0 0 0-20.53 34.47c-10.38 23.06-10.81 41-1.21 50.63c4.6 4.6 11.1 6.9 19.22 6.9c8.78 0 19.41-2.71 31.41-8.11A195.6 195.6 0 0 0 128 191.36a195.6 195.6 0 0 0 34.47 20.53c12 5.4 22.63 8.11 31.41 8.11c8.09 0 14.62-2.3 19.22-6.9c9.6-9.59 9.17-27.57-1.21-50.63m-4.44-113.92c10.27 10.28 3.14 39.05-21.1 72.84A301 301 0 0 0 162 94a301 301 0 0 0-27.43-24.31c33.83-24.29 62.6-31.42 72.88-21.14m-26 79.45a293 293 0 0 1-25 28.38a292 292 0 0 1-28.38 25a292 292 0 0 1-28.38-25a293 293 0 0 1-25-28.38A302.4 302.4 0 0 1 128 74.58a296 296 0 0 1 28.37 25A293 293 0 0 1 181.41 128ZM48.55 48.55c3.05-3 7.71-4.55 13.64-4.55c14.11 0 35.41 8.59 59.19 25.65a305 305 0 0 0-51.73 51.74C45.41 87.6 38.28 58.83 48.55 48.55m0 158.9c-10.27-10.28-3.14-39 21.1-72.84A301 301 0 0 0 94 162a301 301 0 0 0 27.43 24.31c-33.83 24.28-62.6 31.41-72.88 21.14m158.9 0c-10.28 10.27-39 3.14-72.84-21.1A301 301 0 0 0 162 162a301 301 0 0 0 24.31-27.43c24.28 33.83 31.41 62.6 21.14 72.88M136 128a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.89 162.47A195.6 195.6 0 0 0 191.36 128a195.6 195.6 0 0 0 20.53-34.47c10.38-23.06 10.81-41 1.21-50.63s-27.57-9.17-50.63 1.21A195.6 195.6 0 0 0 128 64.64a195.6 195.6 0 0 0-34.47-20.53C70.47 33.73 52.49 33.3 42.9 42.9s-9.17 27.57 1.21 50.63A195.6 195.6 0 0 0 64.64 128a195.6 195.6 0 0 0-20.53 34.47c-10.38 23.06-10.81 41-1.21 50.63c4.6 4.6 11.1 6.9 19.22 6.9c8.78 0 19.41-2.71 31.41-8.11A195.6 195.6 0 0 0 128 191.36a195.6 195.6 0 0 0 34.47 20.53c12 5.4 22.63 8.11 31.41 8.11c8.09 0 14.62-2.3 19.22-6.9c9.6-9.59 9.17-27.57-1.21-50.63m-4.44-113.92c10.27 10.28 3.14 39.05-21.1 72.84A301 301 0 0 0 162 94a301 301 0 0 0-27.43-24.31c33.83-24.29 62.6-31.42 72.88-21.14m-26 79.45a293 293 0 0 1-25 28.38a292 292 0 0 1-28.38 25a292 292 0 0 1-28.38-25a293 293 0 0 1-25-28.38A302.4 302.4 0 0 1 128 74.58a296 296 0 0 1 28.37 25A293 293 0 0 1 181.41 128ZM48.55 48.55c3.05-3 7.71-4.55 13.64-4.55c14.11 0 35.41 8.59 59.19 25.65a305 305 0 0 0-51.73 51.74C45.41 87.6 38.28 58.83 48.55 48.55m0 158.9c-10.27-10.28-3.14-39 21.1-72.84A301 301 0 0 0 94 162a301 301 0 0 0 27.43 24.31c-33.83 24.28-62.6 31.41-72.88 21.14m158.9 0c-10.28 10.27-39 3.14-72.84-21.1A301 301 0 0 0 162 162a301 301 0 0 0 24.31-27.43c24.28 33.83 31.41 62.6 21.14 72.88M136 128a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
</template>

CSS

.icon-atom-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M211.89%20162.47A195.6%20195.6%200%200%200%20191.36%20128a195.6%20195.6%200%200%200%2020.53-34.47c10.38-23.06%2010.81-41%201.21-50.63s-27.57-9.17-50.63%201.21A195.6%20195.6%200%200%200%20128%2064.64a195.6%20195.6%200%200%200-34.47-20.53C70.47%2033.73%2052.49%2033.3%2042.9%2042.9s-9.17%2027.57%201.21%2050.63A195.6%20195.6%200%200%200%2064.64%20128a195.6%20195.6%200%200%200-20.53%2034.47c-10.38%2023.06-10.81%2041-1.21%2050.63c4.6%204.6%2011.1%206.9%2019.22%206.9c8.78%200%2019.41-2.71%2031.41-8.11A195.6%20195.6%200%200%200%20128%20191.36a195.6%20195.6%200%200%200%2034.47%2020.53c12%205.4%2022.63%208.11%2031.41%208.11c8.09%200%2014.62-2.3%2019.22-6.9c9.6-9.59%209.17-27.57-1.21-50.63m-4.44-113.92c10.27%2010.28%203.14%2039.05-21.1%2072.84A301%20301%200%200%200%20162%2094a301%20301%200%200%200-27.43-24.31c33.83-24.29%2062.6-31.42%2072.88-21.14m-26%2079.45a293%20293%200%200%201-25%2028.38a292%20292%200%200%201-28.38%2025a292%20292%200%200%201-28.38-25a293%20293%200%200%201-25-28.38A302.4%20302.4%200%200%201%20128%2074.58a296%20296%200%200%201%2028.37%2025A293%20293%200%200%201%20181.41%20128ZM48.55%2048.55c3.05-3%207.71-4.55%2013.64-4.55c14.11%200%2035.41%208.59%2059.19%2025.65a305%20305%200%200%200-51.73%2051.74C45.41%2087.6%2038.28%2058.83%2048.55%2048.55m0%20158.9c-10.27-10.28-3.14-39%2021.1-72.84A301%20301%200%200%200%2094%20162a301%20301%200%200%200%2027.43%2024.31c-33.83%2024.28-62.6%2031.41-72.88%2021.14m158.9%200c-10.28%2010.27-39%203.14-72.84-21.1A301%20301%200%200%200%20162%20162a301%20301%200%200%200%2024.31-27.43c24.28%2033.83%2031.41%2062.6%2021.14%2072.88M136%20128a8%208%200%201%201-8-8a8%208%200%200%201%208%208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M211.89%20162.47A195.6%20195.6%200%200%200%20191.36%20128a195.6%20195.6%200%200%200%2020.53-34.47c10.38-23.06%2010.81-41%201.21-50.63s-27.57-9.17-50.63%201.21A195.6%20195.6%200%200%200%20128%2064.64a195.6%20195.6%200%200%200-34.47-20.53C70.47%2033.73%2052.49%2033.3%2042.9%2042.9s-9.17%2027.57%201.21%2050.63A195.6%20195.6%200%200%200%2064.64%20128a195.6%20195.6%200%200%200-20.53%2034.47c-10.38%2023.06-10.81%2041-1.21%2050.63c4.6%204.6%2011.1%206.9%2019.22%206.9c8.78%200%2019.41-2.71%2031.41-8.11A195.6%20195.6%200%200%200%20128%20191.36a195.6%20195.6%200%200%200%2034.47%2020.53c12%205.4%2022.63%208.11%2031.41%208.11c8.09%200%2014.62-2.3%2019.22-6.9c9.6-9.59%209.17-27.57-1.21-50.63m-4.44-113.92c10.27%2010.28%203.14%2039.05-21.1%2072.84A301%20301%200%200%200%20162%2094a301%20301%200%200%200-27.43-24.31c33.83-24.29%2062.6-31.42%2072.88-21.14m-26%2079.45a293%20293%200%200%201-25%2028.38a292%20292%200%200%201-28.38%2025a292%20292%200%200%201-28.38-25a293%20293%200%200%201-25-28.38A302.4%20302.4%200%200%201%20128%2074.58a296%20296%200%200%201%2028.37%2025A293%20293%200%200%201%20181.41%20128ZM48.55%2048.55c3.05-3%207.71-4.55%2013.64-4.55c14.11%200%2035.41%208.59%2059.19%2025.65a305%20305%200%200%200-51.73%2051.74C45.41%2087.6%2038.28%2058.83%2048.55%2048.55m0%20158.9c-10.27-10.28-3.14-39%2021.1-72.84A301%20301%200%200%200%2094%20162a301%20301%200%200%200%2027.43%2024.31c-33.83%2024.28-62.6%2031.41-72.88%2021.14m158.9%200c-10.28%2010.27-39%203.14-72.84-21.1A301%20301%200%200%200%20162%20162a301%20301%200%200%200%2024.31-27.43c24.28%2033.83%2031.41%2062.6%2021.14%2072.88M136%20128a8%208%200%201%201-8-8a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/atom-thin.svg?color=%231a73e8&size=48