atomic logo
atomic from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- atomic
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×99
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the atomic logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 99"><path d="M277.453 29.62c18.816 0 33.025 14.286 33.025 34.204c0 19.792-14.209 34.205-33.025 34.205s-33.025-14.413-33.025-34.205c0-19.918 14.21-34.204 33.025-34.204m204.98 0c16.93 0 26.537 10.878 29.188 21.756l-15.037 5.24c-1.515-5.371-5.436-10.874-13.772-10.874c-8.595 0-15.795 6.421-15.795 18.082c0 11.665 7.33 18.218 15.921 18.218c8.592 0 12.89-5.897 14.278-10.878l14.783 5.113c-2.78 10.743-12.509 21.752-29.06 21.752c-18.324 0-32.728-14.413-32.728-34.205c0-19.918 14.15-34.204 32.221-34.204m-314.471 0c19.847 0 27.224 11.555 27.224 24.553V85.95c0 3.413.382 8.01.764 10.241h-15.52c-.383-1.709-.637-5.254-.637-7.748c-3.181 5.123-9.163 9.585-18.45 9.585c-13.36 0-21.5-9.322-21.5-19.432c0-11.556 8.268-17.99 18.701-19.563l15.397-2.366c3.56-.526 4.705-2.362 4.705-4.593c0-4.597-3.435-8.405-10.56-8.405c-7.38 0-11.452 4.86-11.958 10.504l-15.015-3.282c1.019-10.11 10.051-21.272 26.849-21.272m60.21-16.925v19.099h12.523v15.328H228.17v26.762c0 5.589 2.53 7.406 7.338 7.406c2.023 0 4.3-.26 5.186-.52v14.29c-1.52.651-4.556 1.558-9.488 1.558c-12.147 0-19.735-7.402-19.735-19.743V47.122h-11.26V31.794h3.163c6.578 0 9.614-4.418 9.614-10.133v-8.966zm163.907 17.262c11.702 0 22.892 7.206 22.892 24.5V96.25h-16.59V57.994c0-6.944-3.344-12.182-11.19-12.182c-7.332 0-11.706 5.763-11.706 12.707v37.73H358.51V57.995c0-6.944-3.472-12.182-11.193-12.182c-7.457 0-11.831 5.632-11.831 12.707v37.73H318.38V31.794h16.337v7.859c3.472-6.288 11.573-9.695 18.518-9.695c8.616 0 15.564 3.8 18.776 10.744c5.018-7.859 11.706-10.744 20.067-10.744m49.701 1.779v64.177h-16.335V31.736zm-262.874 35.26l-13.749 2.294c-4.213.675-7.558 3.235-7.558 8.357c0 3.91 2.601 7.685 7.93 7.685c6.935 0 13.377-3.64 13.377-15.367zm98.548-21.861c-8.308 0-15.98 6.155-15.98 18.335c0 12.05 7.672 18.337 15.98 18.337c8.312 0 15.98-6.155 15.98-18.337c0-12.18-7.668-18.335-15.98-18.335M433.613 0c5.779 0 10.298 4.772 10.298 10.71c0 5.675-4.52 10.447-10.298 10.447c-5.654 0-10.298-4.772-10.298-10.448C423.315 4.772 427.959 0 433.613 0"/><path fill="#1e6efa" d="M74.257 96.434H14.614C6.543 96.434 0 89.891 0 81.821c0-8.073 6.542-14.617 14.614-14.622l33.796-.017a15.54 15.54 0 0 1 13.473 7.781z"/><path fill="#ff3c5a" d="M11.071 58.962L40.893 7.31C44.93.32 53.866-2.075 60.856 1.96s9.388 12.974 5.355 19.967L49.328 51.203a15.54 15.54 0 0 1-13.475 7.778z"/><path fill="#ffc5ce" d="m75.208 22.978l29.821 51.653c4.036 6.99 1.641 15.927-5.349 19.963s-15.93 1.643-19.969-5.346L62.8 59.988a15.54 15.54 0 0 1 0-15.558z"/></svg>
React
import type { SVGProps } from "react";
export function LogosAtomic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 99"><path d="M277.453 29.62c18.816 0 33.025 14.286 33.025 34.204c0 19.792-14.209 34.205-33.025 34.205s-33.025-14.413-33.025-34.205c0-19.918 14.21-34.204 33.025-34.204m204.98 0c16.93 0 26.537 10.878 29.188 21.756l-15.037 5.24c-1.515-5.371-5.436-10.874-13.772-10.874c-8.595 0-15.795 6.421-15.795 18.082c0 11.665 7.33 18.218 15.921 18.218c8.592 0 12.89-5.897 14.278-10.878l14.783 5.113c-2.78 10.743-12.509 21.752-29.06 21.752c-18.324 0-32.728-14.413-32.728-34.205c0-19.918 14.15-34.204 32.221-34.204m-314.471 0c19.847 0 27.224 11.555 27.224 24.553V85.95c0 3.413.382 8.01.764 10.241h-15.52c-.383-1.709-.637-5.254-.637-7.748c-3.181 5.123-9.163 9.585-18.45 9.585c-13.36 0-21.5-9.322-21.5-19.432c0-11.556 8.268-17.99 18.701-19.563l15.397-2.366c3.56-.526 4.705-2.362 4.705-4.593c0-4.597-3.435-8.405-10.56-8.405c-7.38 0-11.452 4.86-11.958 10.504l-15.015-3.282c1.019-10.11 10.051-21.272 26.849-21.272m60.21-16.925v19.099h12.523v15.328H228.17v26.762c0 5.589 2.53 7.406 7.338 7.406c2.023 0 4.3-.26 5.186-.52v14.29c-1.52.651-4.556 1.558-9.488 1.558c-12.147 0-19.735-7.402-19.735-19.743V47.122h-11.26V31.794h3.163c6.578 0 9.614-4.418 9.614-10.133v-8.966zm163.907 17.262c11.702 0 22.892 7.206 22.892 24.5V96.25h-16.59V57.994c0-6.944-3.344-12.182-11.19-12.182c-7.332 0-11.706 5.763-11.706 12.707v37.73H358.51V57.995c0-6.944-3.472-12.182-11.193-12.182c-7.457 0-11.831 5.632-11.831 12.707v37.73H318.38V31.794h16.337v7.859c3.472-6.288 11.573-9.695 18.518-9.695c8.616 0 15.564 3.8 18.776 10.744c5.018-7.859 11.706-10.744 20.067-10.744m49.701 1.779v64.177h-16.335V31.736zm-262.874 35.26l-13.749 2.294c-4.213.675-7.558 3.235-7.558 8.357c0 3.91 2.601 7.685 7.93 7.685c6.935 0 13.377-3.64 13.377-15.367zm98.548-21.861c-8.308 0-15.98 6.155-15.98 18.335c0 12.05 7.672 18.337 15.98 18.337c8.312 0 15.98-6.155 15.98-18.337c0-12.18-7.668-18.335-15.98-18.335M433.613 0c5.779 0 10.298 4.772 10.298 10.71c0 5.675-4.52 10.447-10.298 10.447c-5.654 0-10.298-4.772-10.298-10.448C423.315 4.772 427.959 0 433.613 0"/><path fill="#1e6efa" d="M74.257 96.434H14.614C6.543 96.434 0 89.891 0 81.821c0-8.073 6.542-14.617 14.614-14.622l33.796-.017a15.54 15.54 0 0 1 13.473 7.781z"/><path fill="#ff3c5a" d="M11.071 58.962L40.893 7.31C44.93.32 53.866-2.075 60.856 1.96s9.388 12.974 5.355 19.967L49.328 51.203a15.54 15.54 0 0 1-13.475 7.778z"/><path fill="#ffc5ce" d="m75.208 22.978l29.821 51.653c4.036 6.99 1.641 15.927-5.349 19.963s-15.93 1.643-19.969-5.346L62.8 59.988a15.54 15.54 0 0 1 0-15.558z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 99"><path d="M277.453 29.62c18.816 0 33.025 14.286 33.025 34.204c0 19.792-14.209 34.205-33.025 34.205s-33.025-14.413-33.025-34.205c0-19.918 14.21-34.204 33.025-34.204m204.98 0c16.93 0 26.537 10.878 29.188 21.756l-15.037 5.24c-1.515-5.371-5.436-10.874-13.772-10.874c-8.595 0-15.795 6.421-15.795 18.082c0 11.665 7.33 18.218 15.921 18.218c8.592 0 12.89-5.897 14.278-10.878l14.783 5.113c-2.78 10.743-12.509 21.752-29.06 21.752c-18.324 0-32.728-14.413-32.728-34.205c0-19.918 14.15-34.204 32.221-34.204m-314.471 0c19.847 0 27.224 11.555 27.224 24.553V85.95c0 3.413.382 8.01.764 10.241h-15.52c-.383-1.709-.637-5.254-.637-7.748c-3.181 5.123-9.163 9.585-18.45 9.585c-13.36 0-21.5-9.322-21.5-19.432c0-11.556 8.268-17.99 18.701-19.563l15.397-2.366c3.56-.526 4.705-2.362 4.705-4.593c0-4.597-3.435-8.405-10.56-8.405c-7.38 0-11.452 4.86-11.958 10.504l-15.015-3.282c1.019-10.11 10.051-21.272 26.849-21.272m60.21-16.925v19.099h12.523v15.328H228.17v26.762c0 5.589 2.53 7.406 7.338 7.406c2.023 0 4.3-.26 5.186-.52v14.29c-1.52.651-4.556 1.558-9.488 1.558c-12.147 0-19.735-7.402-19.735-19.743V47.122h-11.26V31.794h3.163c6.578 0 9.614-4.418 9.614-10.133v-8.966zm163.907 17.262c11.702 0 22.892 7.206 22.892 24.5V96.25h-16.59V57.994c0-6.944-3.344-12.182-11.19-12.182c-7.332 0-11.706 5.763-11.706 12.707v37.73H358.51V57.995c0-6.944-3.472-12.182-11.193-12.182c-7.457 0-11.831 5.632-11.831 12.707v37.73H318.38V31.794h16.337v7.859c3.472-6.288 11.573-9.695 18.518-9.695c8.616 0 15.564 3.8 18.776 10.744c5.018-7.859 11.706-10.744 20.067-10.744m49.701 1.779v64.177h-16.335V31.736zm-262.874 35.26l-13.749 2.294c-4.213.675-7.558 3.235-7.558 8.357c0 3.91 2.601 7.685 7.93 7.685c6.935 0 13.377-3.64 13.377-15.367zm98.548-21.861c-8.308 0-15.98 6.155-15.98 18.335c0 12.05 7.672 18.337 15.98 18.337c8.312 0 15.98-6.155 15.98-18.337c0-12.18-7.668-18.335-15.98-18.335M433.613 0c5.779 0 10.298 4.772 10.298 10.71c0 5.675-4.52 10.447-10.298 10.447c-5.654 0-10.298-4.772-10.298-10.448C423.315 4.772 427.959 0 433.613 0"/><path fill="#1e6efa" d="M74.257 96.434H14.614C6.543 96.434 0 89.891 0 81.821c0-8.073 6.542-14.617 14.614-14.622l33.796-.017a15.54 15.54 0 0 1 13.473 7.781z"/><path fill="#ff3c5a" d="M11.071 58.962L40.893 7.31C44.93.32 53.866-2.075 60.856 1.96s9.388 12.974 5.355 19.967L49.328 51.203a15.54 15.54 0 0 1-13.475 7.778z"/><path fill="#ffc5ce" d="m75.208 22.978l29.821 51.653c4.036 6.99 1.641 15.927-5.349 19.963s-15.93 1.643-19.969-5.346L62.8 59.988a15.54 15.54 0 0 1 0-15.558z"/></svg> </template>
CSS
.icon-atomic {
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%20512%2099%22%3E%3Cpath%20d%3D%22M277.453%2029.62c18.816%200%2033.025%2014.286%2033.025%2034.204c0%2019.792-14.209%2034.205-33.025%2034.205s-33.025-14.413-33.025-34.205c0-19.918%2014.21-34.204%2033.025-34.204m204.98%200c16.93%200%2026.537%2010.878%2029.188%2021.756l-15.037%205.24c-1.515-5.371-5.436-10.874-13.772-10.874c-8.595%200-15.795%206.421-15.795%2018.082c0%2011.665%207.33%2018.218%2015.921%2018.218c8.592%200%2012.89-5.897%2014.278-10.878l14.783%205.113c-2.78%2010.743-12.509%2021.752-29.06%2021.752c-18.324%200-32.728-14.413-32.728-34.205c0-19.918%2014.15-34.204%2032.221-34.204m-314.471%200c19.847%200%2027.224%2011.555%2027.224%2024.553V85.95c0%203.413.382%208.01.764%2010.241h-15.52c-.383-1.709-.637-5.254-.637-7.748c-3.181%205.123-9.163%209.585-18.45%209.585c-13.36%200-21.5-9.322-21.5-19.432c0-11.556%208.268-17.99%2018.701-19.563l15.397-2.366c3.56-.526%204.705-2.362%204.705-4.593c0-4.597-3.435-8.405-10.56-8.405c-7.38%200-11.452%204.86-11.958%2010.504l-15.015-3.282c1.019-10.11%2010.051-21.272%2026.849-21.272m60.21-16.925v19.099h12.523v15.328H228.17v26.762c0%205.589%202.53%207.406%207.338%207.406c2.023%200%204.3-.26%205.186-.52v14.29c-1.52.651-4.556%201.558-9.488%201.558c-12.147%200-19.735-7.402-19.735-19.743V47.122h-11.26V31.794h3.163c6.578%200%209.614-4.418%209.614-10.133v-8.966zm163.907%2017.262c11.702%200%2022.892%207.206%2022.892%2024.5V96.25h-16.59V57.994c0-6.944-3.344-12.182-11.19-12.182c-7.332%200-11.706%205.763-11.706%2012.707v37.73H358.51V57.995c0-6.944-3.472-12.182-11.193-12.182c-7.457%200-11.831%205.632-11.831%2012.707v37.73H318.38V31.794h16.337v7.859c3.472-6.288%2011.573-9.695%2018.518-9.695c8.616%200%2015.564%203.8%2018.776%2010.744c5.018-7.859%2011.706-10.744%2020.067-10.744m49.701%201.779v64.177h-16.335V31.736zm-262.874%2035.26l-13.749%202.294c-4.213.675-7.558%203.235-7.558%208.357c0%203.91%202.601%207.685%207.93%207.685c6.935%200%2013.377-3.64%2013.377-15.367zm98.548-21.861c-8.308%200-15.98%206.155-15.98%2018.335c0%2012.05%207.672%2018.337%2015.98%2018.337c8.312%200%2015.98-6.155%2015.98-18.337c0-12.18-7.668-18.335-15.98-18.335M433.613%200c5.779%200%2010.298%204.772%2010.298%2010.71c0%205.675-4.52%2010.447-10.298%2010.447c-5.654%200-10.298-4.772-10.298-10.448C423.315%204.772%20427.959%200%20433.613%200%22%2F%3E%3Cpath%20fill%3D%22%231e6efa%22%20d%3D%22M74.257%2096.434H14.614C6.543%2096.434%200%2089.891%200%2081.821c0-8.073%206.542-14.617%2014.614-14.622l33.796-.017a15.54%2015.54%200%200%201%2013.473%207.781z%22%2F%3E%3Cpath%20fill%3D%22%23ff3c5a%22%20d%3D%22M11.071%2058.962L40.893%207.31C44.93.32%2053.866-2.075%2060.856%201.96s9.388%2012.974%205.355%2019.967L49.328%2051.203a15.54%2015.54%200%200%201-13.475%207.778z%22%2F%3E%3Cpath%20fill%3D%22%23ffc5ce%22%20d%3D%22m75.208%2022.978l29.821%2051.653c4.036%206.99%201.641%2015.927-5.349%2019.963s-15.93%201.643-19.969-5.346L62.8%2059.988a15.54%2015.54%200%200%201%200-15.558z%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%20512%2099%22%3E%3Cpath%20d%3D%22M277.453%2029.62c18.816%200%2033.025%2014.286%2033.025%2034.204c0%2019.792-14.209%2034.205-33.025%2034.205s-33.025-14.413-33.025-34.205c0-19.918%2014.21-34.204%2033.025-34.204m204.98%200c16.93%200%2026.537%2010.878%2029.188%2021.756l-15.037%205.24c-1.515-5.371-5.436-10.874-13.772-10.874c-8.595%200-15.795%206.421-15.795%2018.082c0%2011.665%207.33%2018.218%2015.921%2018.218c8.592%200%2012.89-5.897%2014.278-10.878l14.783%205.113c-2.78%2010.743-12.509%2021.752-29.06%2021.752c-18.324%200-32.728-14.413-32.728-34.205c0-19.918%2014.15-34.204%2032.221-34.204m-314.471%200c19.847%200%2027.224%2011.555%2027.224%2024.553V85.95c0%203.413.382%208.01.764%2010.241h-15.52c-.383-1.709-.637-5.254-.637-7.748c-3.181%205.123-9.163%209.585-18.45%209.585c-13.36%200-21.5-9.322-21.5-19.432c0-11.556%208.268-17.99%2018.701-19.563l15.397-2.366c3.56-.526%204.705-2.362%204.705-4.593c0-4.597-3.435-8.405-10.56-8.405c-7.38%200-11.452%204.86-11.958%2010.504l-15.015-3.282c1.019-10.11%2010.051-21.272%2026.849-21.272m60.21-16.925v19.099h12.523v15.328H228.17v26.762c0%205.589%202.53%207.406%207.338%207.406c2.023%200%204.3-.26%205.186-.52v14.29c-1.52.651-4.556%201.558-9.488%201.558c-12.147%200-19.735-7.402-19.735-19.743V47.122h-11.26V31.794h3.163c6.578%200%209.614-4.418%209.614-10.133v-8.966zm163.907%2017.262c11.702%200%2022.892%207.206%2022.892%2024.5V96.25h-16.59V57.994c0-6.944-3.344-12.182-11.19-12.182c-7.332%200-11.706%205.763-11.706%2012.707v37.73H358.51V57.995c0-6.944-3.472-12.182-11.193-12.182c-7.457%200-11.831%205.632-11.831%2012.707v37.73H318.38V31.794h16.337v7.859c3.472-6.288%2011.573-9.695%2018.518-9.695c8.616%200%2015.564%203.8%2018.776%2010.744c5.018-7.859%2011.706-10.744%2020.067-10.744m49.701%201.779v64.177h-16.335V31.736zm-262.874%2035.26l-13.749%202.294c-4.213.675-7.558%203.235-7.558%208.357c0%203.91%202.601%207.685%207.93%207.685c6.935%200%2013.377-3.64%2013.377-15.367zm98.548-21.861c-8.308%200-15.98%206.155-15.98%2018.335c0%2012.05%207.672%2018.337%2015.98%2018.337c8.312%200%2015.98-6.155%2015.98-18.337c0-12.18-7.668-18.335-15.98-18.335M433.613%200c5.779%200%2010.298%204.772%2010.298%2010.71c0%205.675-4.52%2010.447-10.298%2010.447c-5.654%200-10.298-4.772-10.298-10.448C423.315%204.772%20427.959%200%20433.613%200%22%2F%3E%3Cpath%20fill%3D%22%231e6efa%22%20d%3D%22M74.257%2096.434H14.614C6.543%2096.434%200%2089.891%200%2081.821c0-8.073%206.542-14.617%2014.614-14.622l33.796-.017a15.54%2015.54%200%200%201%2013.473%207.781z%22%2F%3E%3Cpath%20fill%3D%22%23ff3c5a%22%20d%3D%22M11.071%2058.962L40.893%207.31C44.93.32%2053.866-2.075%2060.856%201.96s9.388%2012.974%205.355%2019.967L49.328%2051.203a15.54%2015.54%200%200%201-13.475%207.778z%22%2F%3E%3Cpath%20fill%3D%22%23ffc5ce%22%20d%3D%22m75.208%2022.978l29.821%2051.653c4.036%206.99%201.641%2015.927-5.349%2019.963s-15.93%201.643-19.969-5.346L62.8%2059.988a15.54%2015.54%200%200%201%200-15.558z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/atomic.svg?color=%231a73e8&size=48