atom-line from Remix Icon by Remix Design · Line · Health & Medical · Apache-2.0 Free for personal and commercial use.

Name
atom-line
Set
Remix Icon
Style
Line
Category
Health & Medical
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More health & medical icons from Remix Icon

Use the atom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.415 3.308c2.074-.736 4.31-.846 5.717.56c1.406 1.407 1.296 3.643.56 5.717A14.5 14.5 0 0 1 19.552 12c.478.82.862 1.632 1.14 2.415c.736 2.075.846 4.31-.56 5.717c-1.407 1.406-3.643 1.296-5.717.56A14.5 14.5 0 0 1 12 19.552c-.82.478-1.632.862-2.415 1.14c-2.074.736-4.31.846-5.717-.56c-1.406-1.407-1.296-3.642-.56-5.716A14.5 14.5 0 0 1 4.446 12c-.477-.82-.86-1.633-1.138-2.416c-.736-2.074-.846-4.31.56-5.716s3.642-1.296 5.716-.56c.783.278 1.596.661 2.416 1.138a14.5 14.5 0 0 1 2.415-1.138M5.703 13.884q-.304.619-.51 1.201c-.672 1.892-.457 3.087.09 3.633c.545.546 1.74.762 3.632.09q.582-.207 1.2-.512a22.5 22.5 0 0 1-2.358-2.054a22 22 0 0 1-2.054-2.358m12.593 0a22.5 22.5 0 0 1-2.054 2.36a22 22 0 0 1-2.358 2.052q.619.304 1.2.512c1.893.67 3.088.456 3.634-.09s.76-1.741.09-3.633q-.208-.583-.512-1.201M12 6.812a20 20 0 0 0-2.828 2.36A20 20 0 0 0 6.812 12a20 20 0 0 0 2.36 2.828a20 20 0 0 0 2.827 2.36a20 20 0 0 0 2.83-2.36A20 20 0 0 0 17.186 12a20 20 0 0 0-2.359-2.828A20 20 0 0 0 12 6.812M12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4M8.915 5.192c-1.892-.67-3.087-.456-3.633.09s-.761 1.74-.09 3.633q.207.582.511 1.2a22.5 22.5 0 0 1 2.055-2.357a22.5 22.5 0 0 1 2.357-2.055a11 11 0 0 0-1.2-.51m9.803.09c-.546-.546-1.741-.76-3.633-.09q-.583.207-1.201.511a22 22 0 0 1 2.358 2.054a22.5 22.5 0 0 1 2.054 2.358q.304-.617.512-1.199c.67-1.892.456-3.088-.09-3.634"/></svg>

React

import type { SVGProps } from "react";

export function RiAtomLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.415 3.308c2.074-.736 4.31-.846 5.717.56c1.406 1.407 1.296 3.643.56 5.717A14.5 14.5 0 0 1 19.552 12c.478.82.862 1.632 1.14 2.415c.736 2.075.846 4.31-.56 5.717c-1.407 1.406-3.643 1.296-5.717.56A14.5 14.5 0 0 1 12 19.552c-.82.478-1.632.862-2.415 1.14c-2.074.736-4.31.846-5.717-.56c-1.406-1.407-1.296-3.642-.56-5.716A14.5 14.5 0 0 1 4.446 12c-.477-.82-.86-1.633-1.138-2.416c-.736-2.074-.846-4.31.56-5.716s3.642-1.296 5.716-.56c.783.278 1.596.661 2.416 1.138a14.5 14.5 0 0 1 2.415-1.138M5.703 13.884q-.304.619-.51 1.201c-.672 1.892-.457 3.087.09 3.633c.545.546 1.74.762 3.632.09q.582-.207 1.2-.512a22.5 22.5 0 0 1-2.358-2.054a22 22 0 0 1-2.054-2.358m12.593 0a22.5 22.5 0 0 1-2.054 2.36a22 22 0 0 1-2.358 2.052q.619.304 1.2.512c1.893.67 3.088.456 3.634-.09s.76-1.741.09-3.633q-.208-.583-.512-1.201M12 6.812a20 20 0 0 0-2.828 2.36A20 20 0 0 0 6.812 12a20 20 0 0 0 2.36 2.828a20 20 0 0 0 2.827 2.36a20 20 0 0 0 2.83-2.36A20 20 0 0 0 17.186 12a20 20 0 0 0-2.359-2.828A20 20 0 0 0 12 6.812M12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4M8.915 5.192c-1.892-.67-3.087-.456-3.633.09s-.761 1.74-.09 3.633q.207.582.511 1.2a22.5 22.5 0 0 1 2.055-2.357a22.5 22.5 0 0 1 2.357-2.055a11 11 0 0 0-1.2-.51m9.803.09c-.546-.546-1.741-.76-3.633-.09q-.583.207-1.201.511a22 22 0 0 1 2.358 2.054a22.5 22.5 0 0 1 2.054 2.358q.304-.617.512-1.199c.67-1.892.456-3.088-.09-3.634"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.415 3.308c2.074-.736 4.31-.846 5.717.56c1.406 1.407 1.296 3.643.56 5.717A14.5 14.5 0 0 1 19.552 12c.478.82.862 1.632 1.14 2.415c.736 2.075.846 4.31-.56 5.717c-1.407 1.406-3.643 1.296-5.717.56A14.5 14.5 0 0 1 12 19.552c-.82.478-1.632.862-2.415 1.14c-2.074.736-4.31.846-5.717-.56c-1.406-1.407-1.296-3.642-.56-5.716A14.5 14.5 0 0 1 4.446 12c-.477-.82-.86-1.633-1.138-2.416c-.736-2.074-.846-4.31.56-5.716s3.642-1.296 5.716-.56c.783.278 1.596.661 2.416 1.138a14.5 14.5 0 0 1 2.415-1.138M5.703 13.884q-.304.619-.51 1.201c-.672 1.892-.457 3.087.09 3.633c.545.546 1.74.762 3.632.09q.582-.207 1.2-.512a22.5 22.5 0 0 1-2.358-2.054a22 22 0 0 1-2.054-2.358m12.593 0a22.5 22.5 0 0 1-2.054 2.36a22 22 0 0 1-2.358 2.052q.619.304 1.2.512c1.893.67 3.088.456 3.634-.09s.76-1.741.09-3.633q-.208-.583-.512-1.201M12 6.812a20 20 0 0 0-2.828 2.36A20 20 0 0 0 6.812 12a20 20 0 0 0 2.36 2.828a20 20 0 0 0 2.827 2.36a20 20 0 0 0 2.83-2.36A20 20 0 0 0 17.186 12a20 20 0 0 0-2.359-2.828A20 20 0 0 0 12 6.812M12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4M8.915 5.192c-1.892-.67-3.087-.456-3.633.09s-.761 1.74-.09 3.633q.207.582.511 1.2a22.5 22.5 0 0 1 2.055-2.357a22.5 22.5 0 0 1 2.357-2.055a11 11 0 0 0-1.2-.51m9.803.09c-.546-.546-1.741-.76-3.633-.09q-.583.207-1.201.511a22 22 0 0 1 2.358 2.054a22.5 22.5 0 0 1 2.054 2.358q.304-.617.512-1.199c.67-1.892.456-3.088-.09-3.634"/></svg>
</template>

CSS

.icon-atom-line {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.415%203.308c2.074-.736%204.31-.846%205.717.56c1.406%201.407%201.296%203.643.56%205.717A14.5%2014.5%200%200%201%2019.552%2012c.478.82.862%201.632%201.14%202.415c.736%202.075.846%204.31-.56%205.717c-1.407%201.406-3.643%201.296-5.717.56A14.5%2014.5%200%200%201%2012%2019.552c-.82.478-1.632.862-2.415%201.14c-2.074.736-4.31.846-5.717-.56c-1.406-1.407-1.296-3.642-.56-5.716A14.5%2014.5%200%200%201%204.446%2012c-.477-.82-.86-1.633-1.138-2.416c-.736-2.074-.846-4.31.56-5.716s3.642-1.296%205.716-.56c.783.278%201.596.661%202.416%201.138a14.5%2014.5%200%200%201%202.415-1.138M5.703%2013.884q-.304.619-.51%201.201c-.672%201.892-.457%203.087.09%203.633c.545.546%201.74.762%203.632.09q.582-.207%201.2-.512a22.5%2022.5%200%200%201-2.358-2.054a22%2022%200%200%201-2.054-2.358m12.593%200a22.5%2022.5%200%200%201-2.054%202.36a22%2022%200%200%201-2.358%202.052q.619.304%201.2.512c1.893.67%203.088.456%203.634-.09s.76-1.741.09-3.633q-.208-.583-.512-1.201M12%206.812a20%2020%200%200%200-2.828%202.36A20%2020%200%200%200%206.812%2012a20%2020%200%200%200%202.36%202.828a20%2020%200%200%200%202.827%202.36a20%2020%200%200%200%202.83-2.36A20%2020%200%200%200%2017.186%2012a20%2020%200%200%200-2.359-2.828A20%2020%200%200%200%2012%206.812M12%2010a2%202%200%201%201%200%204a2%202%200%200%201%200-4M8.915%205.192c-1.892-.67-3.087-.456-3.633.09s-.761%201.74-.09%203.633q.207.582.511%201.2a22.5%2022.5%200%200%201%202.055-2.357a22.5%2022.5%200%200%201%202.357-2.055a11%2011%200%200%200-1.2-.51m9.803.09c-.546-.546-1.741-.76-3.633-.09q-.583.207-1.201.511a22%2022%200%200%201%202.358%202.054a22.5%2022.5%200%200%201%202.054%202.358q.304-.617.512-1.199c.67-1.892.456-3.088-.09-3.634%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.415%203.308c2.074-.736%204.31-.846%205.717.56c1.406%201.407%201.296%203.643.56%205.717A14.5%2014.5%200%200%201%2019.552%2012c.478.82.862%201.632%201.14%202.415c.736%202.075.846%204.31-.56%205.717c-1.407%201.406-3.643%201.296-5.717.56A14.5%2014.5%200%200%201%2012%2019.552c-.82.478-1.632.862-2.415%201.14c-2.074.736-4.31.846-5.717-.56c-1.406-1.407-1.296-3.642-.56-5.716A14.5%2014.5%200%200%201%204.446%2012c-.477-.82-.86-1.633-1.138-2.416c-.736-2.074-.846-4.31.56-5.716s3.642-1.296%205.716-.56c.783.278%201.596.661%202.416%201.138a14.5%2014.5%200%200%201%202.415-1.138M5.703%2013.884q-.304.619-.51%201.201c-.672%201.892-.457%203.087.09%203.633c.545.546%201.74.762%203.632.09q.582-.207%201.2-.512a22.5%2022.5%200%200%201-2.358-2.054a22%2022%200%200%201-2.054-2.358m12.593%200a22.5%2022.5%200%200%201-2.054%202.36a22%2022%200%200%201-2.358%202.052q.619.304%201.2.512c1.893.67%203.088.456%203.634-.09s.76-1.741.09-3.633q-.208-.583-.512-1.201M12%206.812a20%2020%200%200%200-2.828%202.36A20%2020%200%200%200%206.812%2012a20%2020%200%200%200%202.36%202.828a20%2020%200%200%200%202.827%202.36a20%2020%200%200%200%202.83-2.36A20%2020%200%200%200%2017.186%2012a20%2020%200%200%200-2.359-2.828A20%2020%200%200%200%2012%206.812M12%2010a2%202%200%201%201%200%204a2%202%200%200%201%200-4M8.915%205.192c-1.892-.67-3.087-.456-3.633.09s-.761%201.74-.09%203.633q.207.582.511%201.2a22.5%2022.5%200%200%201%202.055-2.357a22.5%2022.5%200%200%201%202.357-2.055a11%2011%200%200%200-1.2-.51m9.803.09c-.546-.546-1.741-.76-3.633-.09q-.583.207-1.201.511a22%2022%200%200%201%202.358%202.054a22.5%2022.5%200%200%201%202.054%202.358q.304-.617.512-1.199c.67-1.892.456-3.088-.09-3.634%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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