selfie emoji
selfie-medium-skin-tone from OpenMoji by OpenMoji · Medium skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- selfie-medium-skin-tone
- Set
- OpenMoji
- Style
- Medium skin tone
- Category
- People Body
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
5 other variants in OpenMoji
The same emoji in other sets
More people body icons from OpenMoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the selfie emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M4 70.667v-17.5l22.75-.917l16.667-17.917c1.083 2.292 7.666 6.25 10.083 6.5l-15 24.917c-1.042 1.875-15.43 4.917-34.5 4.917"/><path fill="#92d3f5" d="m64.208 27.896l.042-22.925l-14.574.078l-.039 21.351"/><g fill="#c19a65"><path d="M64.837 20.054c1.06.152 1.656.925 1.646 1.938c-.01.946-.538 1.932-1.685 1.903c0 0-1.214-.038-1.618-.015a2.6 2.6 0 0 1-.513-.005a1.938 1.938 0 1 1 .551-3.837z"/><path d="M64.876 16.198c1.06.152 1.656.925 1.645 1.938c-.01.947-.537 1.932-1.684 1.903c0 0-1.214-.038-1.619-.015a2.6 2.6 0 0 1-.512-.005a1.938 1.938 0 1 1 .551-3.837zM51.275 26.252a5.36 5.36 0 0 0-1.38-2.43l.024-.039l.551-.84c.26-.396 1.164-.37 2.008.06l.406.206c.844.43 1.868.273 2.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793 1.793 0 0 0-2.428.377l-2.886 3.882c-2.015 3.126 1.027 12.25-.973 13.146c1.654 1.553 3.208 2.73 7.128 4.66c1.705-4.66 9.747-6.597 11.538-12.68"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M4 53.167v17.5M26.75 52.25L4 53.167m49.5-12.334l-15 24.917m4.917-31.417L26.75 52.25m11.75 13.5c-1.042 1.875-15.43 4.917-34.5 4.917m39.417-36.334c1.083 2.292 7.666 6.25 10.083 6.5"/><path d="m49.92 23.783l.55-.84c.26-.396 1.164-.37 2.008.06l.406.206c.844.43 1.868.273 2.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793 1.793 0 0 0-2.428.377l-2.886 3.882m5.635 3.711a5.36 5.36 0 0 0-1.38-2.43m-4.255-1.281c-2.015 3.126 1.027 12.25-.973 13.147m18.666-8.021c-1.791 6.083-9.833 8.02-11.538 12.68m13.042-20.293c1.06.152 1.656.925 1.646 1.938c-.01.946-.538 1.932-1.685 1.903c0 0-1.214-.038-1.618-.015a2.6 2.6 0 0 1-.513-.005a1.938 1.938 0 1 1 .551-3.837z"/><path d="M64.876 16.198c1.06.152 1.656.925 1.645 1.938c-.01.947-.537 1.932-1.684 1.903c0 0-1.214-.038-1.619-.015a2.6 2.6 0 0 1-.512-.005a1.938 1.938 0 1 1 .551-3.837zM63.28 12.64V4M50.585 4H63.28M50.585 4v10.555"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSelfieMediumSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M4 70.667v-17.5l22.75-.917l16.667-17.917c1.083 2.292 7.666 6.25 10.083 6.5l-15 24.917c-1.042 1.875-15.43 4.917-34.5 4.917"/><path fill="#92d3f5" d="m64.208 27.896l.042-22.925l-14.574.078l-.039 21.351"/><g fill="#c19a65"><path d="M64.837 20.054c1.06.152 1.656.925 1.646 1.938c-.01.946-.538 1.932-1.685 1.903c0 0-1.214-.038-1.618-.015a2.6 2.6 0 0 1-.513-.005a1.938 1.938 0 1 1 .551-3.837z"/><path d="M64.876 16.198c1.06.152 1.656.925 1.645 1.938c-.01.947-.537 1.932-1.684 1.903c0 0-1.214-.038-1.619-.015a2.6 2.6 0 0 1-.512-.005a1.938 1.938 0 1 1 .551-3.837zM51.275 26.252a5.36 5.36 0 0 0-1.38-2.43l.024-.039l.551-.84c.26-.396 1.164-.37 2.008.06l.406.206c.844.43 1.868.273 2.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793 1.793 0 0 0-2.428.377l-2.886 3.882c-2.015 3.126 1.027 12.25-.973 13.146c1.654 1.553 3.208 2.73 7.128 4.66c1.705-4.66 9.747-6.597 11.538-12.68"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeMiterlimit="10" d="M4 53.167v17.5M26.75 52.25L4 53.167m49.5-12.334l-15 24.917m4.917-31.417L26.75 52.25m11.75 13.5c-1.042 1.875-15.43 4.917-34.5 4.917m39.417-36.334c1.083 2.292 7.666 6.25 10.083 6.5"/><path d="m49.92 23.783l.55-.84c.26-.396 1.164-.37 2.008.06l.406.206c.844.43 1.868.273 2.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793 1.793 0 0 0-2.428.377l-2.886 3.882m5.635 3.711a5.36 5.36 0 0 0-1.38-2.43m-4.255-1.281c-2.015 3.126 1.027 12.25-.973 13.147m18.666-8.021c-1.791 6.083-9.833 8.02-11.538 12.68m13.042-20.293c1.06.152 1.656.925 1.646 1.938c-.01.946-.538 1.932-1.685 1.903c0 0-1.214-.038-1.618-.015a2.6 2.6 0 0 1-.513-.005a1.938 1.938 0 1 1 .551-3.837z"/><path d="M64.876 16.198c1.06.152 1.656.925 1.645 1.938c-.01.947-.537 1.932-1.684 1.903c0 0-1.214-.038-1.619-.015a2.6 2.6 0 0 1-.512-.005a1.938 1.938 0 1 1 .551-3.837zM63.28 12.64V4M50.585 4H63.28M50.585 4v10.555"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M4 70.667v-17.5l22.75-.917l16.667-17.917c1.083 2.292 7.666 6.25 10.083 6.5l-15 24.917c-1.042 1.875-15.43 4.917-34.5 4.917"/><path fill="#92d3f5" d="m64.208 27.896l.042-22.925l-14.574.078l-.039 21.351"/><g fill="#c19a65"><path d="M64.837 20.054c1.06.152 1.656.925 1.646 1.938c-.01.946-.538 1.932-1.685 1.903c0 0-1.214-.038-1.618-.015a2.6 2.6 0 0 1-.513-.005a1.938 1.938 0 1 1 .551-3.837z"/><path d="M64.876 16.198c1.06.152 1.656.925 1.645 1.938c-.01.947-.537 1.932-1.684 1.903c0 0-1.214-.038-1.619-.015a2.6 2.6 0 0 1-.512-.005a1.938 1.938 0 1 1 .551-3.837zM51.275 26.252a5.36 5.36 0 0 0-1.38-2.43l.024-.039l.551-.84c.26-.396 1.164-.37 2.008.06l.406.206c.844.43 1.868.273 2.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793 1.793 0 0 0-2.428.377l-2.886 3.882c-2.015 3.126 1.027 12.25-.973 13.146c1.654 1.553 3.208 2.73 7.128 4.66c1.705-4.66 9.747-6.597 11.538-12.68"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M4 53.167v17.5M26.75 52.25L4 53.167m49.5-12.334l-15 24.917m4.917-31.417L26.75 52.25m11.75 13.5c-1.042 1.875-15.43 4.917-34.5 4.917m39.417-36.334c1.083 2.292 7.666 6.25 10.083 6.5"/><path d="m49.92 23.783l.55-.84c.26-.396 1.164-.37 2.008.06l.406.206c.844.43 1.868.273 2.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793 1.793 0 0 0-2.428.377l-2.886 3.882m5.635 3.711a5.36 5.36 0 0 0-1.38-2.43m-4.255-1.281c-2.015 3.126 1.027 12.25-.973 13.147m18.666-8.021c-1.791 6.083-9.833 8.02-11.538 12.68m13.042-20.293c1.06.152 1.656.925 1.646 1.938c-.01.946-.538 1.932-1.685 1.903c0 0-1.214-.038-1.618-.015a2.6 2.6 0 0 1-.513-.005a1.938 1.938 0 1 1 .551-3.837z"/><path d="M64.876 16.198c1.06.152 1.656.925 1.645 1.938c-.01.947-.537 1.932-1.684 1.903c0 0-1.214-.038-1.619-.015a2.6 2.6 0 0 1-.512-.005a1.938 1.938 0 1 1 .551-3.837zM63.28 12.64V4M50.585 4H63.28M50.585 4v10.555"/></g></svg> </template>
CSS
.icon-selfie-medium-skin-tone {
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%3Cpath%20fill%3D%22%23b399c8%22%20d%3D%22M4%2070.667v-17.5l22.75-.917l16.667-17.917c1.083%202.292%207.666%206.25%2010.083%206.5l-15%2024.917c-1.042%201.875-15.43%204.917-34.5%204.917%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m64.208%2027.896l.042-22.925l-14.574.078l-.039%2021.351%22%2F%3E%3Cg%20fill%3D%22%23c19a65%22%3E%3Cpath%20d%3D%22M64.837%2020.054c1.06.152%201.656.925%201.646%201.938c-.01.946-.538%201.932-1.685%201.903c0%200-1.214-.038-1.618-.015a2.6%202.6%200%200%201-.513-.005a1.938%201.938%200%201%201%20.551-3.837z%22%2F%3E%3Cpath%20d%3D%22M64.876%2016.198c1.06.152%201.656.925%201.645%201.938c-.01.947-.537%201.932-1.684%201.903c0%200-1.214-.038-1.619-.015a2.6%202.6%200%200%201-.512-.005a1.938%201.938%200%201%201%20.551-3.837zM51.275%2026.252a5.36%205.36%200%200%200-1.38-2.43l.024-.039l.551-.84c.26-.396%201.164-.37%202.008.06l.406.206c.844.43%201.868.273%202.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793%201.793%200%200%200-2.428.377l-2.886%203.882c-2.015%203.126%201.027%2012.25-.973%2013.146c1.654%201.553%203.208%202.73%207.128%204.66c1.705-4.66%209.747-6.597%2011.538-12.68%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M4%2053.167v17.5M26.75%2052.25L4%2053.167m49.5-12.334l-15%2024.917m4.917-31.417L26.75%2052.25m11.75%2013.5c-1.042%201.875-15.43%204.917-34.5%204.917m39.417-36.334c1.083%202.292%207.666%206.25%2010.083%206.5%22%2F%3E%3Cpath%20d%3D%22m49.92%2023.783l.55-.84c.26-.396%201.164-.37%202.008.06l.406.206c.844.43%201.868.273%202.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793%201.793%200%200%200-2.428.377l-2.886%203.882m5.635%203.711a5.36%205.36%200%200%200-1.38-2.43m-4.255-1.281c-2.015%203.126%201.027%2012.25-.973%2013.147m18.666-8.021c-1.791%206.083-9.833%208.02-11.538%2012.68m13.042-20.293c1.06.152%201.656.925%201.646%201.938c-.01.946-.538%201.932-1.685%201.903c0%200-1.214-.038-1.618-.015a2.6%202.6%200%200%201-.513-.005a1.938%201.938%200%201%201%20.551-3.837z%22%2F%3E%3Cpath%20d%3D%22M64.876%2016.198c1.06.152%201.656.925%201.645%201.938c-.01.947-.537%201.932-1.684%201.903c0%200-1.214-.038-1.619-.015a2.6%202.6%200%200%201-.512-.005a1.938%201.938%200%201%201%20.551-3.837zM63.28%2012.64V4M50.585%204H63.28M50.585%204v10.555%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%3Cpath%20fill%3D%22%23b399c8%22%20d%3D%22M4%2070.667v-17.5l22.75-.917l16.667-17.917c1.083%202.292%207.666%206.25%2010.083%206.5l-15%2024.917c-1.042%201.875-15.43%204.917-34.5%204.917%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m64.208%2027.896l.042-22.925l-14.574.078l-.039%2021.351%22%2F%3E%3Cg%20fill%3D%22%23c19a65%22%3E%3Cpath%20d%3D%22M64.837%2020.054c1.06.152%201.656.925%201.646%201.938c-.01.946-.538%201.932-1.685%201.903c0%200-1.214-.038-1.618-.015a2.6%202.6%200%200%201-.513-.005a1.938%201.938%200%201%201%20.551-3.837z%22%2F%3E%3Cpath%20d%3D%22M64.876%2016.198c1.06.152%201.656.925%201.645%201.938c-.01.947-.537%201.932-1.684%201.903c0%200-1.214-.038-1.619-.015a2.6%202.6%200%200%201-.512-.005a1.938%201.938%200%201%201%20.551-3.837zM51.275%2026.252a5.36%205.36%200%200%200-1.38-2.43l.024-.039l.551-.84c.26-.396%201.164-.37%202.008.06l.406.206c.844.43%201.868.273%202.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793%201.793%200%200%200-2.428.377l-2.886%203.882c-2.015%203.126%201.027%2012.25-.973%2013.146c1.654%201.553%203.208%202.73%207.128%204.66c1.705-4.66%209.747-6.597%2011.538-12.68%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M4%2053.167v17.5M26.75%2052.25L4%2053.167m49.5-12.334l-15%2024.917m4.917-31.417L26.75%2052.25m11.75%2013.5c-1.042%201.875-15.43%204.917-34.5%204.917m39.417-36.334c1.083%202.292%207.666%206.25%2010.083%206.5%22%2F%3E%3Cpath%20d%3D%22m49.92%2023.783l.55-.84c.26-.396%201.164-.37%202.008.06l.406.206c.844.43%201.868.273%202.323-.42c.454-.691.14-1.625-.653-2.144l-3.6-2.363a1.793%201.793%200%200%200-2.428.377l-2.886%203.882m5.635%203.711a5.36%205.36%200%200%200-1.38-2.43m-4.255-1.281c-2.015%203.126%201.027%2012.25-.973%2013.147m18.666-8.021c-1.791%206.083-9.833%208.02-11.538%2012.68m13.042-20.293c1.06.152%201.656.925%201.646%201.938c-.01.946-.538%201.932-1.685%201.903c0%200-1.214-.038-1.618-.015a2.6%202.6%200%200%201-.513-.005a1.938%201.938%200%201%201%20.551-3.837z%22%2F%3E%3Cpath%20d%3D%22M64.876%2016.198c1.06.152%201.656.925%201.645%201.938c-.01.947-.537%201.932-1.684%201.903c0%200-1.214-.038-1.619-.015a2.6%202.6%200%200%201-.512-.005a1.938%201.938%200%201%201%20.551-3.837zM63.28%2012.64V4M50.585%204H63.28M50.585%204v10.555%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/selfie-medium-skin-tone.svg?color=%231a73e8&size=48