amazonsimpleemailservice logo

amazonsimpleemailservice from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
amazonsimpleemailservice
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the amazonsimpleemailservice logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.383 0 0 5.383 0 12c0 2.531.781 4.954 2.26 7.005l.695-.501A11.06 11.06 0 0 1 .857 12C.857 5.856 5.856.857 12 .857s11.143 5 11.143 11.143c0 2.35-.726 4.6-2.098 6.504l.695.5A11.9 11.9 0 0 0 24 12c0-6.617-5.384-12-12-12M6 16.714a.43.43 0 0 0-.429.429v1.76c-.964.204-1.714 1.082-1.714 2.097c0 1.161.982 2.143 2.143 2.143S8.143 22.16 8.143 21c0-1.015-.75-1.893-1.714-2.097V17.57h5.142v2.189c-.964.204-1.714 1.082-1.714 2.097C9.857 23.02 10.84 24 12 24s2.143-.981 2.143-2.143c0-1.015-.75-1.893-1.714-2.097v-2.19h5.142v1.331c-.964.205-1.714 1.083-1.714 2.098c0 1.161.982 2.143 2.143 2.143s2.143-.982 2.143-2.143c0-1.015-.75-1.893-1.714-2.097v-1.76a.43.43 0 0 0-.429-.429h-5.571v-2.571H18a.43.43 0 0 0 .429-.429V6A.43.43 0 0 0 18 5.57H6a.43.43 0 0 0-.429.43v7.714c0 .237.192.429.429.429h5.571v2.571zM7.286 21c0 .697-.59 1.286-1.286 1.286S4.714 21.696 4.714 21s.59-1.286 1.286-1.286s1.286.59 1.286 1.286m12 0c0 .697-.59 1.286-1.286 1.286s-1.286-.59-1.286-1.286s.59-1.286 1.286-1.286s1.286.59 1.286 1.286m-1.715-8.248L14.26 9.77l3.312-2.839zm-.73-6.324L12 10.578l-4.842-4.15zM6.43 6.931l3.312 2.84l-3.312 2.981zm.687 6.355l3.281-2.953l1.324 1.135a.43.43 0 0 0 .279.103a.43.43 0 0 0 .278-.103l1.324-1.135l3.282 2.953zM12 20.57c.697 0 1.286.59 1.286 1.286s-.59 1.286-1.286 1.286s-1.286-.589-1.286-1.286s.59-1.286 1.286-1.286"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAmazonsimpleemailservice(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="M12 0C5.383 0 0 5.383 0 12c0 2.531.781 4.954 2.26 7.005l.695-.501A11.06 11.06 0 0 1 .857 12C.857 5.856 5.856.857 12 .857s11.143 5 11.143 11.143c0 2.35-.726 4.6-2.098 6.504l.695.5A11.9 11.9 0 0 0 24 12c0-6.617-5.384-12-12-12M6 16.714a.43.43 0 0 0-.429.429v1.76c-.964.204-1.714 1.082-1.714 2.097c0 1.161.982 2.143 2.143 2.143S8.143 22.16 8.143 21c0-1.015-.75-1.893-1.714-2.097V17.57h5.142v2.189c-.964.204-1.714 1.082-1.714 2.097C9.857 23.02 10.84 24 12 24s2.143-.981 2.143-2.143c0-1.015-.75-1.893-1.714-2.097v-2.19h5.142v1.331c-.964.205-1.714 1.083-1.714 2.098c0 1.161.982 2.143 2.143 2.143s2.143-.982 2.143-2.143c0-1.015-.75-1.893-1.714-2.097v-1.76a.43.43 0 0 0-.429-.429h-5.571v-2.571H18a.43.43 0 0 0 .429-.429V6A.43.43 0 0 0 18 5.57H6a.43.43 0 0 0-.429.43v7.714c0 .237.192.429.429.429h5.571v2.571zM7.286 21c0 .697-.59 1.286-1.286 1.286S4.714 21.696 4.714 21s.59-1.286 1.286-1.286s1.286.59 1.286 1.286m12 0c0 .697-.59 1.286-1.286 1.286s-1.286-.59-1.286-1.286s.59-1.286 1.286-1.286s1.286.59 1.286 1.286m-1.715-8.248L14.26 9.77l3.312-2.839zm-.73-6.324L12 10.578l-4.842-4.15zM6.43 6.931l3.312 2.84l-3.312 2.981zm.687 6.355l3.281-2.953l1.324 1.135a.43.43 0 0 0 .279.103a.43.43 0 0 0 .278-.103l1.324-1.135l3.282 2.953zM12 20.57c.697 0 1.286.59 1.286 1.286s-.59 1.286-1.286 1.286s-1.286-.589-1.286-1.286s.59-1.286 1.286-1.286"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.383 0 0 5.383 0 12c0 2.531.781 4.954 2.26 7.005l.695-.501A11.06 11.06 0 0 1 .857 12C.857 5.856 5.856.857 12 .857s11.143 5 11.143 11.143c0 2.35-.726 4.6-2.098 6.504l.695.5A11.9 11.9 0 0 0 24 12c0-6.617-5.384-12-12-12M6 16.714a.43.43 0 0 0-.429.429v1.76c-.964.204-1.714 1.082-1.714 2.097c0 1.161.982 2.143 2.143 2.143S8.143 22.16 8.143 21c0-1.015-.75-1.893-1.714-2.097V17.57h5.142v2.189c-.964.204-1.714 1.082-1.714 2.097C9.857 23.02 10.84 24 12 24s2.143-.981 2.143-2.143c0-1.015-.75-1.893-1.714-2.097v-2.19h5.142v1.331c-.964.205-1.714 1.083-1.714 2.098c0 1.161.982 2.143 2.143 2.143s2.143-.982 2.143-2.143c0-1.015-.75-1.893-1.714-2.097v-1.76a.43.43 0 0 0-.429-.429h-5.571v-2.571H18a.43.43 0 0 0 .429-.429V6A.43.43 0 0 0 18 5.57H6a.43.43 0 0 0-.429.43v7.714c0 .237.192.429.429.429h5.571v2.571zM7.286 21c0 .697-.59 1.286-1.286 1.286S4.714 21.696 4.714 21s.59-1.286 1.286-1.286s1.286.59 1.286 1.286m12 0c0 .697-.59 1.286-1.286 1.286s-1.286-.59-1.286-1.286s.59-1.286 1.286-1.286s1.286.59 1.286 1.286m-1.715-8.248L14.26 9.77l3.312-2.839zm-.73-6.324L12 10.578l-4.842-4.15zM6.43 6.931l3.312 2.84l-3.312 2.981zm.687 6.355l3.281-2.953l1.324 1.135a.43.43 0 0 0 .279.103a.43.43 0 0 0 .278-.103l1.324-1.135l3.282 2.953zM12 20.57c.697 0 1.286.59 1.286 1.286s-.59 1.286-1.286 1.286s-1.286-.589-1.286-1.286s.59-1.286 1.286-1.286"/></svg>
</template>

CSS

.icon-amazonsimpleemailservice {
  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%22M12%200C5.383%200%200%205.383%200%2012c0%202.531.781%204.954%202.26%207.005l.695-.501A11.06%2011.06%200%200%201%20.857%2012C.857%205.856%205.856.857%2012%20.857s11.143%205%2011.143%2011.143c0%202.35-.726%204.6-2.098%206.504l.695.5A11.9%2011.9%200%200%200%2024%2012c0-6.617-5.384-12-12-12M6%2016.714a.43.43%200%200%200-.429.429v1.76c-.964.204-1.714%201.082-1.714%202.097c0%201.161.982%202.143%202.143%202.143S8.143%2022.16%208.143%2021c0-1.015-.75-1.893-1.714-2.097V17.57h5.142v2.189c-.964.204-1.714%201.082-1.714%202.097C9.857%2023.02%2010.84%2024%2012%2024s2.143-.981%202.143-2.143c0-1.015-.75-1.893-1.714-2.097v-2.19h5.142v1.331c-.964.205-1.714%201.083-1.714%202.098c0%201.161.982%202.143%202.143%202.143s2.143-.982%202.143-2.143c0-1.015-.75-1.893-1.714-2.097v-1.76a.43.43%200%200%200-.429-.429h-5.571v-2.571H18a.43.43%200%200%200%20.429-.429V6A.43.43%200%200%200%2018%205.57H6a.43.43%200%200%200-.429.43v7.714c0%20.237.192.429.429.429h5.571v2.571zM7.286%2021c0%20.697-.59%201.286-1.286%201.286S4.714%2021.696%204.714%2021s.59-1.286%201.286-1.286s1.286.59%201.286%201.286m12%200c0%20.697-.59%201.286-1.286%201.286s-1.286-.59-1.286-1.286s.59-1.286%201.286-1.286s1.286.59%201.286%201.286m-1.715-8.248L14.26%209.77l3.312-2.839zm-.73-6.324L12%2010.578l-4.842-4.15zM6.43%206.931l3.312%202.84l-3.312%202.981zm.687%206.355l3.281-2.953l1.324%201.135a.43.43%200%200%200%20.279.103a.43.43%200%200%200%20.278-.103l1.324-1.135l3.282%202.953zM12%2020.57c.697%200%201.286.59%201.286%201.286s-.59%201.286-1.286%201.286s-1.286-.589-1.286-1.286s.59-1.286%201.286-1.286%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%22M12%200C5.383%200%200%205.383%200%2012c0%202.531.781%204.954%202.26%207.005l.695-.501A11.06%2011.06%200%200%201%20.857%2012C.857%205.856%205.856.857%2012%20.857s11.143%205%2011.143%2011.143c0%202.35-.726%204.6-2.098%206.504l.695.5A11.9%2011.9%200%200%200%2024%2012c0-6.617-5.384-12-12-12M6%2016.714a.43.43%200%200%200-.429.429v1.76c-.964.204-1.714%201.082-1.714%202.097c0%201.161.982%202.143%202.143%202.143S8.143%2022.16%208.143%2021c0-1.015-.75-1.893-1.714-2.097V17.57h5.142v2.189c-.964.204-1.714%201.082-1.714%202.097C9.857%2023.02%2010.84%2024%2012%2024s2.143-.981%202.143-2.143c0-1.015-.75-1.893-1.714-2.097v-2.19h5.142v1.331c-.964.205-1.714%201.083-1.714%202.098c0%201.161.982%202.143%202.143%202.143s2.143-.982%202.143-2.143c0-1.015-.75-1.893-1.714-2.097v-1.76a.43.43%200%200%200-.429-.429h-5.571v-2.571H18a.43.43%200%200%200%20.429-.429V6A.43.43%200%200%200%2018%205.57H6a.43.43%200%200%200-.429.43v7.714c0%20.237.192.429.429.429h5.571v2.571zM7.286%2021c0%20.697-.59%201.286-1.286%201.286S4.714%2021.696%204.714%2021s.59-1.286%201.286-1.286s1.286.59%201.286%201.286m12%200c0%20.697-.59%201.286-1.286%201.286s-1.286-.59-1.286-1.286s.59-1.286%201.286-1.286s1.286.59%201.286%201.286m-1.715-8.248L14.26%209.77l3.312-2.839zm-.73-6.324L12%2010.578l-4.842-4.15zM6.43%206.931l3.312%202.84l-3.312%202.981zm.687%206.355l3.281-2.953l1.324%201.135a.43.43%200%200%200%20.279.103a.43.43%200%200%200%20.278-.103l1.324-1.135l3.282%202.953zM12%2020.57c.697%200%201.286.59%201.286%201.286s-.59%201.286-1.286%201.286s-1.286-.589-1.286-1.286s.59-1.286%201.286-1.286%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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