sari from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
sari
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the sari emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00f397" d="M19.39 4.958h5.613V15l-2.503.5l-3.11-.5z"/><path fill="#37c9cd" d="M10.387 20L8.91 28.07c-.05.25-.1.44-.071.663c.028.224.233.625.233.625l15.677.025s.212-.4.242-.626s-.026-.425-.071-.667L22.74 16l.26-.5l-.44-.5l-.69-3.83z"/><path fill="#ff8257" d="M12 12.08V7.41l-1.5.94a.37.37 0 0 1-.5-.15L8.19 4.87a.43.43 0 0 1 .14-.56l3.16-2a1.9 1.9 0 0 1 1-.31h8.26l.75.31h.93l3.16 2a.43.43 0 0 1 .14.56L24.05 8.2a.37.37 0 0 1-.52.15L22 7.41v4.67z"/><path fill="#8c5543" d="M14.18 2v.1A3 3 0 0 0 17 5.17a3 3 0 0 0 2.81-3.07V2z"/><path fill="#6afcac" d="M10.063 19.848c-.102.52.356.014.937-.348l11-7.875s.715-5.137.5-8.125c0-.675.196-1.015-.308-1.328A1.9 1.9 0 0 0 21.367 2h-.734c-.36 0-.133.1-.133.5v1c0 2.1-2.5 4-2.5 4c-1.6 1.123-4 3.5-6.58 4.52z"/><path fill="#fcd53f" d="M17.71 7.24S20 5.88 20 3.78V2.629c0-.4.271-.629.632-.629h.392v1.428c0 2.204-1.303 3.626-2.865 4.72c-1.413.99-5.043 3.551-6.918 4.883l.178-1.011a1 1 0 0 1 .46-.69zm-7.647 12.608c-.102.52.536.954 1.117.592l11.153-8.26a2 2 0 0 0 .512-.7a2.2 2.2 0 0 0 .168-.856v-7.25c0-.639-.279-.874-.783-1.186a1.5 1.5 0 0 0-.228-.091v8.527c0 .486-.258.728-.634 1.03c-.3.242-7.662 5.564-11.305 8.194m-.991 9.51a1.5 1.5 0 0 1-.17-.346h16.031A1.43 1.43 0 0 1 23.6 30H10.2a1.45 1.45 0 0 1-1.128-.642m13.49-14.352l.184 1.022h1.265c.663 0 .995-.47.995-1.022z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSari(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00f397" d="M19.39 4.958h5.613V15l-2.503.5l-3.11-.5z"/><path fill="#37c9cd" d="M10.387 20L8.91 28.07c-.05.25-.1.44-.071.663c.028.224.233.625.233.625l15.677.025s.212-.4.242-.626s-.026-.425-.071-.667L22.74 16l.26-.5l-.44-.5l-.69-3.83z"/><path fill="#ff8257" d="M12 12.08V7.41l-1.5.94a.37.37 0 0 1-.5-.15L8.19 4.87a.43.43 0 0 1 .14-.56l3.16-2a1.9 1.9 0 0 1 1-.31h8.26l.75.31h.93l3.16 2a.43.43 0 0 1 .14.56L24.05 8.2a.37.37 0 0 1-.52.15L22 7.41v4.67z"/><path fill="#8c5543" d="M14.18 2v.1A3 3 0 0 0 17 5.17a3 3 0 0 0 2.81-3.07V2z"/><path fill="#6afcac" d="M10.063 19.848c-.102.52.356.014.937-.348l11-7.875s.715-5.137.5-8.125c0-.675.196-1.015-.308-1.328A1.9 1.9 0 0 0 21.367 2h-.734c-.36 0-.133.1-.133.5v1c0 2.1-2.5 4-2.5 4c-1.6 1.123-4 3.5-6.58 4.52z"/><path fill="#fcd53f" d="M17.71 7.24S20 5.88 20 3.78V2.629c0-.4.271-.629.632-.629h.392v1.428c0 2.204-1.303 3.626-2.865 4.72c-1.413.99-5.043 3.551-6.918 4.883l.178-1.011a1 1 0 0 1 .46-.69zm-7.647 12.608c-.102.52.536.954 1.117.592l11.153-8.26a2 2 0 0 0 .512-.7a2.2 2.2 0 0 0 .168-.856v-7.25c0-.639-.279-.874-.783-1.186a1.5 1.5 0 0 0-.228-.091v8.527c0 .486-.258.728-.634 1.03c-.3.242-7.662 5.564-11.305 8.194m-.991 9.51a1.5 1.5 0 0 1-.17-.346h16.031A1.43 1.43 0 0 1 23.6 30H10.2a1.45 1.45 0 0 1-1.128-.642m13.49-14.352l.184 1.022h1.265c.663 0 .995-.47.995-1.022z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00f397" d="M19.39 4.958h5.613V15l-2.503.5l-3.11-.5z"/><path fill="#37c9cd" d="M10.387 20L8.91 28.07c-.05.25-.1.44-.071.663c.028.224.233.625.233.625l15.677.025s.212-.4.242-.626s-.026-.425-.071-.667L22.74 16l.26-.5l-.44-.5l-.69-3.83z"/><path fill="#ff8257" d="M12 12.08V7.41l-1.5.94a.37.37 0 0 1-.5-.15L8.19 4.87a.43.43 0 0 1 .14-.56l3.16-2a1.9 1.9 0 0 1 1-.31h8.26l.75.31h.93l3.16 2a.43.43 0 0 1 .14.56L24.05 8.2a.37.37 0 0 1-.52.15L22 7.41v4.67z"/><path fill="#8c5543" d="M14.18 2v.1A3 3 0 0 0 17 5.17a3 3 0 0 0 2.81-3.07V2z"/><path fill="#6afcac" d="M10.063 19.848c-.102.52.356.014.937-.348l11-7.875s.715-5.137.5-8.125c0-.675.196-1.015-.308-1.328A1.9 1.9 0 0 0 21.367 2h-.734c-.36 0-.133.1-.133.5v1c0 2.1-2.5 4-2.5 4c-1.6 1.123-4 3.5-6.58 4.52z"/><path fill="#fcd53f" d="M17.71 7.24S20 5.88 20 3.78V2.629c0-.4.271-.629.632-.629h.392v1.428c0 2.204-1.303 3.626-2.865 4.72c-1.413.99-5.043 3.551-6.918 4.883l.178-1.011a1 1 0 0 1 .46-.69zm-7.647 12.608c-.102.52.536.954 1.117.592l11.153-8.26a2 2 0 0 0 .512-.7a2.2 2.2 0 0 0 .168-.856v-7.25c0-.639-.279-.874-.783-1.186a1.5 1.5 0 0 0-.228-.091v8.527c0 .486-.258.728-.634 1.03c-.3.242-7.662 5.564-11.305 8.194m-.991 9.51a1.5 1.5 0 0 1-.17-.346h16.031A1.43 1.43 0 0 1 23.6 30H10.2a1.45 1.45 0 0 1-1.128-.642m13.49-14.352l.184 1.022h1.265c.663 0 .995-.47.995-1.022z"/></g></svg>
</template>

CSS

.icon-sari {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300f397%22%20d%3D%22M19.39%204.958h5.613V15l-2.503.5l-3.11-.5z%22%2F%3E%3Cpath%20fill%3D%22%2337c9cd%22%20d%3D%22M10.387%2020L8.91%2028.07c-.05.25-.1.44-.071.663c.028.224.233.625.233.625l15.677.025s.212-.4.242-.626s-.026-.425-.071-.667L22.74%2016l.26-.5l-.44-.5l-.69-3.83z%22%2F%3E%3Cpath%20fill%3D%22%23ff8257%22%20d%3D%22M12%2012.08V7.41l-1.5.94a.37.37%200%200%201-.5-.15L8.19%204.87a.43.43%200%200%201%20.14-.56l3.16-2a1.9%201.9%200%200%201%201-.31h8.26l.75.31h.93l3.16%202a.43.43%200%200%201%20.14.56L24.05%208.2a.37.37%200%200%201-.52.15L22%207.41v4.67z%22%2F%3E%3Cpath%20fill%3D%22%238c5543%22%20d%3D%22M14.18%202v.1A3%203%200%200%200%2017%205.17a3%203%200%200%200%202.81-3.07V2z%22%2F%3E%3Cpath%20fill%3D%22%236afcac%22%20d%3D%22M10.063%2019.848c-.102.52.356.014.937-.348l11-7.875s.715-5.137.5-8.125c0-.675.196-1.015-.308-1.328A1.9%201.9%200%200%200%2021.367%202h-.734c-.36%200-.133.1-.133.5v1c0%202.1-2.5%204-2.5%204c-1.6%201.123-4%203.5-6.58%204.52z%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M17.71%207.24S20%205.88%2020%203.78V2.629c0-.4.271-.629.632-.629h.392v1.428c0%202.204-1.303%203.626-2.865%204.72c-1.413.99-5.043%203.551-6.918%204.883l.178-1.011a1%201%200%200%201%20.46-.69zm-7.647%2012.608c-.102.52.536.954%201.117.592l11.153-8.26a2%202%200%200%200%20.512-.7a2.2%202.2%200%200%200%20.168-.856v-7.25c0-.639-.279-.874-.783-1.186a1.5%201.5%200%200%200-.228-.091v8.527c0%20.486-.258.728-.634%201.03c-.3.242-7.662%205.564-11.305%208.194m-.991%209.51a1.5%201.5%200%200%201-.17-.346h16.031A1.43%201.43%200%200%201%2023.6%2030H10.2a1.45%201.45%200%200%201-1.128-.642m13.49-14.352l.184%201.022h1.265c.663%200%20.995-.47.995-1.022z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300f397%22%20d%3D%22M19.39%204.958h5.613V15l-2.503.5l-3.11-.5z%22%2F%3E%3Cpath%20fill%3D%22%2337c9cd%22%20d%3D%22M10.387%2020L8.91%2028.07c-.05.25-.1.44-.071.663c.028.224.233.625.233.625l15.677.025s.212-.4.242-.626s-.026-.425-.071-.667L22.74%2016l.26-.5l-.44-.5l-.69-3.83z%22%2F%3E%3Cpath%20fill%3D%22%23ff8257%22%20d%3D%22M12%2012.08V7.41l-1.5.94a.37.37%200%200%201-.5-.15L8.19%204.87a.43.43%200%200%201%20.14-.56l3.16-2a1.9%201.9%200%200%201%201-.31h8.26l.75.31h.93l3.16%202a.43.43%200%200%201%20.14.56L24.05%208.2a.37.37%200%200%201-.52.15L22%207.41v4.67z%22%2F%3E%3Cpath%20fill%3D%22%238c5543%22%20d%3D%22M14.18%202v.1A3%203%200%200%200%2017%205.17a3%203%200%200%200%202.81-3.07V2z%22%2F%3E%3Cpath%20fill%3D%22%236afcac%22%20d%3D%22M10.063%2019.848c-.102.52.356.014.937-.348l11-7.875s.715-5.137.5-8.125c0-.675.196-1.015-.308-1.328A1.9%201.9%200%200%200%2021.367%202h-.734c-.36%200-.133.1-.133.5v1c0%202.1-2.5%204-2.5%204c-1.6%201.123-4%203.5-6.58%204.52z%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M17.71%207.24S20%205.88%2020%203.78V2.629c0-.4.271-.629.632-.629h.392v1.428c0%202.204-1.303%203.626-2.865%204.72c-1.413.99-5.043%203.551-6.918%204.883l.178-1.011a1%201%200%200%201%20.46-.69zm-7.647%2012.608c-.102.52.536.954%201.117.592l11.153-8.26a2%202%200%200%200%20.512-.7a2.2%202.2%200%200%200%20.168-.856v-7.25c0-.639-.279-.874-.783-1.186a1.5%201.5%200%200%200-.228-.091v8.527c0%20.486-.258.728-.634%201.03c-.3.242-7.662%205.564-11.305%208.194m-.991%209.51a1.5%201.5%200%200%201-.17-.346h16.031A1.43%201.43%200%200%201%2023.6%2030H10.2a1.45%201.45%200%200%201-1.128-.642m13.49-14.352l.184%201.022h1.265c.663%200%20.995-.47.995-1.022z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/sari.svg?color=%231a73e8&size=48