atom logo
atom from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- atom
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the atom logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.489 9.025c-2.183-.93-5.116-1.53-8.25-1.695c-.5-.03-.987-.04-1.45-.04c2.318-2.83 4.802-4.73 6.437-4.79c.322-.013.595.055.813.196c.706.458.905 1.768.545 3.59c-.04.25.12.493.36.54c.25.05.49-.11.54-.36c.45-2.28.12-3.846-.94-4.538c-.38-.248-.84-.365-1.35-.346c-2.05.077-4.94 2.3-7.59 5.72c-1.154.035-2.24.13-3.232.287c-.646-2.897-.39-4.977.594-5.477c.138-.073.285-.11.457-.124c.697-.054 1.66.395 2.71 1.27c.194.16.486.14.646-.06a.458.458 0 0 0-.06-.645C9.459 1.51 8.297 1 7.347 1.07a2.244 2.244 0 0 0-.803.22c-1.19.607-1.67 2.327-1.37 4.838c.07.52.16 1.062.29 1.62c-3.281.656-5.371 1.97-5.461 3.624c-.06 1.17.865 2.284 2.68 3.222a.46.46 0 1 0 .42-.816C1.653 13.031.873 12.19.92 11.42c.05-1.08 1.772-2.19 4.76-2.78c.27.994.62 2.032 1.05 3.09c-1.018 1.888-1.756 3.747-2.137 5.4c-.56 2.465-.26 4.22.86 4.948c.36.234.78.35 1.247.35c.935 0 2.067-.46 3.347-1.372a.458.458 0 1 0-.53-.746c-1.544 1.103-2.844 1.472-3.562 1.003c-.76-.495-.926-1.943-.46-3.976c.32-1.386.907-2.93 1.708-4.52c.2.438.41.876.63 1.313c1.425 2.796 3.17 5.227 4.91 6.845c1.386 1.29 2.674 1.963 3.735 1.963c.35 0 .68-.075.976-.223c1.145-.585 1.64-2.21 1.398-4.575c-.224-2.213-1.06-4.91-2.354-7.6a.46.46 0 0 0-.83.396c2.69 5.602 2.88 10.19 1.37 10.96c-1.59.813-5.424-2.355-8.39-8.18c-.34-.655-.637-1.3-.9-1.93c.34-.608.7-1.22 1.095-1.83c.395-.604.806-1.188 1.224-1.745h.394c.54 0 1.126.01 1.734.048c6.53.343 10.975 2.56 10.884 4.334c-.04.765-.924 1.538-2.425 2.12a.464.464 0 0 0-.26.596a.455.455 0 0 0 .593.262c1.905-.74 2.95-1.756 3.01-2.93c.07-1.33-1.17-2.61-3.5-3.6v-.01zM8.073 9.45c-.27.415-.52.827-.764 1.244a23.66 23.66 0 0 1-.723-2.215c.713-.11 1.485-.19 2.31-.24c-.28.39-.554.794-.82 1.21v-.01zm3.925 1.175a1.375 1.375 0 1 0 0 2.75a1.375 1.375 0 1 0 0-2.75z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAtom(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="M20.489 9.025c-2.183-.93-5.116-1.53-8.25-1.695c-.5-.03-.987-.04-1.45-.04c2.318-2.83 4.802-4.73 6.437-4.79c.322-.013.595.055.813.196c.706.458.905 1.768.545 3.59c-.04.25.12.493.36.54c.25.05.49-.11.54-.36c.45-2.28.12-3.846-.94-4.538c-.38-.248-.84-.365-1.35-.346c-2.05.077-4.94 2.3-7.59 5.72c-1.154.035-2.24.13-3.232.287c-.646-2.897-.39-4.977.594-5.477c.138-.073.285-.11.457-.124c.697-.054 1.66.395 2.71 1.27c.194.16.486.14.646-.06a.458.458 0 0 0-.06-.645C9.459 1.51 8.297 1 7.347 1.07a2.244 2.244 0 0 0-.803.22c-1.19.607-1.67 2.327-1.37 4.838c.07.52.16 1.062.29 1.62c-3.281.656-5.371 1.97-5.461 3.624c-.06 1.17.865 2.284 2.68 3.222a.46.46 0 1 0 .42-.816C1.653 13.031.873 12.19.92 11.42c.05-1.08 1.772-2.19 4.76-2.78c.27.994.62 2.032 1.05 3.09c-1.018 1.888-1.756 3.747-2.137 5.4c-.56 2.465-.26 4.22.86 4.948c.36.234.78.35 1.247.35c.935 0 2.067-.46 3.347-1.372a.458.458 0 1 0-.53-.746c-1.544 1.103-2.844 1.472-3.562 1.003c-.76-.495-.926-1.943-.46-3.976c.32-1.386.907-2.93 1.708-4.52c.2.438.41.876.63 1.313c1.425 2.796 3.17 5.227 4.91 6.845c1.386 1.29 2.674 1.963 3.735 1.963c.35 0 .68-.075.976-.223c1.145-.585 1.64-2.21 1.398-4.575c-.224-2.213-1.06-4.91-2.354-7.6a.46.46 0 0 0-.83.396c2.69 5.602 2.88 10.19 1.37 10.96c-1.59.813-5.424-2.355-8.39-8.18c-.34-.655-.637-1.3-.9-1.93c.34-.608.7-1.22 1.095-1.83c.395-.604.806-1.188 1.224-1.745h.394c.54 0 1.126.01 1.734.048c6.53.343 10.975 2.56 10.884 4.334c-.04.765-.924 1.538-2.425 2.12a.464.464 0 0 0-.26.596a.455.455 0 0 0 .593.262c1.905-.74 2.95-1.756 3.01-2.93c.07-1.33-1.17-2.61-3.5-3.6v-.01zM8.073 9.45c-.27.415-.52.827-.764 1.244a23.66 23.66 0 0 1-.723-2.215c.713-.11 1.485-.19 2.31-.24c-.28.39-.554.794-.82 1.21v-.01zm3.925 1.175a1.375 1.375 0 1 0 0 2.75a1.375 1.375 0 1 0 0-2.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.489 9.025c-2.183-.93-5.116-1.53-8.25-1.695c-.5-.03-.987-.04-1.45-.04c2.318-2.83 4.802-4.73 6.437-4.79c.322-.013.595.055.813.196c.706.458.905 1.768.545 3.59c-.04.25.12.493.36.54c.25.05.49-.11.54-.36c.45-2.28.12-3.846-.94-4.538c-.38-.248-.84-.365-1.35-.346c-2.05.077-4.94 2.3-7.59 5.72c-1.154.035-2.24.13-3.232.287c-.646-2.897-.39-4.977.594-5.477c.138-.073.285-.11.457-.124c.697-.054 1.66.395 2.71 1.27c.194.16.486.14.646-.06a.458.458 0 0 0-.06-.645C9.459 1.51 8.297 1 7.347 1.07a2.244 2.244 0 0 0-.803.22c-1.19.607-1.67 2.327-1.37 4.838c.07.52.16 1.062.29 1.62c-3.281.656-5.371 1.97-5.461 3.624c-.06 1.17.865 2.284 2.68 3.222a.46.46 0 1 0 .42-.816C1.653 13.031.873 12.19.92 11.42c.05-1.08 1.772-2.19 4.76-2.78c.27.994.62 2.032 1.05 3.09c-1.018 1.888-1.756 3.747-2.137 5.4c-.56 2.465-.26 4.22.86 4.948c.36.234.78.35 1.247.35c.935 0 2.067-.46 3.347-1.372a.458.458 0 1 0-.53-.746c-1.544 1.103-2.844 1.472-3.562 1.003c-.76-.495-.926-1.943-.46-3.976c.32-1.386.907-2.93 1.708-4.52c.2.438.41.876.63 1.313c1.425 2.796 3.17 5.227 4.91 6.845c1.386 1.29 2.674 1.963 3.735 1.963c.35 0 .68-.075.976-.223c1.145-.585 1.64-2.21 1.398-4.575c-.224-2.213-1.06-4.91-2.354-7.6a.46.46 0 0 0-.83.396c2.69 5.602 2.88 10.19 1.37 10.96c-1.59.813-5.424-2.355-8.39-8.18c-.34-.655-.637-1.3-.9-1.93c.34-.608.7-1.22 1.095-1.83c.395-.604.806-1.188 1.224-1.745h.394c.54 0 1.126.01 1.734.048c6.53.343 10.975 2.56 10.884 4.334c-.04.765-.924 1.538-2.425 2.12a.464.464 0 0 0-.26.596a.455.455 0 0 0 .593.262c1.905-.74 2.95-1.756 3.01-2.93c.07-1.33-1.17-2.61-3.5-3.6v-.01zM8.073 9.45c-.27.415-.52.827-.764 1.244a23.66 23.66 0 0 1-.723-2.215c.713-.11 1.485-.19 2.31-.24c-.28.39-.554.794-.82 1.21v-.01zm3.925 1.175a1.375 1.375 0 1 0 0 2.75a1.375 1.375 0 1 0 0-2.75z"/></svg> </template>
CSS
.icon-atom {
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%22M20.489%209.025c-2.183-.93-5.116-1.53-8.25-1.695c-.5-.03-.987-.04-1.45-.04c2.318-2.83%204.802-4.73%206.437-4.79c.322-.013.595.055.813.196c.706.458.905%201.768.545%203.59c-.04.25.12.493.36.54c.25.05.49-.11.54-.36c.45-2.28.12-3.846-.94-4.538c-.38-.248-.84-.365-1.35-.346c-2.05.077-4.94%202.3-7.59%205.72c-1.154.035-2.24.13-3.232.287c-.646-2.897-.39-4.977.594-5.477c.138-.073.285-.11.457-.124c.697-.054%201.66.395%202.71%201.27c.194.16.486.14.646-.06a.458.458%200%200%200-.06-.645C9.459%201.51%208.297%201%207.347%201.07a2.244%202.244%200%200%200-.803.22c-1.19.607-1.67%202.327-1.37%204.838c.07.52.16%201.062.29%201.62c-3.281.656-5.371%201.97-5.461%203.624c-.06%201.17.865%202.284%202.68%203.222a.46.46%200%201%200%20.42-.816C1.653%2013.031.873%2012.19.92%2011.42c.05-1.08%201.772-2.19%204.76-2.78c.27.994.62%202.032%201.05%203.09c-1.018%201.888-1.756%203.747-2.137%205.4c-.56%202.465-.26%204.22.86%204.948c.36.234.78.35%201.247.35c.935%200%202.067-.46%203.347-1.372a.458.458%200%201%200-.53-.746c-1.544%201.103-2.844%201.472-3.562%201.003c-.76-.495-.926-1.943-.46-3.976c.32-1.386.907-2.93%201.708-4.52c.2.438.41.876.63%201.313c1.425%202.796%203.17%205.227%204.91%206.845c1.386%201.29%202.674%201.963%203.735%201.963c.35%200%20.68-.075.976-.223c1.145-.585%201.64-2.21%201.398-4.575c-.224-2.213-1.06-4.91-2.354-7.6a.46.46%200%200%200-.83.396c2.69%205.602%202.88%2010.19%201.37%2010.96c-1.59.813-5.424-2.355-8.39-8.18c-.34-.655-.637-1.3-.9-1.93c.34-.608.7-1.22%201.095-1.83c.395-.604.806-1.188%201.224-1.745h.394c.54%200%201.126.01%201.734.048c6.53.343%2010.975%202.56%2010.884%204.334c-.04.765-.924%201.538-2.425%202.12a.464.464%200%200%200-.26.596a.455.455%200%200%200%20.593.262c1.905-.74%202.95-1.756%203.01-2.93c.07-1.33-1.17-2.61-3.5-3.6v-.01zM8.073%209.45c-.27.415-.52.827-.764%201.244a23.66%2023.66%200%200%201-.723-2.215c.713-.11%201.485-.19%202.31-.24c-.28.39-.554.794-.82%201.21v-.01zm3.925%201.175a1.375%201.375%200%201%200%200%202.75a1.375%201.375%200%201%200%200-2.75z%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%22M20.489%209.025c-2.183-.93-5.116-1.53-8.25-1.695c-.5-.03-.987-.04-1.45-.04c2.318-2.83%204.802-4.73%206.437-4.79c.322-.013.595.055.813.196c.706.458.905%201.768.545%203.59c-.04.25.12.493.36.54c.25.05.49-.11.54-.36c.45-2.28.12-3.846-.94-4.538c-.38-.248-.84-.365-1.35-.346c-2.05.077-4.94%202.3-7.59%205.72c-1.154.035-2.24.13-3.232.287c-.646-2.897-.39-4.977.594-5.477c.138-.073.285-.11.457-.124c.697-.054%201.66.395%202.71%201.27c.194.16.486.14.646-.06a.458.458%200%200%200-.06-.645C9.459%201.51%208.297%201%207.347%201.07a2.244%202.244%200%200%200-.803.22c-1.19.607-1.67%202.327-1.37%204.838c.07.52.16%201.062.29%201.62c-3.281.656-5.371%201.97-5.461%203.624c-.06%201.17.865%202.284%202.68%203.222a.46.46%200%201%200%20.42-.816C1.653%2013.031.873%2012.19.92%2011.42c.05-1.08%201.772-2.19%204.76-2.78c.27.994.62%202.032%201.05%203.09c-1.018%201.888-1.756%203.747-2.137%205.4c-.56%202.465-.26%204.22.86%204.948c.36.234.78.35%201.247.35c.935%200%202.067-.46%203.347-1.372a.458.458%200%201%200-.53-.746c-1.544%201.103-2.844%201.472-3.562%201.003c-.76-.495-.926-1.943-.46-3.976c.32-1.386.907-2.93%201.708-4.52c.2.438.41.876.63%201.313c1.425%202.796%203.17%205.227%204.91%206.845c1.386%201.29%202.674%201.963%203.735%201.963c.35%200%20.68-.075.976-.223c1.145-.585%201.64-2.21%201.398-4.575c-.224-2.213-1.06-4.91-2.354-7.6a.46.46%200%200%200-.83.396c2.69%205.602%202.88%2010.19%201.37%2010.96c-1.59.813-5.424-2.355-8.39-8.18c-.34-.655-.637-1.3-.9-1.93c.34-.608.7-1.22%201.095-1.83c.395-.604.806-1.188%201.224-1.745h.394c.54%200%201.126.01%201.734.048c6.53.343%2010.975%202.56%2010.884%204.334c-.04.765-.924%201.538-2.425%202.12a.464.464%200%200%200-.26.596a.455.455%200%200%200%20.593.262c1.905-.74%202.95-1.756%203.01-2.93c.07-1.33-1.17-2.61-3.5-3.6v-.01zM8.073%209.45c-.27.415-.52.827-.764%201.244a23.66%2023.66%200%200%201-.723-2.215c.713-.11%201.485-.19%202.31-.24c-.28.39-.554.794-.82%201.21v-.01zm3.925%201.175a1.375%201.375%200%201%200%200%202.75a1.375%201.375%200%201%200%200-2.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/atom.svg?color=%231a73e8&size=48