facetime emoji

facetime from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
facetime
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the facetime emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" clip-rule="evenodd"><path fill="#b1cc33" d="M61.068 24.241v23.301c0 6.43-5.22 11.651-11.65 11.651h-27.2c-6.43 0-11.65-5.22-11.65-11.651V24.241c0-6.43 5.22-11.651 11.65-11.651h27.2c6.43 0 11.65 5.22 11.65 11.651"/><path fill="#5c9e31" d="M19.179 57.897c15.217-12.195 33.793-29.176 40.649-34.494c.242-.188.872 3.005.872 3.005l-.065 22.871s-.086 3.876-3.194 6.581c-2.755 2.398-6.176 2.502-8.892 2.543c-5.316.08-26.722.013-26.722.013s-1.132-.033-2.648-.52z"/><path fill="#fff" d="M42.598 28.414v15.42a4.32 4.32 0 0 1-4.319 4.32H20.561a4.32 4.32 0 0 1-4.319-4.32v-15.42a4.32 4.32 0 0 1 4.32-4.318h17.717a4.32 4.32 0 0 1 4.319 4.318"/><path fill="#d0cfce" d="M41.952 28.297c-.089 3.97-.056 13.953-.056 13.953s-.059 3.188-.938 4.16c-1.2 1.327-6.332.994-6.332.994l-12.867.008s18.51-17.808 20.194-19.115zm3.707 2.58l7.317-4.79s.98-.34 1.753.093c.751.421 1.049 1.283 1.049 1.283L55.67 44.81s-.017.883-.764 1.348c-.772.48-1.3.105-1.3.105l-7.966-3.956z"/></g><g fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" clip-rule="evenodd"><path d="m45.111 30.04l7.317-4.79q.103-.066.22-.108s1.436-.47 2.57.166c1.074.603 1.505 1.83 1.505 1.83a1 1 0 0 1 .054.332l-.107 17.348v.013s-.028 1.426-1.235 2.177c-1.23.766-2.13.263-2.348.115l-7.891-3.919a1 1 0 0 1-.555-.897l.018-11.431c0-.338.17-.652.452-.836m8.999 15.362a.7.7 0 0 0 .268-.092c.271-.168.29-.481.292-.514l.105-17.14c-.08-.164-.248-.442-.536-.604c-.295-.166-.649-.104-.827-.054l-6.754 4.42l-.016 10.272l7.41 3.68q.03.014.058.032"/><path fill="none" stroke="#000" stroke-width="1.998" d="M42.598 28.414v15.42a4.32 4.32 0 0 1-4.319 4.32H20.561a4.32 4.32 0 0 1-4.319-4.32v-15.42a4.32 4.32 0 0 1 4.32-4.318h17.717a4.32 4.32 0 0 1 4.319 4.318"/><path fill="none" stroke="#000" stroke-width="1.998" d="M61.068 24.241v23.301c0 6.43-5.22 11.651-11.65 11.651h-27.2c-6.43 0-11.65-5.22-11.65-11.651V24.241c0-6.43 5.22-11.651 11.65-11.651h27.2c6.43 0 11.65 5.22 11.65 11.651"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFacetime(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fillRule="evenodd" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="1.5" clipRule="evenodd"><path fill="#b1cc33" d="M61.068 24.241v23.301c0 6.43-5.22 11.651-11.65 11.651h-27.2c-6.43 0-11.65-5.22-11.65-11.651V24.241c0-6.43 5.22-11.651 11.65-11.651h27.2c6.43 0 11.65 5.22 11.65 11.651"/><path fill="#5c9e31" d="M19.179 57.897c15.217-12.195 33.793-29.176 40.649-34.494c.242-.188.872 3.005.872 3.005l-.065 22.871s-.086 3.876-3.194 6.581c-2.755 2.398-6.176 2.502-8.892 2.543c-5.316.08-26.722.013-26.722.013s-1.132-.033-2.648-.52z"/><path fill="#fff" d="M42.598 28.414v15.42a4.32 4.32 0 0 1-4.319 4.32H20.561a4.32 4.32 0 0 1-4.319-4.32v-15.42a4.32 4.32 0 0 1 4.32-4.318h17.717a4.32 4.32 0 0 1 4.319 4.318"/><path fill="#d0cfce" d="M41.952 28.297c-.089 3.97-.056 13.953-.056 13.953s-.059 3.188-.938 4.16c-1.2 1.327-6.332.994-6.332.994l-12.867.008s18.51-17.808 20.194-19.115zm3.707 2.58l7.317-4.79s.98-.34 1.753.093c.751.421 1.049 1.283 1.049 1.283L55.67 44.81s-.017.883-.764 1.348c-.772.48-1.3.105-1.3.105l-7.966-3.956z"/></g><g fillRule="evenodd" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="1.5" clipRule="evenodd"><path d="m45.111 30.04l7.317-4.79q.103-.066.22-.108s1.436-.47 2.57.166c1.074.603 1.505 1.83 1.505 1.83a1 1 0 0 1 .054.332l-.107 17.348v.013s-.028 1.426-1.235 2.177c-1.23.766-2.13.263-2.348.115l-7.891-3.919a1 1 0 0 1-.555-.897l.018-11.431c0-.338.17-.652.452-.836m8.999 15.362a.7.7 0 0 0 .268-.092c.271-.168.29-.481.292-.514l.105-17.14c-.08-.164-.248-.442-.536-.604c-.295-.166-.649-.104-.827-.054l-6.754 4.42l-.016 10.272l7.41 3.68q.03.014.058.032"/><path fill="none" stroke="#000" strokeWidth="1.998" d="M42.598 28.414v15.42a4.32 4.32 0 0 1-4.319 4.32H20.561a4.32 4.32 0 0 1-4.319-4.32v-15.42a4.32 4.32 0 0 1 4.32-4.318h17.717a4.32 4.32 0 0 1 4.319 4.318"/><path fill="none" stroke="#000" strokeWidth="1.998" d="M61.068 24.241v23.301c0 6.43-5.22 11.651-11.65 11.651h-27.2c-6.43 0-11.65-5.22-11.65-11.651V24.241c0-6.43 5.22-11.651 11.65-11.651h27.2c6.43 0 11.65 5.22 11.65 11.651"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" clip-rule="evenodd"><path fill="#b1cc33" d="M61.068 24.241v23.301c0 6.43-5.22 11.651-11.65 11.651h-27.2c-6.43 0-11.65-5.22-11.65-11.651V24.241c0-6.43 5.22-11.651 11.65-11.651h27.2c6.43 0 11.65 5.22 11.65 11.651"/><path fill="#5c9e31" d="M19.179 57.897c15.217-12.195 33.793-29.176 40.649-34.494c.242-.188.872 3.005.872 3.005l-.065 22.871s-.086 3.876-3.194 6.581c-2.755 2.398-6.176 2.502-8.892 2.543c-5.316.08-26.722.013-26.722.013s-1.132-.033-2.648-.52z"/><path fill="#fff" d="M42.598 28.414v15.42a4.32 4.32 0 0 1-4.319 4.32H20.561a4.32 4.32 0 0 1-4.319-4.32v-15.42a4.32 4.32 0 0 1 4.32-4.318h17.717a4.32 4.32 0 0 1 4.319 4.318"/><path fill="#d0cfce" d="M41.952 28.297c-.089 3.97-.056 13.953-.056 13.953s-.059 3.188-.938 4.16c-1.2 1.327-6.332.994-6.332.994l-12.867.008s18.51-17.808 20.194-19.115zm3.707 2.58l7.317-4.79s.98-.34 1.753.093c.751.421 1.049 1.283 1.049 1.283L55.67 44.81s-.017.883-.764 1.348c-.772.48-1.3.105-1.3.105l-7.966-3.956z"/></g><g fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" clip-rule="evenodd"><path d="m45.111 30.04l7.317-4.79q.103-.066.22-.108s1.436-.47 2.57.166c1.074.603 1.505 1.83 1.505 1.83a1 1 0 0 1 .054.332l-.107 17.348v.013s-.028 1.426-1.235 2.177c-1.23.766-2.13.263-2.348.115l-7.891-3.919a1 1 0 0 1-.555-.897l.018-11.431c0-.338.17-.652.452-.836m8.999 15.362a.7.7 0 0 0 .268-.092c.271-.168.29-.481.292-.514l.105-17.14c-.08-.164-.248-.442-.536-.604c-.295-.166-.649-.104-.827-.054l-6.754 4.42l-.016 10.272l7.41 3.68q.03.014.058.032"/><path fill="none" stroke="#000" stroke-width="1.998" d="M42.598 28.414v15.42a4.32 4.32 0 0 1-4.319 4.32H20.561a4.32 4.32 0 0 1-4.319-4.32v-15.42a4.32 4.32 0 0 1 4.32-4.318h17.717a4.32 4.32 0 0 1 4.319 4.318"/><path fill="none" stroke="#000" stroke-width="1.998" d="M61.068 24.241v23.301c0 6.43-5.22 11.651-11.65 11.651h-27.2c-6.43 0-11.65-5.22-11.65-11.651V24.241c0-6.43 5.22-11.651 11.65-11.651h27.2c6.43 0 11.65 5.22 11.65 11.651"/></g></svg>
</template>

CSS

.icon-facetime {
  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%2072%2072%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M61.068%2024.241v23.301c0%206.43-5.22%2011.651-11.65%2011.651h-27.2c-6.43%200-11.65-5.22-11.65-11.651V24.241c0-6.43%205.22-11.651%2011.65-11.651h27.2c6.43%200%2011.65%205.22%2011.65%2011.651%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M19.179%2057.897c15.217-12.195%2033.793-29.176%2040.649-34.494c.242-.188.872%203.005.872%203.005l-.065%2022.871s-.086%203.876-3.194%206.581c-2.755%202.398-6.176%202.502-8.892%202.543c-5.316.08-26.722.013-26.722.013s-1.132-.033-2.648-.52z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.598%2028.414v15.42a4.32%204.32%200%200%201-4.319%204.32H20.561a4.32%204.32%200%200%201-4.319-4.32v-15.42a4.32%204.32%200%200%201%204.32-4.318h17.717a4.32%204.32%200%200%201%204.319%204.318%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M41.952%2028.297c-.089%203.97-.056%2013.953-.056%2013.953s-.059%203.188-.938%204.16c-1.2%201.327-6.332.994-6.332.994l-12.867.008s18.51-17.808%2020.194-19.115zm3.707%202.58l7.317-4.79s.98-.34%201.753.093c.751.421%201.049%201.283%201.049%201.283L55.67%2044.81s-.017.883-.764%201.348c-.772.48-1.3.105-1.3.105l-7.966-3.956z%22%2F%3E%3C%2Fg%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m45.111%2030.04l7.317-4.79q.103-.066.22-.108s1.436-.47%202.57.166c1.074.603%201.505%201.83%201.505%201.83a1%201%200%200%201%20.054.332l-.107%2017.348v.013s-.028%201.426-1.235%202.177c-1.23.766-2.13.263-2.348.115l-7.891-3.919a1%201%200%200%201-.555-.897l.018-11.431c0-.338.17-.652.452-.836m8.999%2015.362a.7.7%200%200%200%20.268-.092c.271-.168.29-.481.292-.514l.105-17.14c-.08-.164-.248-.442-.536-.604c-.295-.166-.649-.104-.827-.054l-6.754%204.42l-.016%2010.272l7.41%203.68q.03.014.058.032%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.998%22%20d%3D%22M42.598%2028.414v15.42a4.32%204.32%200%200%201-4.319%204.32H20.561a4.32%204.32%200%200%201-4.319-4.32v-15.42a4.32%204.32%200%200%201%204.32-4.318h17.717a4.32%204.32%200%200%201%204.319%204.318%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.998%22%20d%3D%22M61.068%2024.241v23.301c0%206.43-5.22%2011.651-11.65%2011.651h-27.2c-6.43%200-11.65-5.22-11.65-11.651V24.241c0-6.43%205.22-11.651%2011.65-11.651h27.2c6.43%200%2011.65%205.22%2011.65%2011.651%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M61.068%2024.241v23.301c0%206.43-5.22%2011.651-11.65%2011.651h-27.2c-6.43%200-11.65-5.22-11.65-11.651V24.241c0-6.43%205.22-11.651%2011.65-11.651h27.2c6.43%200%2011.65%205.22%2011.65%2011.651%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M19.179%2057.897c15.217-12.195%2033.793-29.176%2040.649-34.494c.242-.188.872%203.005.872%203.005l-.065%2022.871s-.086%203.876-3.194%206.581c-2.755%202.398-6.176%202.502-8.892%202.543c-5.316.08-26.722.013-26.722.013s-1.132-.033-2.648-.52z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.598%2028.414v15.42a4.32%204.32%200%200%201-4.319%204.32H20.561a4.32%204.32%200%200%201-4.319-4.32v-15.42a4.32%204.32%200%200%201%204.32-4.318h17.717a4.32%204.32%200%200%201%204.319%204.318%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M41.952%2028.297c-.089%203.97-.056%2013.953-.056%2013.953s-.059%203.188-.938%204.16c-1.2%201.327-6.332.994-6.332.994l-12.867.008s18.51-17.808%2020.194-19.115zm3.707%202.58l7.317-4.79s.98-.34%201.753.093c.751.421%201.049%201.283%201.049%201.283L55.67%2044.81s-.017.883-.764%201.348c-.772.48-1.3.105-1.3.105l-7.966-3.956z%22%2F%3E%3C%2Fg%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m45.111%2030.04l7.317-4.79q.103-.066.22-.108s1.436-.47%202.57.166c1.074.603%201.505%201.83%201.505%201.83a1%201%200%200%201%20.054.332l-.107%2017.348v.013s-.028%201.426-1.235%202.177c-1.23.766-2.13.263-2.348.115l-7.891-3.919a1%201%200%200%201-.555-.897l.018-11.431c0-.338.17-.652.452-.836m8.999%2015.362a.7.7%200%200%200%20.268-.092c.271-.168.29-.481.292-.514l.105-17.14c-.08-.164-.248-.442-.536-.604c-.295-.166-.649-.104-.827-.054l-6.754%204.42l-.016%2010.272l7.41%203.68q.03.014.058.032%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.998%22%20d%3D%22M42.598%2028.414v15.42a4.32%204.32%200%200%201-4.319%204.32H20.561a4.32%204.32%200%200%201-4.319-4.32v-15.42a4.32%204.32%200%200%201%204.32-4.318h17.717a4.32%204.32%200%200%201%204.319%204.318%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.998%22%20d%3D%22M61.068%2024.241v23.301c0%206.43-5.22%2011.651-11.65%2011.651h-27.2c-6.43%200-11.65-5.22-11.65-11.651V24.241c0-6.43%205.22-11.651%2011.65-11.651h27.2c6.43%200%2011.65%205.22%2011.65%2011.651%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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