horse-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
horse-face
Set
Fluent Emoji High Contrast
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the horse face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.248 14.572c0 .49.4.89.89.89s.891-.4.891-.89V12.89c0-.49-.4-.891-.89-.891s-.891.4-.891.89zM5.68 20.567a1.12 1.12 0 0 1-1.568 0L5.68 19c.428.442.428 1.14 0 1.567"/><path d="M7.094 9.719c-.261.26.115 1.673 1.451 2.26a418 418 0 0 0-3.713 4.078c-.668.741-1.234 1.369-1.674 1.845c-1.044 1.132-1.609 2.338-1.484 3.522c.129 1.22.95 2.1 1.986 2.627c.745.38 1.584.437 2.333.277l.004-.001l6.894-1.504a19 19 0 0 0-2.204 4.069a16 16 0 0 0-.664 2.107a11 11 0 0 0-.164.837l-.002.016v.006l-.001.002v.001l-.14 1.123h11.675l.004.016h6.97l-.048-.137c.554-.098 1.064-.27 1.485-.571c.85-.61 1.104-1.55 1.104-2.573v-10.75c0-1.797-.505-3.066-1.291-3.914a3.97 3.97 0 0 0-1.823-1.119a8.3 8.3 0 0 0-1.562-2.307c-.601-.615-1.319-1.119-2.095-1.357c-.981-1.385-2.285-2.51-3.695-3.201c-2.068-1.013-3.957-1.057-5.516-.813l-.612.095a46 46 0 0 0-.71-.65l-.03-.025l-.001-.001c-.579-.555-1.557-.16-1.568.654v.025L12 4.457c-.002.09-.001.227.003.424c.007.303.023.749.06 1.383c-.23.16-.425.334-.564.517c-.562.739-.881 1.36-1.13 1.842c-.29.565-.484.94-.854 1.096c-.606.254-1.154.107-1.592-.01c-.36-.097-.647-.174-.83.01M13 4.508v.05l.048-.008l-.004-.003zm.004.352L13 4.73l1.41 1.261c.608.544 1.201 1.122 1.522 1.548l.184.244l.01.004q.032.046.057.09a1 1 0 0 1 .134.291l.55-.083c.363.191.855.52 1.3 1.053c.675.806 1.323 2.17 1.163 4.474c-.122 1.705-.898 3.377-1.845 5.327c-1.068.751-2.24 1.297-3.307 1.556L8.56 21.721l.046-.072c.26-.414.513-.943.565-1.495a.5.5 0 0 0-.995-.094c-.031.328-.193.702-.417 1.057c-.22.35-.471.638-.626.788a.5.5 0 0 0-.106.15l-1.454.317h-.002c-.37.08-.73.037-1.004-.103c-.635-.323-.869-.708-.905-1.054c-.04-.381.12-1.04.966-1.957c.457-.496 1.037-1.14 1.717-1.894c1.982-2.198 4.807-5.33 7.871-8.446a1.4 1.4 0 0 1-.564-.403c-.325-.383-.484-.958-.554-1.692h.001a45 45 0 0 1-.096-1.963m2.953 17.437c-.773 1.982-1.303 4.188-.982 6.687h-2.883c.107-.38.255-.844.459-1.366a17.1 17.1 0 0 1 3.32-5.307zm4.336 5.976c-.15-1.099-.297-2.166.458-5.577c.264-1.195 1.05-2.8 1.813-4.356c.654-1.337 1.291-2.638 1.567-3.615c.648-2.296-.142-4.727-.51-5.356c1.396 1.229 2.692 3.412.942 7.256c-.3.658-.607 1.28-.907 1.887c-1.452 2.936-2.736 5.536-2.218 10.363h-1.07c-.021-.21-.048-.407-.075-.602m4.632.032c-.15-1.1-.297-2.166.458-5.578c.26-1.18.7-1.975 1.144-2.78c.392-.709.787-1.425 1.067-2.416c.647-2.295.613-4.408.244-5.037c1.396 1.229 1.162 3.912.35 5.881c-.13.313-.287.645-.458 1.006c-.906 1.91-2.193 4.626-1.668 9.526H25c-.022-.211-.049-.407-.075-.602"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastHorseFace(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="M11.248 14.572c0 .49.4.89.89.89s.891-.4.891-.89V12.89c0-.49-.4-.891-.89-.891s-.891.4-.891.89zM5.68 20.567a1.12 1.12 0 0 1-1.568 0L5.68 19c.428.442.428 1.14 0 1.567"/><path d="M7.094 9.719c-.261.26.115 1.673 1.451 2.26a418 418 0 0 0-3.713 4.078c-.668.741-1.234 1.369-1.674 1.845c-1.044 1.132-1.609 2.338-1.484 3.522c.129 1.22.95 2.1 1.986 2.627c.745.38 1.584.437 2.333.277l.004-.001l6.894-1.504a19 19 0 0 0-2.204 4.069a16 16 0 0 0-.664 2.107a11 11 0 0 0-.164.837l-.002.016v.006l-.001.002v.001l-.14 1.123h11.675l.004.016h6.97l-.048-.137c.554-.098 1.064-.27 1.485-.571c.85-.61 1.104-1.55 1.104-2.573v-10.75c0-1.797-.505-3.066-1.291-3.914a3.97 3.97 0 0 0-1.823-1.119a8.3 8.3 0 0 0-1.562-2.307c-.601-.615-1.319-1.119-2.095-1.357c-.981-1.385-2.285-2.51-3.695-3.201c-2.068-1.013-3.957-1.057-5.516-.813l-.612.095a46 46 0 0 0-.71-.65l-.03-.025l-.001-.001c-.579-.555-1.557-.16-1.568.654v.025L12 4.457c-.002.09-.001.227.003.424c.007.303.023.749.06 1.383c-.23.16-.425.334-.564.517c-.562.739-.881 1.36-1.13 1.842c-.29.565-.484.94-.854 1.096c-.606.254-1.154.107-1.592-.01c-.36-.097-.647-.174-.83.01M13 4.508v.05l.048-.008l-.004-.003zm.004.352L13 4.73l1.41 1.261c.608.544 1.201 1.122 1.522 1.548l.184.244l.01.004q.032.046.057.09a1 1 0 0 1 .134.291l.55-.083c.363.191.855.52 1.3 1.053c.675.806 1.323 2.17 1.163 4.474c-.122 1.705-.898 3.377-1.845 5.327c-1.068.751-2.24 1.297-3.307 1.556L8.56 21.721l.046-.072c.26-.414.513-.943.565-1.495a.5.5 0 0 0-.995-.094c-.031.328-.193.702-.417 1.057c-.22.35-.471.638-.626.788a.5.5 0 0 0-.106.15l-1.454.317h-.002c-.37.08-.73.037-1.004-.103c-.635-.323-.869-.708-.905-1.054c-.04-.381.12-1.04.966-1.957c.457-.496 1.037-1.14 1.717-1.894c1.982-2.198 4.807-5.33 7.871-8.446a1.4 1.4 0 0 1-.564-.403c-.325-.383-.484-.958-.554-1.692h.001a45 45 0 0 1-.096-1.963m2.953 17.437c-.773 1.982-1.303 4.188-.982 6.687h-2.883c.107-.38.255-.844.459-1.366a17.1 17.1 0 0 1 3.32-5.307zm4.336 5.976c-.15-1.099-.297-2.166.458-5.577c.264-1.195 1.05-2.8 1.813-4.356c.654-1.337 1.291-2.638 1.567-3.615c.648-2.296-.142-4.727-.51-5.356c1.396 1.229 2.692 3.412.942 7.256c-.3.658-.607 1.28-.907 1.887c-1.452 2.936-2.736 5.536-2.218 10.363h-1.07c-.021-.21-.048-.407-.075-.602m4.632.032c-.15-1.1-.297-2.166.458-5.578c.26-1.18.7-1.975 1.144-2.78c.392-.709.787-1.425 1.067-2.416c.647-2.295.613-4.408.244-5.037c1.396 1.229 1.162 3.912.35 5.881c-.13.313-.287.645-.458 1.006c-.906 1.91-2.193 4.626-1.668 9.526H25c-.022-.211-.049-.407-.075-.602"/></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="M11.248 14.572c0 .49.4.89.89.89s.891-.4.891-.89V12.89c0-.49-.4-.891-.89-.891s-.891.4-.891.89zM5.68 20.567a1.12 1.12 0 0 1-1.568 0L5.68 19c.428.442.428 1.14 0 1.567"/><path d="M7.094 9.719c-.261.26.115 1.673 1.451 2.26a418 418 0 0 0-3.713 4.078c-.668.741-1.234 1.369-1.674 1.845c-1.044 1.132-1.609 2.338-1.484 3.522c.129 1.22.95 2.1 1.986 2.627c.745.38 1.584.437 2.333.277l.004-.001l6.894-1.504a19 19 0 0 0-2.204 4.069a16 16 0 0 0-.664 2.107a11 11 0 0 0-.164.837l-.002.016v.006l-.001.002v.001l-.14 1.123h11.675l.004.016h6.97l-.048-.137c.554-.098 1.064-.27 1.485-.571c.85-.61 1.104-1.55 1.104-2.573v-10.75c0-1.797-.505-3.066-1.291-3.914a3.97 3.97 0 0 0-1.823-1.119a8.3 8.3 0 0 0-1.562-2.307c-.601-.615-1.319-1.119-2.095-1.357c-.981-1.385-2.285-2.51-3.695-3.201c-2.068-1.013-3.957-1.057-5.516-.813l-.612.095a46 46 0 0 0-.71-.65l-.03-.025l-.001-.001c-.579-.555-1.557-.16-1.568.654v.025L12 4.457c-.002.09-.001.227.003.424c.007.303.023.749.06 1.383c-.23.16-.425.334-.564.517c-.562.739-.881 1.36-1.13 1.842c-.29.565-.484.94-.854 1.096c-.606.254-1.154.107-1.592-.01c-.36-.097-.647-.174-.83.01M13 4.508v.05l.048-.008l-.004-.003zm.004.352L13 4.73l1.41 1.261c.608.544 1.201 1.122 1.522 1.548l.184.244l.01.004q.032.046.057.09a1 1 0 0 1 .134.291l.55-.083c.363.191.855.52 1.3 1.053c.675.806 1.323 2.17 1.163 4.474c-.122 1.705-.898 3.377-1.845 5.327c-1.068.751-2.24 1.297-3.307 1.556L8.56 21.721l.046-.072c.26-.414.513-.943.565-1.495a.5.5 0 0 0-.995-.094c-.031.328-.193.702-.417 1.057c-.22.35-.471.638-.626.788a.5.5 0 0 0-.106.15l-1.454.317h-.002c-.37.08-.73.037-1.004-.103c-.635-.323-.869-.708-.905-1.054c-.04-.381.12-1.04.966-1.957c.457-.496 1.037-1.14 1.717-1.894c1.982-2.198 4.807-5.33 7.871-8.446a1.4 1.4 0 0 1-.564-.403c-.325-.383-.484-.958-.554-1.692h.001a45 45 0 0 1-.096-1.963m2.953 17.437c-.773 1.982-1.303 4.188-.982 6.687h-2.883c.107-.38.255-.844.459-1.366a17.1 17.1 0 0 1 3.32-5.307zm4.336 5.976c-.15-1.099-.297-2.166.458-5.577c.264-1.195 1.05-2.8 1.813-4.356c.654-1.337 1.291-2.638 1.567-3.615c.648-2.296-.142-4.727-.51-5.356c1.396 1.229 2.692 3.412.942 7.256c-.3.658-.607 1.28-.907 1.887c-1.452 2.936-2.736 5.536-2.218 10.363h-1.07c-.021-.21-.048-.407-.075-.602m4.632.032c-.15-1.1-.297-2.166.458-5.578c.26-1.18.7-1.975 1.144-2.78c.392-.709.787-1.425 1.067-2.416c.647-2.295.613-4.408.244-5.037c1.396 1.229 1.162 3.912.35 5.881c-.13.313-.287.645-.458 1.006c-.906 1.91-2.193 4.626-1.668 9.526H25c-.022-.211-.049-.407-.075-.602"/></g></svg>
</template>

CSS

.icon-horse-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.248%2014.572c0%20.49.4.89.89.89s.891-.4.891-.89V12.89c0-.49-.4-.891-.89-.891s-.891.4-.891.89zM5.68%2020.567a1.12%201.12%200%200%201-1.568%200L5.68%2019c.428.442.428%201.14%200%201.567%22%2F%3E%3Cpath%20d%3D%22M7.094%209.719c-.261.26.115%201.673%201.451%202.26a418%20418%200%200%200-3.713%204.078c-.668.741-1.234%201.369-1.674%201.845c-1.044%201.132-1.609%202.338-1.484%203.522c.129%201.22.95%202.1%201.986%202.627c.745.38%201.584.437%202.333.277l.004-.001l6.894-1.504a19%2019%200%200%200-2.204%204.069a16%2016%200%200%200-.664%202.107a11%2011%200%200%200-.164.837l-.002.016v.006l-.001.002v.001l-.14%201.123h11.675l.004.016h6.97l-.048-.137c.554-.098%201.064-.27%201.485-.571c.85-.61%201.104-1.55%201.104-2.573v-10.75c0-1.797-.505-3.066-1.291-3.914a3.97%203.97%200%200%200-1.823-1.119a8.3%208.3%200%200%200-1.562-2.307c-.601-.615-1.319-1.119-2.095-1.357c-.981-1.385-2.285-2.51-3.695-3.201c-2.068-1.013-3.957-1.057-5.516-.813l-.612.095a46%2046%200%200%200-.71-.65l-.03-.025l-.001-.001c-.579-.555-1.557-.16-1.568.654v.025L12%204.457c-.002.09-.001.227.003.424c.007.303.023.749.06%201.383c-.23.16-.425.334-.564.517c-.562.739-.881%201.36-1.13%201.842c-.29.565-.484.94-.854%201.096c-.606.254-1.154.107-1.592-.01c-.36-.097-.647-.174-.83.01M13%204.508v.05l.048-.008l-.004-.003zm.004.352L13%204.73l1.41%201.261c.608.544%201.201%201.122%201.522%201.548l.184.244l.01.004q.032.046.057.09a1%201%200%200%201%20.134.291l.55-.083c.363.191.855.52%201.3%201.053c.675.806%201.323%202.17%201.163%204.474c-.122%201.705-.898%203.377-1.845%205.327c-1.068.751-2.24%201.297-3.307%201.556L8.56%2021.721l.046-.072c.26-.414.513-.943.565-1.495a.5.5%200%200%200-.995-.094c-.031.328-.193.702-.417%201.057c-.22.35-.471.638-.626.788a.5.5%200%200%200-.106.15l-1.454.317h-.002c-.37.08-.73.037-1.004-.103c-.635-.323-.869-.708-.905-1.054c-.04-.381.12-1.04.966-1.957c.457-.496%201.037-1.14%201.717-1.894c1.982-2.198%204.807-5.33%207.871-8.446a1.4%201.4%200%200%201-.564-.403c-.325-.383-.484-.958-.554-1.692h.001a45%2045%200%200%201-.096-1.963m2.953%2017.437c-.773%201.982-1.303%204.188-.982%206.687h-2.883c.107-.38.255-.844.459-1.366a17.1%2017.1%200%200%201%203.32-5.307zm4.336%205.976c-.15-1.099-.297-2.166.458-5.577c.264-1.195%201.05-2.8%201.813-4.356c.654-1.337%201.291-2.638%201.567-3.615c.648-2.296-.142-4.727-.51-5.356c1.396%201.229%202.692%203.412.942%207.256c-.3.658-.607%201.28-.907%201.887c-1.452%202.936-2.736%205.536-2.218%2010.363h-1.07c-.021-.21-.048-.407-.075-.602m4.632.032c-.15-1.1-.297-2.166.458-5.578c.26-1.18.7-1.975%201.144-2.78c.392-.709.787-1.425%201.067-2.416c.647-2.295.613-4.408.244-5.037c1.396%201.229%201.162%203.912.35%205.881c-.13.313-.287.645-.458%201.006c-.906%201.91-2.193%204.626-1.668%209.526H25c-.022-.211-.049-.407-.075-.602%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%22M11.248%2014.572c0%20.49.4.89.89.89s.891-.4.891-.89V12.89c0-.49-.4-.891-.89-.891s-.891.4-.891.89zM5.68%2020.567a1.12%201.12%200%200%201-1.568%200L5.68%2019c.428.442.428%201.14%200%201.567%22%2F%3E%3Cpath%20d%3D%22M7.094%209.719c-.261.26.115%201.673%201.451%202.26a418%20418%200%200%200-3.713%204.078c-.668.741-1.234%201.369-1.674%201.845c-1.044%201.132-1.609%202.338-1.484%203.522c.129%201.22.95%202.1%201.986%202.627c.745.38%201.584.437%202.333.277l.004-.001l6.894-1.504a19%2019%200%200%200-2.204%204.069a16%2016%200%200%200-.664%202.107a11%2011%200%200%200-.164.837l-.002.016v.006l-.001.002v.001l-.14%201.123h11.675l.004.016h6.97l-.048-.137c.554-.098%201.064-.27%201.485-.571c.85-.61%201.104-1.55%201.104-2.573v-10.75c0-1.797-.505-3.066-1.291-3.914a3.97%203.97%200%200%200-1.823-1.119a8.3%208.3%200%200%200-1.562-2.307c-.601-.615-1.319-1.119-2.095-1.357c-.981-1.385-2.285-2.51-3.695-3.201c-2.068-1.013-3.957-1.057-5.516-.813l-.612.095a46%2046%200%200%200-.71-.65l-.03-.025l-.001-.001c-.579-.555-1.557-.16-1.568.654v.025L12%204.457c-.002.09-.001.227.003.424c.007.303.023.749.06%201.383c-.23.16-.425.334-.564.517c-.562.739-.881%201.36-1.13%201.842c-.29.565-.484.94-.854%201.096c-.606.254-1.154.107-1.592-.01c-.36-.097-.647-.174-.83.01M13%204.508v.05l.048-.008l-.004-.003zm.004.352L13%204.73l1.41%201.261c.608.544%201.201%201.122%201.522%201.548l.184.244l.01.004q.032.046.057.09a1%201%200%200%201%20.134.291l.55-.083c.363.191.855.52%201.3%201.053c.675.806%201.323%202.17%201.163%204.474c-.122%201.705-.898%203.377-1.845%205.327c-1.068.751-2.24%201.297-3.307%201.556L8.56%2021.721l.046-.072c.26-.414.513-.943.565-1.495a.5.5%200%200%200-.995-.094c-.031.328-.193.702-.417%201.057c-.22.35-.471.638-.626.788a.5.5%200%200%200-.106.15l-1.454.317h-.002c-.37.08-.73.037-1.004-.103c-.635-.323-.869-.708-.905-1.054c-.04-.381.12-1.04.966-1.957c.457-.496%201.037-1.14%201.717-1.894c1.982-2.198%204.807-5.33%207.871-8.446a1.4%201.4%200%200%201-.564-.403c-.325-.383-.484-.958-.554-1.692h.001a45%2045%200%200%201-.096-1.963m2.953%2017.437c-.773%201.982-1.303%204.188-.982%206.687h-2.883c.107-.38.255-.844.459-1.366a17.1%2017.1%200%200%201%203.32-5.307zm4.336%205.976c-.15-1.099-.297-2.166.458-5.577c.264-1.195%201.05-2.8%201.813-4.356c.654-1.337%201.291-2.638%201.567-3.615c.648-2.296-.142-4.727-.51-5.356c1.396%201.229%202.692%203.412.942%207.256c-.3.658-.607%201.28-.907%201.887c-1.452%202.936-2.736%205.536-2.218%2010.363h-1.07c-.021-.21-.048-.407-.075-.602m4.632.032c-.15-1.1-.297-2.166.458-5.578c.26-1.18.7-1.975%201.144-2.78c.392-.709.787-1.425%201.067-2.416c.647-2.295.613-4.408.244-5.037c1.396%201.229%201.162%203.912.35%205.881c-.13.313-.287.645-.458%201.006c-.906%201.91-2.193%204.626-1.668%209.526H25c-.022-.211-.049-.407-.075-.602%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/horse-face.svg?color=%231a73e8&size=48