person wearing turban 1 emoji

person-wearing-turban-1 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.

Name
person-wearing-turban-1
Set
Streamline Emojis
Style
Default
Category
Smiley People
Viewbox
48×48
License
CC BY 4.0

More smiley people icons from Streamline Emojis

Use the person wearing turban 1 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 44.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 5A14.59 14.59 0 0 0 9.41 19.6v7.64h29.18V19.6A14.59 14.59 0 0 0 24 5"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.15 26.13a2.73 2.73 0 0 0-2.07-2.3l-.87-.24A3 3 0 0 1 35 20.66v-3.07a2.77 2.77 0 0 0-2.08-2.68A23 23 0 0 1 24 16.52a23 23 0 0 1-8.9-1.61a2.77 2.77 0 0 0-2.1 2.68v3.07a3 3 0 0 1-2.23 2.93l-.87.24a2.73 2.73 0 0 0-2.07 2.3a2.69 2.69 0 0 0 2.68 2.92h.17a13.45 13.45 0 0 0 26.6 0h.17a2.69 2.69 0 0 0 2.7-2.92"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.93 25.81a1.15 1.15 0 1 0 1.14-1.15a1.15 1.15 0 0 0-1.14 1.15m16.14 0a1.15 1.15 0 1 1-1.14-1.15a1.15 1.15 0 0 1 1.14 1.15"/><path fill="#ffaa54" d="M13.69 30.69a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0m17.64 0a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0"/><path fill="#f0f0f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M35.35 21.42v6.94a11.39 11.39 0 0 1-5 9.46v-1.27c0-2.59-2.83-4.68-6.31-4.68s-6.35 2.13-6.35 4.68v1.27a11.39 11.39 0 0 1-5-9.46v-6.94l-1.92 2.17v4.94c0 9.27 8.11 14.9 13.27 14.86s13.27-5.57 13.27-14.86v-4.94Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.19 36.12s.69.93 2.81.93s2.81-.93 2.81-.93"/><path fill="#f0f0f0" d="M39.38 16.66v-2.84C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82c0 8.92.83 10.21.83 10.21a88 88 0 0 1 15-5.39A58.4 58.4 0 0 1 38.59 24s.64-1 .79-7.34"/><path fill="#fff" d="M24 5.74c8.42 0 14.81 4.78 15.38 11.24v-3.16C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82v3.16C9.18 10.53 15.57 5.74 24 5.74"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M39.38 16.66v-2.84C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82c0 8.92.83 10.21.83 10.21a88 88 0 0 1 15-5.39A58.4 58.4 0 0 1 38.59 24s.64-1 .79-7.34"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M8.58 13.82s5.77-10.52 22.35-11m4.45 9.11a43.66 43.66 0 0 0-22.13 6.62m11.15.09c10.5-2.51 15-2 15-2"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisPersonWearingTurban1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 44.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 5A14.59 14.59 0 0 0 9.41 19.6v7.64h29.18V19.6A14.59 14.59 0 0 0 24 5"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M40.15 26.13a2.73 2.73 0 0 0-2.07-2.3l-.87-.24A3 3 0 0 1 35 20.66v-3.07a2.77 2.77 0 0 0-2.08-2.68A23 23 0 0 1 24 16.52a23 23 0 0 1-8.9-1.61a2.77 2.77 0 0 0-2.1 2.68v3.07a3 3 0 0 1-2.23 2.93l-.87.24a2.73 2.73 0 0 0-2.07 2.3a2.69 2.69 0 0 0 2.68 2.92h.17a13.45 13.45 0 0 0 26.6 0h.17a2.69 2.69 0 0 0 2.7-2.92"/><path fill="#45413c" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M15.93 25.81a1.15 1.15 0 1 0 1.14-1.15a1.15 1.15 0 0 0-1.14 1.15m16.14 0a1.15 1.15 0 1 1-1.14-1.15a1.15 1.15 0 0 1 1.14 1.15"/><path fill="#ffaa54" d="M13.69 30.69a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0m17.64 0a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0"/><path fill="#f0f0f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M35.35 21.42v6.94a11.39 11.39 0 0 1-5 9.46v-1.27c0-2.59-2.83-4.68-6.31-4.68s-6.35 2.13-6.35 4.68v1.27a11.39 11.39 0 0 1-5-9.46v-6.94l-1.92 2.17v4.94c0 9.27 8.11 14.9 13.27 14.86s13.27-5.57 13.27-14.86v-4.94Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M21.19 36.12s.69.93 2.81.93s2.81-.93 2.81-.93"/><path fill="#f0f0f0" d="M39.38 16.66v-2.84C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82c0 8.92.83 10.21.83 10.21a88 88 0 0 1 15-5.39A58.4 58.4 0 0 1 38.59 24s.64-1 .79-7.34"/><path fill="#fff" d="M24 5.74c8.42 0 14.81 4.78 15.38 11.24v-3.16C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82v3.16C9.18 10.53 15.57 5.74 24 5.74"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M39.38 16.66v-2.84C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82c0 8.92.83 10.21.83 10.21a88 88 0 0 1 15-5.39A58.4 58.4 0 0 1 38.59 24s.64-1 .79-7.34"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M8.58 13.82s5.77-10.52 22.35-11m4.45 9.11a43.66 43.66 0 0 0-22.13 6.62m11.15.09c10.5-2.51 15-2 15-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 44.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 5A14.59 14.59 0 0 0 9.41 19.6v7.64h29.18V19.6A14.59 14.59 0 0 0 24 5"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.15 26.13a2.73 2.73 0 0 0-2.07-2.3l-.87-.24A3 3 0 0 1 35 20.66v-3.07a2.77 2.77 0 0 0-2.08-2.68A23 23 0 0 1 24 16.52a23 23 0 0 1-8.9-1.61a2.77 2.77 0 0 0-2.1 2.68v3.07a3 3 0 0 1-2.23 2.93l-.87.24a2.73 2.73 0 0 0-2.07 2.3a2.69 2.69 0 0 0 2.68 2.92h.17a13.45 13.45 0 0 0 26.6 0h.17a2.69 2.69 0 0 0 2.7-2.92"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.93 25.81a1.15 1.15 0 1 0 1.14-1.15a1.15 1.15 0 0 0-1.14 1.15m16.14 0a1.15 1.15 0 1 1-1.14-1.15a1.15 1.15 0 0 1 1.14 1.15"/><path fill="#ffaa54" d="M13.69 30.69a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0m17.64 0a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0"/><path fill="#f0f0f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M35.35 21.42v6.94a11.39 11.39 0 0 1-5 9.46v-1.27c0-2.59-2.83-4.68-6.31-4.68s-6.35 2.13-6.35 4.68v1.27a11.39 11.39 0 0 1-5-9.46v-6.94l-1.92 2.17v4.94c0 9.27 8.11 14.9 13.27 14.86s13.27-5.57 13.27-14.86v-4.94Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.19 36.12s.69.93 2.81.93s2.81-.93 2.81-.93"/><path fill="#f0f0f0" d="M39.38 16.66v-2.84C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82c0 8.92.83 10.21.83 10.21a88 88 0 0 1 15-5.39A58.4 58.4 0 0 1 38.59 24s.64-1 .79-7.34"/><path fill="#fff" d="M24 5.74c8.42 0 14.81 4.78 15.38 11.24v-3.16C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82v3.16C9.18 10.53 15.57 5.74 24 5.74"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M39.38 16.66v-2.84C39.42 6.9 32.82 1.65 24 1.65S8.58 6.9 8.58 13.82c0 8.92.83 10.21.83 10.21a88 88 0 0 1 15-5.39A58.4 58.4 0 0 1 38.59 24s.64-1 .79-7.34"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M8.58 13.82s5.77-10.52 22.35-11m4.45 9.11a43.66 43.66 0 0 0-22.13 6.62m11.15.09c10.5-2.51 15-2 15-2"/></svg>
</template>

CSS

.icon-person-wearing-turban-1 {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.5%2044.5a12.5%201.5%200%201%200%2025%200a12.5%201.5%200%201%200-25%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%205A14.59%2014.59%200%200%200%209.41%2019.6v7.64h29.18V19.6A14.59%2014.59%200%200%200%2024%205%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.15%2026.13a2.73%202.73%200%200%200-2.07-2.3l-.87-.24A3%203%200%200%201%2035%2020.66v-3.07a2.77%202.77%200%200%200-2.08-2.68A23%2023%200%200%201%2024%2016.52a23%2023%200%200%201-8.9-1.61a2.77%202.77%200%200%200-2.1%202.68v3.07a3%203%200%200%201-2.23%202.93l-.87.24a2.73%202.73%200%200%200-2.07%202.3a2.69%202.69%200%200%200%202.68%202.92h.17a13.45%2013.45%200%200%200%2026.6%200h.17a2.69%202.69%200%200%200%202.7-2.92%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.93%2025.81a1.15%201.15%200%201%200%201.14-1.15a1.15%201.15%200%200%200-1.14%201.15m16.14%200a1.15%201.15%200%201%201-1.14-1.15a1.15%201.15%200%200%201%201.14%201.15%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M13.69%2030.69a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%200m17.64%200a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%200%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.35%2021.42v6.94a11.39%2011.39%200%200%201-5%209.46v-1.27c0-2.59-2.83-4.68-6.31-4.68s-6.35%202.13-6.35%204.68v1.27a11.39%2011.39%200%200%201-5-9.46v-6.94l-1.92%202.17v4.94c0%209.27%208.11%2014.9%2013.27%2014.86s13.27-5.57%2013.27-14.86v-4.94Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.19%2036.12s.69.93%202.81.93s2.81-.93%202.81-.93%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M39.38%2016.66v-2.84C39.42%206.9%2032.82%201.65%2024%201.65S8.58%206.9%208.58%2013.82c0%208.92.83%2010.21.83%2010.21a88%2088%200%200%201%2015-5.39A58.4%2058.4%200%200%201%2038.59%2024s.64-1%20.79-7.34%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%205.74c8.42%200%2014.81%204.78%2015.38%2011.24v-3.16C39.42%206.9%2032.82%201.65%2024%201.65S8.58%206.9%208.58%2013.82v3.16C9.18%2010.53%2015.57%205.74%2024%205.74%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39.38%2016.66v-2.84C39.42%206.9%2032.82%201.65%2024%201.65S8.58%206.9%208.58%2013.82c0%208.92.83%2010.21.83%2010.21a88%2088%200%200%201%2015-5.39A58.4%2058.4%200%200%201%2038.59%2024s.64-1%20.79-7.34%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.58%2013.82s5.77-10.52%2022.35-11m4.45%209.11a43.66%2043.66%200%200%200-22.13%206.62m11.15.09c10.5-2.51%2015-2%2015-2%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.5%2044.5a12.5%201.5%200%201%200%2025%200a12.5%201.5%200%201%200-25%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%205A14.59%2014.59%200%200%200%209.41%2019.6v7.64h29.18V19.6A14.59%2014.59%200%200%200%2024%205%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.15%2026.13a2.73%202.73%200%200%200-2.07-2.3l-.87-.24A3%203%200%200%201%2035%2020.66v-3.07a2.77%202.77%200%200%200-2.08-2.68A23%2023%200%200%201%2024%2016.52a23%2023%200%200%201-8.9-1.61a2.77%202.77%200%200%200-2.1%202.68v3.07a3%203%200%200%201-2.23%202.93l-.87.24a2.73%202.73%200%200%200-2.07%202.3a2.69%202.69%200%200%200%202.68%202.92h.17a13.45%2013.45%200%200%200%2026.6%200h.17a2.69%202.69%200%200%200%202.7-2.92%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.93%2025.81a1.15%201.15%200%201%200%201.14-1.15a1.15%201.15%200%200%200-1.14%201.15m16.14%200a1.15%201.15%200%201%201-1.14-1.15a1.15%201.15%200%200%201%201.14%201.15%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M13.69%2030.69a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%200m17.64%200a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%200%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.35%2021.42v6.94a11.39%2011.39%200%200%201-5%209.46v-1.27c0-2.59-2.83-4.68-6.31-4.68s-6.35%202.13-6.35%204.68v1.27a11.39%2011.39%200%200%201-5-9.46v-6.94l-1.92%202.17v4.94c0%209.27%208.11%2014.9%2013.27%2014.86s13.27-5.57%2013.27-14.86v-4.94Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.19%2036.12s.69.93%202.81.93s2.81-.93%202.81-.93%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M39.38%2016.66v-2.84C39.42%206.9%2032.82%201.65%2024%201.65S8.58%206.9%208.58%2013.82c0%208.92.83%2010.21.83%2010.21a88%2088%200%200%201%2015-5.39A58.4%2058.4%200%200%201%2038.59%2024s.64-1%20.79-7.34%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%205.74c8.42%200%2014.81%204.78%2015.38%2011.24v-3.16C39.42%206.9%2032.82%201.65%2024%201.65S8.58%206.9%208.58%2013.82v3.16C9.18%2010.53%2015.57%205.74%2024%205.74%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39.38%2016.66v-2.84C39.42%206.9%2032.82%201.65%2024%201.65S8.58%206.9%208.58%2013.82c0%208.92.83%2010.21.83%2010.21a88%2088%200%200%201%2015-5.39A58.4%2058.4%200%200%201%2038.59%2024s.64-1%20.79-7.34%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.58%2013.82s5.77-10.52%2022.35-11m4.45%209.11a43.66%2043.66%200%200%200-22.13%206.62m11.15.09c10.5-2.51%2015-2%2015-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/person-wearing-turban-1.svg?color=%231a73e8&size=48