dotted line face emoji
dotted-line-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- dotted-line-face
- Set
- OpenMoji
- Style
- Default
- Category
- Smileys Emotion
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More smileys emotion icons from OpenMoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the dotted line face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.977" cy="35.958" r="23" fill="none" stroke="#000" stroke-dasharray="0 0 0 0 0 0 5.16 5.16" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="35.93" cy="36.007" r="23.429" fill="#fff"/><circle cx="35.977" cy="35.958" r="23" fill="none" stroke="#f4aa41" stroke-dasharray="0 0 0 0 0 0 5.16 5.16" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M29.977 32.958a3 3 0 1 1-6 0a3 3 0 0 1 6 0m18 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M29.977 43.796h12"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDottedLineFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.977" cy="35.958" r="23" fill="none" stroke="#000" strokeDasharray="0 0 0 0 0 0 5.16 5.16" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"/><circle cx="35.93" cy="36.007" r="23.429" fill="#fff"/><circle cx="35.977" cy="35.958" r="23" fill="none" stroke="#f4aa41" strokeDasharray="0 0 0 0 0 0 5.16 5.16" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"/><path d="M29.977 32.958a3 3 0 1 1-6 0a3 3 0 0 1 6 0m18 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M29.977 43.796h12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.977" cy="35.958" r="23" fill="none" stroke="#000" stroke-dasharray="0 0 0 0 0 0 5.16 5.16" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="35.93" cy="36.007" r="23.429" fill="#fff"/><circle cx="35.977" cy="35.958" r="23" fill="none" stroke="#f4aa41" stroke-dasharray="0 0 0 0 0 0 5.16 5.16" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M29.977 32.958a3 3 0 1 1-6 0a3 3 0 0 1 6 0m18 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M29.977 43.796h12"/></svg> </template>
CSS
.icon-dotted-line-face {
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%3Ccircle%20cx%3D%2235.977%22%20cy%3D%2235.958%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%220%200%200%200%200%200%205.16%205.16%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235.93%22%20cy%3D%2236.007%22%20r%3D%2223.429%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2235.977%22%20cy%3D%2235.958%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23f4aa41%22%20stroke-dasharray%3D%220%200%200%200%200%200%205.16%205.16%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M29.977%2032.958a3%203%200%201%201-6%200a3%203%200%200%201%206%200m18%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M29.977%2043.796h12%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%2072%2072%22%3E%3Ccircle%20cx%3D%2235.977%22%20cy%3D%2235.958%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%220%200%200%200%200%200%205.16%205.16%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235.93%22%20cy%3D%2236.007%22%20r%3D%2223.429%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2235.977%22%20cy%3D%2235.958%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23f4aa41%22%20stroke-dasharray%3D%220%200%200%200%200%200%205.16%205.16%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M29.977%2032.958a3%203%200%201%201-6%200a3%203%200%200%201%206%200m18%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M29.977%2043.796h12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/dotted-line-face.svg?color=%231a73e8&size=48