ameba logo
ameba from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ameba
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the ameba logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.575 9.815c0-.653.624-1.161 1.429-1.161s1.429.508 1.429 1.16c0 .653-.624 1.162-1.429 1.162s-1.429-.509-1.429-1.161M16.107 0c-.303.008-.603.155-.875.467c-.397.46-1.111 1.268-1.6 1.748c-.641.624-1.056.765-1.626.765s-.978-.132-1.629-.765c-.488-.47-1.212-1.287-1.6-1.748c-.435-.49-.94-.566-1.42-.336c-.398.192-.624.585-.652 1.2a56 56 0 0 0-.002 1.423c.004.73.007 1.534-.008 2.014c-.027.96-.099 1.543-.496 2.378c-.335.71-.876 1.91-.931 3.512a20 20 0 0 0 .08 2.516c.052.634.098 1.202.054 1.9c-.072 1.113-.48 1.66-1.066 2.065l-.078.052c-.728.503-1.133.783-1.36 1.358c-.163.423-.163 1.026.317 1.285c.307.164.678.136 1.058-.027q.113-.05.225-.104c.22-.106.436-.21.652-.195c.226.01.407.143.434.527c.036.403.208.567.488.567c.226 0 .435-.163.598-.604l.084-.242c.123-.361.217-.64.44-.64c.29.01.351.334.37.794c.027.662-.207 1.172-.67 1.623c-.532.518-.93 1.009-.785 1.65c.1.453.57.75 1.31.788c.76.029 1.99.038 2.84.02c.797-.02 1.258-.385 1.348-.874c.057-.29.002-.482-.052-.666c-.048-.164-.096-.32-.057-.533c.045-.25.263-.356.498-.356s.46.106.496.356c.034.208-.01.362-.058.523c-.054.187-.112.381-.05.676c.1.48.552.844 1.348.873c.85.02 2.08.01 2.83-.03c.742-.037 1.212-.335 1.311-.786c.145-.643-.251-1.124-.785-1.65c-.46-.453-.697-.96-.67-1.622c.018-.46.09-.787.371-.797c.225-.008.32.275.443.645q.038.114.082.238c.162.441.37.606.596.606c.28 0 .452-.175.488-.569s.217-.517.434-.527c.216-.014.432.09.652.195q.114.055.227.104c.389.163.749.19 1.057.027c.498-.26.499-.863.336-1.285c-.232-.587-.642-.867-1.409-1.39l-.03-.02c-.589-.403-.995-.952-1.067-2.065c-.044-.699.002-1.266.054-1.9c.056-.682.118-1.44.08-2.514c-.054-1.593-.594-2.803-.93-3.513c-.397-.825-.47-1.42-.497-2.38a72 72 0 0 1-.006-2.013c.003-.597.005-1.142-.004-1.414c-.018-.605-.254-.997-.643-1.2a1.15 1.15 0 0 0-.545-.13m-7.6 7.08h.032c.335 0 .615.287.615.652c0 .355-.27.653-.615.653a.63.63 0 0 1-.613-.653c0-.343.254-.634.582-.652zm6.929 0h.033c.334 0 .613.287.613.652c0 .355-.27.653-.613.653a.63.63 0 0 1-.615-.653c0-.343.253-.634.582-.652m-3.442 1.246c1.447 0 2.488.346 3.483 1.248c.687.624 1.14 1.862.597 2.783c-.262.47-.769.846-1.375.903c-.805.077-1.302-.23-1.619-.604c-.307-.356-.633-.691-1.094-.691c-.46 0-.786.334-1.093.69c-.317.374-.824.682-1.62.605a1.8 1.8 0 0 1-1.375-.903c-.515-.93-.071-2.169.616-2.783c1.004-.902 2.033-1.248 3.48-1.248m.01 6.278c1.574 0 2.867 1.363 2.867 3.042c0 1.68-1.284 3.043-2.867 3.043s-2.867-1.363-2.867-3.043s1.285-3.042 2.867-3.042"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAmeba(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="M10.575 9.815c0-.653.624-1.161 1.429-1.161s1.429.508 1.429 1.16c0 .653-.624 1.162-1.429 1.162s-1.429-.509-1.429-1.161M16.107 0c-.303.008-.603.155-.875.467c-.397.46-1.111 1.268-1.6 1.748c-.641.624-1.056.765-1.626.765s-.978-.132-1.629-.765c-.488-.47-1.212-1.287-1.6-1.748c-.435-.49-.94-.566-1.42-.336c-.398.192-.624.585-.652 1.2a56 56 0 0 0-.002 1.423c.004.73.007 1.534-.008 2.014c-.027.96-.099 1.543-.496 2.378c-.335.71-.876 1.91-.931 3.512a20 20 0 0 0 .08 2.516c.052.634.098 1.202.054 1.9c-.072 1.113-.48 1.66-1.066 2.065l-.078.052c-.728.503-1.133.783-1.36 1.358c-.163.423-.163 1.026.317 1.285c.307.164.678.136 1.058-.027q.113-.05.225-.104c.22-.106.436-.21.652-.195c.226.01.407.143.434.527c.036.403.208.567.488.567c.226 0 .435-.163.598-.604l.084-.242c.123-.361.217-.64.44-.64c.29.01.351.334.37.794c.027.662-.207 1.172-.67 1.623c-.532.518-.93 1.009-.785 1.65c.1.453.57.75 1.31.788c.76.029 1.99.038 2.84.02c.797-.02 1.258-.385 1.348-.874c.057-.29.002-.482-.052-.666c-.048-.164-.096-.32-.057-.533c.045-.25.263-.356.498-.356s.46.106.496.356c.034.208-.01.362-.058.523c-.054.187-.112.381-.05.676c.1.48.552.844 1.348.873c.85.02 2.08.01 2.83-.03c.742-.037 1.212-.335 1.311-.786c.145-.643-.251-1.124-.785-1.65c-.46-.453-.697-.96-.67-1.622c.018-.46.09-.787.371-.797c.225-.008.32.275.443.645q.038.114.082.238c.162.441.37.606.596.606c.28 0 .452-.175.488-.569s.217-.517.434-.527c.216-.014.432.09.652.195q.114.055.227.104c.389.163.749.19 1.057.027c.498-.26.499-.863.336-1.285c-.232-.587-.642-.867-1.409-1.39l-.03-.02c-.589-.403-.995-.952-1.067-2.065c-.044-.699.002-1.266.054-1.9c.056-.682.118-1.44.08-2.514c-.054-1.593-.594-2.803-.93-3.513c-.397-.825-.47-1.42-.497-2.38a72 72 0 0 1-.006-2.013c.003-.597.005-1.142-.004-1.414c-.018-.605-.254-.997-.643-1.2a1.15 1.15 0 0 0-.545-.13m-7.6 7.08h.032c.335 0 .615.287.615.652c0 .355-.27.653-.615.653a.63.63 0 0 1-.613-.653c0-.343.254-.634.582-.652zm6.929 0h.033c.334 0 .613.287.613.652c0 .355-.27.653-.613.653a.63.63 0 0 1-.615-.653c0-.343.253-.634.582-.652m-3.442 1.246c1.447 0 2.488.346 3.483 1.248c.687.624 1.14 1.862.597 2.783c-.262.47-.769.846-1.375.903c-.805.077-1.302-.23-1.619-.604c-.307-.356-.633-.691-1.094-.691c-.46 0-.786.334-1.093.69c-.317.374-.824.682-1.62.605a1.8 1.8 0 0 1-1.375-.903c-.515-.93-.071-2.169.616-2.783c1.004-.902 2.033-1.248 3.48-1.248m.01 6.278c1.574 0 2.867 1.363 2.867 3.042c0 1.68-1.284 3.043-2.867 3.043s-2.867-1.363-2.867-3.043s1.285-3.042 2.867-3.042"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.575 9.815c0-.653.624-1.161 1.429-1.161s1.429.508 1.429 1.16c0 .653-.624 1.162-1.429 1.162s-1.429-.509-1.429-1.161M16.107 0c-.303.008-.603.155-.875.467c-.397.46-1.111 1.268-1.6 1.748c-.641.624-1.056.765-1.626.765s-.978-.132-1.629-.765c-.488-.47-1.212-1.287-1.6-1.748c-.435-.49-.94-.566-1.42-.336c-.398.192-.624.585-.652 1.2a56 56 0 0 0-.002 1.423c.004.73.007 1.534-.008 2.014c-.027.96-.099 1.543-.496 2.378c-.335.71-.876 1.91-.931 3.512a20 20 0 0 0 .08 2.516c.052.634.098 1.202.054 1.9c-.072 1.113-.48 1.66-1.066 2.065l-.078.052c-.728.503-1.133.783-1.36 1.358c-.163.423-.163 1.026.317 1.285c.307.164.678.136 1.058-.027q.113-.05.225-.104c.22-.106.436-.21.652-.195c.226.01.407.143.434.527c.036.403.208.567.488.567c.226 0 .435-.163.598-.604l.084-.242c.123-.361.217-.64.44-.64c.29.01.351.334.37.794c.027.662-.207 1.172-.67 1.623c-.532.518-.93 1.009-.785 1.65c.1.453.57.75 1.31.788c.76.029 1.99.038 2.84.02c.797-.02 1.258-.385 1.348-.874c.057-.29.002-.482-.052-.666c-.048-.164-.096-.32-.057-.533c.045-.25.263-.356.498-.356s.46.106.496.356c.034.208-.01.362-.058.523c-.054.187-.112.381-.05.676c.1.48.552.844 1.348.873c.85.02 2.08.01 2.83-.03c.742-.037 1.212-.335 1.311-.786c.145-.643-.251-1.124-.785-1.65c-.46-.453-.697-.96-.67-1.622c.018-.46.09-.787.371-.797c.225-.008.32.275.443.645q.038.114.082.238c.162.441.37.606.596.606c.28 0 .452-.175.488-.569s.217-.517.434-.527c.216-.014.432.09.652.195q.114.055.227.104c.389.163.749.19 1.057.027c.498-.26.499-.863.336-1.285c-.232-.587-.642-.867-1.409-1.39l-.03-.02c-.589-.403-.995-.952-1.067-2.065c-.044-.699.002-1.266.054-1.9c.056-.682.118-1.44.08-2.514c-.054-1.593-.594-2.803-.93-3.513c-.397-.825-.47-1.42-.497-2.38a72 72 0 0 1-.006-2.013c.003-.597.005-1.142-.004-1.414c-.018-.605-.254-.997-.643-1.2a1.15 1.15 0 0 0-.545-.13m-7.6 7.08h.032c.335 0 .615.287.615.652c0 .355-.27.653-.615.653a.63.63 0 0 1-.613-.653c0-.343.254-.634.582-.652zm6.929 0h.033c.334 0 .613.287.613.652c0 .355-.27.653-.613.653a.63.63 0 0 1-.615-.653c0-.343.253-.634.582-.652m-3.442 1.246c1.447 0 2.488.346 3.483 1.248c.687.624 1.14 1.862.597 2.783c-.262.47-.769.846-1.375.903c-.805.077-1.302-.23-1.619-.604c-.307-.356-.633-.691-1.094-.691c-.46 0-.786.334-1.093.69c-.317.374-.824.682-1.62.605a1.8 1.8 0 0 1-1.375-.903c-.515-.93-.071-2.169.616-2.783c1.004-.902 2.033-1.248 3.48-1.248m.01 6.278c1.574 0 2.867 1.363 2.867 3.042c0 1.68-1.284 3.043-2.867 3.043s-2.867-1.363-2.867-3.043s1.285-3.042 2.867-3.042"/></svg> </template>
CSS
.icon-ameba {
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%22M10.575%209.815c0-.653.624-1.161%201.429-1.161s1.429.508%201.429%201.16c0%20.653-.624%201.162-1.429%201.162s-1.429-.509-1.429-1.161M16.107%200c-.303.008-.603.155-.875.467c-.397.46-1.111%201.268-1.6%201.748c-.641.624-1.056.765-1.626.765s-.978-.132-1.629-.765c-.488-.47-1.212-1.287-1.6-1.748c-.435-.49-.94-.566-1.42-.336c-.398.192-.624.585-.652%201.2a56%2056%200%200%200-.002%201.423c.004.73.007%201.534-.008%202.014c-.027.96-.099%201.543-.496%202.378c-.335.71-.876%201.91-.931%203.512a20%2020%200%200%200%20.08%202.516c.052.634.098%201.202.054%201.9c-.072%201.113-.48%201.66-1.066%202.065l-.078.052c-.728.503-1.133.783-1.36%201.358c-.163.423-.163%201.026.317%201.285c.307.164.678.136%201.058-.027q.113-.05.225-.104c.22-.106.436-.21.652-.195c.226.01.407.143.434.527c.036.403.208.567.488.567c.226%200%20.435-.163.598-.604l.084-.242c.123-.361.217-.64.44-.64c.29.01.351.334.37.794c.027.662-.207%201.172-.67%201.623c-.532.518-.93%201.009-.785%201.65c.1.453.57.75%201.31.788c.76.029%201.99.038%202.84.02c.797-.02%201.258-.385%201.348-.874c.057-.29.002-.482-.052-.666c-.048-.164-.096-.32-.057-.533c.045-.25.263-.356.498-.356s.46.106.496.356c.034.208-.01.362-.058.523c-.054.187-.112.381-.05.676c.1.48.552.844%201.348.873c.85.02%202.08.01%202.83-.03c.742-.037%201.212-.335%201.311-.786c.145-.643-.251-1.124-.785-1.65c-.46-.453-.697-.96-.67-1.622c.018-.46.09-.787.371-.797c.225-.008.32.275.443.645q.038.114.082.238c.162.441.37.606.596.606c.28%200%20.452-.175.488-.569s.217-.517.434-.527c.216-.014.432.09.652.195q.114.055.227.104c.389.163.749.19%201.057.027c.498-.26.499-.863.336-1.285c-.232-.587-.642-.867-1.409-1.39l-.03-.02c-.589-.403-.995-.952-1.067-2.065c-.044-.699.002-1.266.054-1.9c.056-.682.118-1.44.08-2.514c-.054-1.593-.594-2.803-.93-3.513c-.397-.825-.47-1.42-.497-2.38a72%2072%200%200%201-.006-2.013c.003-.597.005-1.142-.004-1.414c-.018-.605-.254-.997-.643-1.2a1.15%201.15%200%200%200-.545-.13m-7.6%207.08h.032c.335%200%20.615.287.615.652c0%20.355-.27.653-.615.653a.63.63%200%200%201-.613-.653c0-.343.254-.634.582-.652zm6.929%200h.033c.334%200%20.613.287.613.652c0%20.355-.27.653-.613.653a.63.63%200%200%201-.615-.653c0-.343.253-.634.582-.652m-3.442%201.246c1.447%200%202.488.346%203.483%201.248c.687.624%201.14%201.862.597%202.783c-.262.47-.769.846-1.375.903c-.805.077-1.302-.23-1.619-.604c-.307-.356-.633-.691-1.094-.691c-.46%200-.786.334-1.093.69c-.317.374-.824.682-1.62.605a1.8%201.8%200%200%201-1.375-.903c-.515-.93-.071-2.169.616-2.783c1.004-.902%202.033-1.248%203.48-1.248m.01%206.278c1.574%200%202.867%201.363%202.867%203.042c0%201.68-1.284%203.043-2.867%203.043s-2.867-1.363-2.867-3.043s1.285-3.042%202.867-3.042%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%22M10.575%209.815c0-.653.624-1.161%201.429-1.161s1.429.508%201.429%201.16c0%20.653-.624%201.162-1.429%201.162s-1.429-.509-1.429-1.161M16.107%200c-.303.008-.603.155-.875.467c-.397.46-1.111%201.268-1.6%201.748c-.641.624-1.056.765-1.626.765s-.978-.132-1.629-.765c-.488-.47-1.212-1.287-1.6-1.748c-.435-.49-.94-.566-1.42-.336c-.398.192-.624.585-.652%201.2a56%2056%200%200%200-.002%201.423c.004.73.007%201.534-.008%202.014c-.027.96-.099%201.543-.496%202.378c-.335.71-.876%201.91-.931%203.512a20%2020%200%200%200%20.08%202.516c.052.634.098%201.202.054%201.9c-.072%201.113-.48%201.66-1.066%202.065l-.078.052c-.728.503-1.133.783-1.36%201.358c-.163.423-.163%201.026.317%201.285c.307.164.678.136%201.058-.027q.113-.05.225-.104c.22-.106.436-.21.652-.195c.226.01.407.143.434.527c.036.403.208.567.488.567c.226%200%20.435-.163.598-.604l.084-.242c.123-.361.217-.64.44-.64c.29.01.351.334.37.794c.027.662-.207%201.172-.67%201.623c-.532.518-.93%201.009-.785%201.65c.1.453.57.75%201.31.788c.76.029%201.99.038%202.84.02c.797-.02%201.258-.385%201.348-.874c.057-.29.002-.482-.052-.666c-.048-.164-.096-.32-.057-.533c.045-.25.263-.356.498-.356s.46.106.496.356c.034.208-.01.362-.058.523c-.054.187-.112.381-.05.676c.1.48.552.844%201.348.873c.85.02%202.08.01%202.83-.03c.742-.037%201.212-.335%201.311-.786c.145-.643-.251-1.124-.785-1.65c-.46-.453-.697-.96-.67-1.622c.018-.46.09-.787.371-.797c.225-.008.32.275.443.645q.038.114.082.238c.162.441.37.606.596.606c.28%200%20.452-.175.488-.569s.217-.517.434-.527c.216-.014.432.09.652.195q.114.055.227.104c.389.163.749.19%201.057.027c.498-.26.499-.863.336-1.285c-.232-.587-.642-.867-1.409-1.39l-.03-.02c-.589-.403-.995-.952-1.067-2.065c-.044-.699.002-1.266.054-1.9c.056-.682.118-1.44.08-2.514c-.054-1.593-.594-2.803-.93-3.513c-.397-.825-.47-1.42-.497-2.38a72%2072%200%200%201-.006-2.013c.003-.597.005-1.142-.004-1.414c-.018-.605-.254-.997-.643-1.2a1.15%201.15%200%200%200-.545-.13m-7.6%207.08h.032c.335%200%20.615.287.615.652c0%20.355-.27.653-.615.653a.63.63%200%200%201-.613-.653c0-.343.254-.634.582-.652zm6.929%200h.033c.334%200%20.613.287.613.652c0%20.355-.27.653-.613.653a.63.63%200%200%201-.615-.653c0-.343.253-.634.582-.652m-3.442%201.246c1.447%200%202.488.346%203.483%201.248c.687.624%201.14%201.862.597%202.783c-.262.47-.769.846-1.375.903c-.805.077-1.302-.23-1.619-.604c-.307-.356-.633-.691-1.094-.691c-.46%200-.786.334-1.093.69c-.317.374-.824.682-1.62.605a1.8%201.8%200%200%201-1.375-.903c-.515-.93-.071-2.169.616-2.783c1.004-.902%202.033-1.248%203.48-1.248m.01%206.278c1.574%200%202.867%201.363%202.867%203.042c0%201.68-1.284%203.043-2.867%203.043s-2.867-1.363-2.867-3.043s1.285-3.042%202.867-3.042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ameba.svg?color=%231a73e8&size=48