flute emoji
flute from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- flute
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the flute emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M8.792 23.018c.721.721 2.032.58 2.698-.086c.667-.667.438-1.607-.284-2.329c-.722-.721-1.662-.95-2.329-.284c-.666.666-.807 1.977-.085 2.698m5.925-3.31c-.667.667-1.977.807-2.699.086s-.58-2.032.086-2.699c.667-.666 1.607-.437 2.329.285c.721.721.95 1.662.284 2.328m.689-3.303c.722.722 2.032.581 2.699-.085c.666-.667.437-1.607-.285-2.329c-.721-.722-1.662-.951-2.328-.284c-.667.666-.808 1.977-.086 2.698m12.756-9.973c-.31.31-1.14-.02-1.857-.735c-.716-.717-1.046-1.548-.736-1.858s1.141.02 1.858.736c.716.716 1.045 1.548.735 1.857"/><path fill-rule="evenodd" d="M23.47 1.788C24.9.434 27.29.86 29.217 2.789c1.918 1.918 2.35 4.293 1.054 5.695l-.743.875a2.8 2.8 0 0 1-.257.932c-.154.345-.377.656-.714.993l-.643.641l-.066.07l-1.77 1.77l-.08.077l-.6.6c-.32.321-.929.77-1.87.849L11.865 26.954a2.6 2.6 0 0 1-.711 1.067L9.845 29.33q-.066.075-.137.15a2.8 2.8 0 0 1-1.102.685l-.022.022l-.04.038c-.531.533-1.233.792-2.008.792c-1.192.001-2.557-.615-3.745-1.802c-1.96-1.96-2.362-4.405-.955-5.81l.016-.017c.139-.406.364-.768.668-1.072l1.492-1.492q.05-.054.087-.09c.263-.266.59-.467.958-.595L16.724 8.472c.065-.725.352-1.372.842-1.861l1.065-1.066l.071-.068l1.194-1.193l.01-.012a3 3 0 0 1 .154-.157l.662-.665c.323-.323.621-.541.95-.694a2.8 2.8 0 0 1 .985-.28zM5.034 26.972c.868.868 1.868 1.366 2.578 1.353l-.41.41l-.019.019c-.56.56-1.895.132-2.982-.955s-1.515-2.423-.955-2.982l.004-.005l.431-.431c-.02.71.48 1.717 1.353 2.59m1.715-1.72c1.2 1.2 2.583 1.765 3.087 1.26c.13-.13.19-.32.185-.55L22.304 13.68l-.067-.024c-.764-.269-1.595-.814-2.336-1.555s-1.286-1.572-1.556-2.336l-.023-.068L6.04 21.98c-.23-.005-.419.054-.55.185c-.504.505.06 1.887 1.26 3.087M19.573 7.425c-.537.718.053 2.317 1.377 3.66c1.265 1.282 2.76 1.886 3.508 1.462l-.48.48c-.66.66-2.316.076-3.698-1.306c-1.381-1.382-1.966-3.037-1.305-3.698l.007-.007zm3.049-2.908a1 1 0 0 0-.081.038c-.09.038-.208.108-.41.31l-.275.274c-.189.188-.332.33-.46.46c-.577.632.047 2.229 1.41 3.593c1.365 1.364 2.96 1.987 3.593 1.41l.003.002c.129-.127.271-.27.46-.46l.274-.274c.21-.21.277-.329.313-.42l.033-.07a1.26 1.26 0 0 1-.715.194a2.5 2.5 0 0 1-.911-.21c-.61-.25-1.282-.717-1.892-1.327s-1.076-1.281-1.327-1.892a2.5 2.5 0 0 1-.21-.91a1.25 1.25 0 0 1 .195-.718m6.155 2.628l.001.002l-1.495 1.757l-.002-.002c-.491.474-1.814-.069-2.964-1.219s-1.693-2.473-1.22-2.964l.007-.006v-.001a1 1 0 0 1 .07-.059L24.82 3.26l.032-.034c.544-.544 1.863-.107 2.946.976c1.082 1.082 1.52 2.4.978 2.944" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFlute(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M8.792 23.018c.721.721 2.032.58 2.698-.086c.667-.667.438-1.607-.284-2.329c-.722-.721-1.662-.95-2.329-.284c-.666.666-.807 1.977-.085 2.698m5.925-3.31c-.667.667-1.977.807-2.699.086s-.58-2.032.086-2.699c.667-.666 1.607-.437 2.329.285c.721.721.95 1.662.284 2.328m.689-3.303c.722.722 2.032.581 2.699-.085c.666-.667.437-1.607-.285-2.329c-.721-.722-1.662-.951-2.328-.284c-.667.666-.808 1.977-.086 2.698m12.756-9.973c-.31.31-1.14-.02-1.857-.735c-.716-.717-1.046-1.548-.736-1.858s1.141.02 1.858.736c.716.716 1.045 1.548.735 1.857"/><path fillRule="evenodd" d="M23.47 1.788C24.9.434 27.29.86 29.217 2.789c1.918 1.918 2.35 4.293 1.054 5.695l-.743.875a2.8 2.8 0 0 1-.257.932c-.154.345-.377.656-.714.993l-.643.641l-.066.07l-1.77 1.77l-.08.077l-.6.6c-.32.321-.929.77-1.87.849L11.865 26.954a2.6 2.6 0 0 1-.711 1.067L9.845 29.33q-.066.075-.137.15a2.8 2.8 0 0 1-1.102.685l-.022.022l-.04.038c-.531.533-1.233.792-2.008.792c-1.192.001-2.557-.615-3.745-1.802c-1.96-1.96-2.362-4.405-.955-5.81l.016-.017c.139-.406.364-.768.668-1.072l1.492-1.492q.05-.054.087-.09c.263-.266.59-.467.958-.595L16.724 8.472c.065-.725.352-1.372.842-1.861l1.065-1.066l.071-.068l1.194-1.193l.01-.012a3 3 0 0 1 .154-.157l.662-.665c.323-.323.621-.541.95-.694a2.8 2.8 0 0 1 .985-.28zM5.034 26.972c.868.868 1.868 1.366 2.578 1.353l-.41.41l-.019.019c-.56.56-1.895.132-2.982-.955s-1.515-2.423-.955-2.982l.004-.005l.431-.431c-.02.71.48 1.717 1.353 2.59m1.715-1.72c1.2 1.2 2.583 1.765 3.087 1.26c.13-.13.19-.32.185-.55L22.304 13.68l-.067-.024c-.764-.269-1.595-.814-2.336-1.555s-1.286-1.572-1.556-2.336l-.023-.068L6.04 21.98c-.23-.005-.419.054-.55.185c-.504.505.06 1.887 1.26 3.087M19.573 7.425c-.537.718.053 2.317 1.377 3.66c1.265 1.282 2.76 1.886 3.508 1.462l-.48.48c-.66.66-2.316.076-3.698-1.306c-1.381-1.382-1.966-3.037-1.305-3.698l.007-.007zm3.049-2.908a1 1 0 0 0-.081.038c-.09.038-.208.108-.41.31l-.275.274c-.189.188-.332.33-.46.46c-.577.632.047 2.229 1.41 3.593c1.365 1.364 2.96 1.987 3.593 1.41l.003.002c.129-.127.271-.27.46-.46l.274-.274c.21-.21.277-.329.313-.42l.033-.07a1.26 1.26 0 0 1-.715.194a2.5 2.5 0 0 1-.911-.21c-.61-.25-1.282-.717-1.892-1.327s-1.076-1.281-1.327-1.892a2.5 2.5 0 0 1-.21-.91a1.25 1.25 0 0 1 .195-.718m6.155 2.628l.001.002l-1.495 1.757l-.002-.002c-.491.474-1.814-.069-2.964-1.219s-1.693-2.473-1.22-2.964l.007-.006v-.001a1 1 0 0 1 .07-.059L24.82 3.26l.032-.034c.544-.544 1.863-.107 2.946.976c1.082 1.082 1.52 2.4.978 2.944" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M8.792 23.018c.721.721 2.032.58 2.698-.086c.667-.667.438-1.607-.284-2.329c-.722-.721-1.662-.95-2.329-.284c-.666.666-.807 1.977-.085 2.698m5.925-3.31c-.667.667-1.977.807-2.699.086s-.58-2.032.086-2.699c.667-.666 1.607-.437 2.329.285c.721.721.95 1.662.284 2.328m.689-3.303c.722.722 2.032.581 2.699-.085c.666-.667.437-1.607-.285-2.329c-.721-.722-1.662-.951-2.328-.284c-.667.666-.808 1.977-.086 2.698m12.756-9.973c-.31.31-1.14-.02-1.857-.735c-.716-.717-1.046-1.548-.736-1.858s1.141.02 1.858.736c.716.716 1.045 1.548.735 1.857"/><path fill-rule="evenodd" d="M23.47 1.788C24.9.434 27.29.86 29.217 2.789c1.918 1.918 2.35 4.293 1.054 5.695l-.743.875a2.8 2.8 0 0 1-.257.932c-.154.345-.377.656-.714.993l-.643.641l-.066.07l-1.77 1.77l-.08.077l-.6.6c-.32.321-.929.77-1.87.849L11.865 26.954a2.6 2.6 0 0 1-.711 1.067L9.845 29.33q-.066.075-.137.15a2.8 2.8 0 0 1-1.102.685l-.022.022l-.04.038c-.531.533-1.233.792-2.008.792c-1.192.001-2.557-.615-3.745-1.802c-1.96-1.96-2.362-4.405-.955-5.81l.016-.017c.139-.406.364-.768.668-1.072l1.492-1.492q.05-.054.087-.09c.263-.266.59-.467.958-.595L16.724 8.472c.065-.725.352-1.372.842-1.861l1.065-1.066l.071-.068l1.194-1.193l.01-.012a3 3 0 0 1 .154-.157l.662-.665c.323-.323.621-.541.95-.694a2.8 2.8 0 0 1 .985-.28zM5.034 26.972c.868.868 1.868 1.366 2.578 1.353l-.41.41l-.019.019c-.56.56-1.895.132-2.982-.955s-1.515-2.423-.955-2.982l.004-.005l.431-.431c-.02.71.48 1.717 1.353 2.59m1.715-1.72c1.2 1.2 2.583 1.765 3.087 1.26c.13-.13.19-.32.185-.55L22.304 13.68l-.067-.024c-.764-.269-1.595-.814-2.336-1.555s-1.286-1.572-1.556-2.336l-.023-.068L6.04 21.98c-.23-.005-.419.054-.55.185c-.504.505.06 1.887 1.26 3.087M19.573 7.425c-.537.718.053 2.317 1.377 3.66c1.265 1.282 2.76 1.886 3.508 1.462l-.48.48c-.66.66-2.316.076-3.698-1.306c-1.381-1.382-1.966-3.037-1.305-3.698l.007-.007zm3.049-2.908a1 1 0 0 0-.081.038c-.09.038-.208.108-.41.31l-.275.274c-.189.188-.332.33-.46.46c-.577.632.047 2.229 1.41 3.593c1.365 1.364 2.96 1.987 3.593 1.41l.003.002c.129-.127.271-.27.46-.46l.274-.274c.21-.21.277-.329.313-.42l.033-.07a1.26 1.26 0 0 1-.715.194a2.5 2.5 0 0 1-.911-.21c-.61-.25-1.282-.717-1.892-1.327s-1.076-1.281-1.327-1.892a2.5 2.5 0 0 1-.21-.91a1.25 1.25 0 0 1 .195-.718m6.155 2.628l.001.002l-1.495 1.757l-.002-.002c-.491.474-1.814-.069-2.964-1.219s-1.693-2.473-1.22-2.964l.007-.006v-.001a1 1 0 0 1 .07-.059L24.82 3.26l.032-.034c.544-.544 1.863-.107 2.946.976c1.082 1.082 1.52 2.4.978 2.944" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-flute {
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%22currentColor%22%3E%3Cpath%20d%3D%22M8.792%2023.018c.721.721%202.032.58%202.698-.086c.667-.667.438-1.607-.284-2.329c-.722-.721-1.662-.95-2.329-.284c-.666.666-.807%201.977-.085%202.698m5.925-3.31c-.667.667-1.977.807-2.699.086s-.58-2.032.086-2.699c.667-.666%201.607-.437%202.329.285c.721.721.95%201.662.284%202.328m.689-3.303c.722.722%202.032.581%202.699-.085c.666-.667.437-1.607-.285-2.329c-.721-.722-1.662-.951-2.328-.284c-.667.666-.808%201.977-.086%202.698m12.756-9.973c-.31.31-1.14-.02-1.857-.735c-.716-.717-1.046-1.548-.736-1.858s1.141.02%201.858.736c.716.716%201.045%201.548.735%201.857%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M23.47%201.788C24.9.434%2027.29.86%2029.217%202.789c1.918%201.918%202.35%204.293%201.054%205.695l-.743.875a2.8%202.8%200%200%201-.257.932c-.154.345-.377.656-.714.993l-.643.641l-.066.07l-1.77%201.77l-.08.077l-.6.6c-.32.321-.929.77-1.87.849L11.865%2026.954a2.6%202.6%200%200%201-.711%201.067L9.845%2029.33q-.066.075-.137.15a2.8%202.8%200%200%201-1.102.685l-.022.022l-.04.038c-.531.533-1.233.792-2.008.792c-1.192.001-2.557-.615-3.745-1.802c-1.96-1.96-2.362-4.405-.955-5.81l.016-.017c.139-.406.364-.768.668-1.072l1.492-1.492q.05-.054.087-.09c.263-.266.59-.467.958-.595L16.724%208.472c.065-.725.352-1.372.842-1.861l1.065-1.066l.071-.068l1.194-1.193l.01-.012a3%203%200%200%201%20.154-.157l.662-.665c.323-.323.621-.541.95-.694a2.8%202.8%200%200%201%20.985-.28zM5.034%2026.972c.868.868%201.868%201.366%202.578%201.353l-.41.41l-.019.019c-.56.56-1.895.132-2.982-.955s-1.515-2.423-.955-2.982l.004-.005l.431-.431c-.02.71.48%201.717%201.353%202.59m1.715-1.72c1.2%201.2%202.583%201.765%203.087%201.26c.13-.13.19-.32.185-.55L22.304%2013.68l-.067-.024c-.764-.269-1.595-.814-2.336-1.555s-1.286-1.572-1.556-2.336l-.023-.068L6.04%2021.98c-.23-.005-.419.054-.55.185c-.504.505.06%201.887%201.26%203.087M19.573%207.425c-.537.718.053%202.317%201.377%203.66c1.265%201.282%202.76%201.886%203.508%201.462l-.48.48c-.66.66-2.316.076-3.698-1.306c-1.381-1.382-1.966-3.037-1.305-3.698l.007-.007zm3.049-2.908a1%201%200%200%200-.081.038c-.09.038-.208.108-.41.31l-.275.274c-.189.188-.332.33-.46.46c-.577.632.047%202.229%201.41%203.593c1.365%201.364%202.96%201.987%203.593%201.41l.003.002c.129-.127.271-.27.46-.46l.274-.274c.21-.21.277-.329.313-.42l.033-.07a1.26%201.26%200%200%201-.715.194a2.5%202.5%200%200%201-.911-.21c-.61-.25-1.282-.717-1.892-1.327s-1.076-1.281-1.327-1.892a2.5%202.5%200%200%201-.21-.91a1.25%201.25%200%200%201%20.195-.718m6.155%202.628l.001.002l-1.495%201.757l-.002-.002c-.491.474-1.814-.069-2.964-1.219s-1.693-2.473-1.22-2.964l.007-.006v-.001a1%201%200%200%201%20.07-.059L24.82%203.26l.032-.034c.544-.544%201.863-.107%202.946.976c1.082%201.082%201.52%202.4.978%202.944%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M8.792%2023.018c.721.721%202.032.58%202.698-.086c.667-.667.438-1.607-.284-2.329c-.722-.721-1.662-.95-2.329-.284c-.666.666-.807%201.977-.085%202.698m5.925-3.31c-.667.667-1.977.807-2.699.086s-.58-2.032.086-2.699c.667-.666%201.607-.437%202.329.285c.721.721.95%201.662.284%202.328m.689-3.303c.722.722%202.032.581%202.699-.085c.666-.667.437-1.607-.285-2.329c-.721-.722-1.662-.951-2.328-.284c-.667.666-.808%201.977-.086%202.698m12.756-9.973c-.31.31-1.14-.02-1.857-.735c-.716-.717-1.046-1.548-.736-1.858s1.141.02%201.858.736c.716.716%201.045%201.548.735%201.857%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M23.47%201.788C24.9.434%2027.29.86%2029.217%202.789c1.918%201.918%202.35%204.293%201.054%205.695l-.743.875a2.8%202.8%200%200%201-.257.932c-.154.345-.377.656-.714.993l-.643.641l-.066.07l-1.77%201.77l-.08.077l-.6.6c-.32.321-.929.77-1.87.849L11.865%2026.954a2.6%202.6%200%200%201-.711%201.067L9.845%2029.33q-.066.075-.137.15a2.8%202.8%200%200%201-1.102.685l-.022.022l-.04.038c-.531.533-1.233.792-2.008.792c-1.192.001-2.557-.615-3.745-1.802c-1.96-1.96-2.362-4.405-.955-5.81l.016-.017c.139-.406.364-.768.668-1.072l1.492-1.492q.05-.054.087-.09c.263-.266.59-.467.958-.595L16.724%208.472c.065-.725.352-1.372.842-1.861l1.065-1.066l.071-.068l1.194-1.193l.01-.012a3%203%200%200%201%20.154-.157l.662-.665c.323-.323.621-.541.95-.694a2.8%202.8%200%200%201%20.985-.28zM5.034%2026.972c.868.868%201.868%201.366%202.578%201.353l-.41.41l-.019.019c-.56.56-1.895.132-2.982-.955s-1.515-2.423-.955-2.982l.004-.005l.431-.431c-.02.71.48%201.717%201.353%202.59m1.715-1.72c1.2%201.2%202.583%201.765%203.087%201.26c.13-.13.19-.32.185-.55L22.304%2013.68l-.067-.024c-.764-.269-1.595-.814-2.336-1.555s-1.286-1.572-1.556-2.336l-.023-.068L6.04%2021.98c-.23-.005-.419.054-.55.185c-.504.505.06%201.887%201.26%203.087M19.573%207.425c-.537.718.053%202.317%201.377%203.66c1.265%201.282%202.76%201.886%203.508%201.462l-.48.48c-.66.66-2.316.076-3.698-1.306c-1.381-1.382-1.966-3.037-1.305-3.698l.007-.007zm3.049-2.908a1%201%200%200%200-.081.038c-.09.038-.208.108-.41.31l-.275.274c-.189.188-.332.33-.46.46c-.577.632.047%202.229%201.41%203.593c1.365%201.364%202.96%201.987%203.593%201.41l.003.002c.129-.127.271-.27.46-.46l.274-.274c.21-.21.277-.329.313-.42l.033-.07a1.26%201.26%200%200%201-.715.194a2.5%202.5%200%200%201-.911-.21c-.61-.25-1.282-.717-1.892-1.327s-1.076-1.281-1.327-1.892a2.5%202.5%200%200%201-.21-.91a1.25%201.25%200%200%201%20.195-.718m6.155%202.628l.001.002l-1.495%201.757l-.002-.002c-.491.474-1.814-.069-2.964-1.219s-1.693-2.473-1.22-2.964l.007-.006v-.001a1%201%200%200%201%20.07-.059L24.82%203.26l.032-.034c.544-.544%201.863-.107%202.946.976c1.082%201.082%201.52%202.4.978%202.944%22%20clip-rule%3D%22evenodd%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-high-contrast/flute.svg?color=%231a73e8&size=48