sign of the horns medium emoji

sign-of-the-horns-medium from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
sign-of-the-horns-medium
Set
Fluent Emoji Flat
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji Flat

Use the sign of the horns medium emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#c68d7b" d="M20.031 4.5a2.5 2.5 0 0 1 5 0v10.435c.599.59.969 1.41.969 2.315c0 2.996-.398 5.646-2.107 8.246c-.286.435-.55.735-.792.92C21.533 28.606 19.08 30 16 30C9.406 30 6 25.52 6 20V8.03a2.5 2.5 0 0 1 5 0V9.6a2.7 2.7 0 0 1 1.977-.834c.955 0 1.795.466 2.274 1.216c.13-1.656 1.041-2.81 2.326-2.81c1.197 0 2.2.65 2.454 2.334z"/><path fill="#a9715f" d="m20.991 5.305l.002-.034c.022-.52.057-1.33.302-2.062c.161-.484.398-.892.757-1.163c-.938.183-1.69.89-1.935 1.804a9 9 0 0 0-.086.72V14h.96zM9.35 11.083c0-.92.445-1.934 1.65-2.759V9.62c-.502.517-.65 1.04-.65 1.464c0 .361-.012.761-.025 1.187l-.004.128c-.014.477-.028.99-.028 1.537c0 .66.331 1.501.613 1.964a2.64 2.64 0 0 0 2.07 1.023c.664 0 1.272-.253 1.741-.672c-.242-.548-.455-1.215-.455-2.035V10.07c0-.364.03-.682.075-.953c.37.21.684.504.914.865q-.017.204-.017.418v3.125q0 .28.028.547v.143c0 .302.036.578.096.835a3 3 0 0 1 1.683-.99c.414-.026.8-.027 1.128-.028h.237s-2.593.515-2.593 2.468c0 1.406.312 2.438 3.624 2.438c2.547 0 3.594 1.062 3.594 2.687c0 1.17-1.584 1.779-2.485 1.396c-.084-.322-.166-.648-.247-.969c-.09-.355-.177-.704-.264-1.035a9 9 0 0 0-.467-.001c-.466.01-1.121.059-1.87.21c-1.499.302-3.344 1.01-4.812 2.626a.5.5 0 0 1-.74-.673c1.656-1.822 3.723-2.604 5.355-2.934a12 12 0 0 1 2.026-.228c-.074-.017-.14-.017-.175-.017H17.64a3 3 0 0 1-2.884-2.167l-.02-.036c-.469.645-1.01 1.203-2.508 1.203c-2.672 0-2.882-3.453-2.928-4.846a3 3 0 0 1-.008-.22v-.027c0-.552.014-1.069.028-1.538l.004-.126c.013-.43.025-.815.025-1.16"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSignOfTheHornsMedium(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="#c68d7b" d="M20.031 4.5a2.5 2.5 0 0 1 5 0v10.435c.599.59.969 1.41.969 2.315c0 2.996-.398 5.646-2.107 8.246c-.286.435-.55.735-.792.92C21.533 28.606 19.08 30 16 30C9.406 30 6 25.52 6 20V8.03a2.5 2.5 0 0 1 5 0V9.6a2.7 2.7 0 0 1 1.977-.834c.955 0 1.795.466 2.274 1.216c.13-1.656 1.041-2.81 2.326-2.81c1.197 0 2.2.65 2.454 2.334z"/><path fill="#a9715f" d="m20.991 5.305l.002-.034c.022-.52.057-1.33.302-2.062c.161-.484.398-.892.757-1.163c-.938.183-1.69.89-1.935 1.804a9 9 0 0 0-.086.72V14h.96zM9.35 11.083c0-.92.445-1.934 1.65-2.759V9.62c-.502.517-.65 1.04-.65 1.464c0 .361-.012.761-.025 1.187l-.004.128c-.014.477-.028.99-.028 1.537c0 .66.331 1.501.613 1.964a2.64 2.64 0 0 0 2.07 1.023c.664 0 1.272-.253 1.741-.672c-.242-.548-.455-1.215-.455-2.035V10.07c0-.364.03-.682.075-.953c.37.21.684.504.914.865q-.017.204-.017.418v3.125q0 .28.028.547v.143c0 .302.036.578.096.835a3 3 0 0 1 1.683-.99c.414-.026.8-.027 1.128-.028h.237s-2.593.515-2.593 2.468c0 1.406.312 2.438 3.624 2.438c2.547 0 3.594 1.062 3.594 2.687c0 1.17-1.584 1.779-2.485 1.396c-.084-.322-.166-.648-.247-.969c-.09-.355-.177-.704-.264-1.035a9 9 0 0 0-.467-.001c-.466.01-1.121.059-1.87.21c-1.499.302-3.344 1.01-4.812 2.626a.5.5 0 0 1-.74-.673c1.656-1.822 3.723-2.604 5.355-2.934a12 12 0 0 1 2.026-.228c-.074-.017-.14-.017-.175-.017H17.64a3 3 0 0 1-2.884-2.167l-.02-.036c-.469.645-1.01 1.203-2.508 1.203c-2.672 0-2.882-3.453-2.928-4.846a3 3 0 0 1-.008-.22v-.027c0-.552.014-1.069.028-1.538l.004-.126c.013-.43.025-.815.025-1.16"/></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="#c68d7b" d="M20.031 4.5a2.5 2.5 0 0 1 5 0v10.435c.599.59.969 1.41.969 2.315c0 2.996-.398 5.646-2.107 8.246c-.286.435-.55.735-.792.92C21.533 28.606 19.08 30 16 30C9.406 30 6 25.52 6 20V8.03a2.5 2.5 0 0 1 5 0V9.6a2.7 2.7 0 0 1 1.977-.834c.955 0 1.795.466 2.274 1.216c.13-1.656 1.041-2.81 2.326-2.81c1.197 0 2.2.65 2.454 2.334z"/><path fill="#a9715f" d="m20.991 5.305l.002-.034c.022-.52.057-1.33.302-2.062c.161-.484.398-.892.757-1.163c-.938.183-1.69.89-1.935 1.804a9 9 0 0 0-.086.72V14h.96zM9.35 11.083c0-.92.445-1.934 1.65-2.759V9.62c-.502.517-.65 1.04-.65 1.464c0 .361-.012.761-.025 1.187l-.004.128c-.014.477-.028.99-.028 1.537c0 .66.331 1.501.613 1.964a2.64 2.64 0 0 0 2.07 1.023c.664 0 1.272-.253 1.741-.672c-.242-.548-.455-1.215-.455-2.035V10.07c0-.364.03-.682.075-.953c.37.21.684.504.914.865q-.017.204-.017.418v3.125q0 .28.028.547v.143c0 .302.036.578.096.835a3 3 0 0 1 1.683-.99c.414-.026.8-.027 1.128-.028h.237s-2.593.515-2.593 2.468c0 1.406.312 2.438 3.624 2.438c2.547 0 3.594 1.062 3.594 2.687c0 1.17-1.584 1.779-2.485 1.396c-.084-.322-.166-.648-.247-.969c-.09-.355-.177-.704-.264-1.035a9 9 0 0 0-.467-.001c-.466.01-1.121.059-1.87.21c-1.499.302-3.344 1.01-4.812 2.626a.5.5 0 0 1-.74-.673c1.656-1.822 3.723-2.604 5.355-2.934a12 12 0 0 1 2.026-.228c-.074-.017-.14-.017-.175-.017H17.64a3 3 0 0 1-2.884-2.167l-.02-.036c-.469.645-1.01 1.203-2.508 1.203c-2.672 0-2.882-3.453-2.928-4.846a3 3 0 0 1-.008-.22v-.027c0-.552.014-1.069.028-1.538l.004-.126c.013-.43.025-.815.025-1.16"/></g></svg>
</template>

CSS

.icon-sign-of-the-horns-medium {
  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%23c68d7b%22%20d%3D%22M20.031%204.5a2.5%202.5%200%200%201%205%200v10.435c.599.59.969%201.41.969%202.315c0%202.996-.398%205.646-2.107%208.246c-.286.435-.55.735-.792.92C21.533%2028.606%2019.08%2030%2016%2030C9.406%2030%206%2025.52%206%2020V8.03a2.5%202.5%200%200%201%205%200V9.6a2.7%202.7%200%200%201%201.977-.834c.955%200%201.795.466%202.274%201.216c.13-1.656%201.041-2.81%202.326-2.81c1.197%200%202.2.65%202.454%202.334z%22%2F%3E%3Cpath%20fill%3D%22%23a9715f%22%20d%3D%22m20.991%205.305l.002-.034c.022-.52.057-1.33.302-2.062c.161-.484.398-.892.757-1.163c-.938.183-1.69.89-1.935%201.804a9%209%200%200%200-.086.72V14h.96zM9.35%2011.083c0-.92.445-1.934%201.65-2.759V9.62c-.502.517-.65%201.04-.65%201.464c0%20.361-.012.761-.025%201.187l-.004.128c-.014.477-.028.99-.028%201.537c0%20.66.331%201.501.613%201.964a2.64%202.64%200%200%200%202.07%201.023c.664%200%201.272-.253%201.741-.672c-.242-.548-.455-1.215-.455-2.035V10.07c0-.364.03-.682.075-.953c.37.21.684.504.914.865q-.017.204-.017.418v3.125q0%20.28.028.547v.143c0%20.302.036.578.096.835a3%203%200%200%201%201.683-.99c.414-.026.8-.027%201.128-.028h.237s-2.593.515-2.593%202.468c0%201.406.312%202.438%203.624%202.438c2.547%200%203.594%201.062%203.594%202.687c0%201.17-1.584%201.779-2.485%201.396c-.084-.322-.166-.648-.247-.969c-.09-.355-.177-.704-.264-1.035a9%209%200%200%200-.467-.001c-.466.01-1.121.059-1.87.21c-1.499.302-3.344%201.01-4.812%202.626a.5.5%200%200%201-.74-.673c1.656-1.822%203.723-2.604%205.355-2.934a12%2012%200%200%201%202.026-.228c-.074-.017-.14-.017-.175-.017H17.64a3%203%200%200%201-2.884-2.167l-.02-.036c-.469.645-1.01%201.203-2.508%201.203c-2.672%200-2.882-3.453-2.928-4.846a3%203%200%200%201-.008-.22v-.027c0-.552.014-1.069.028-1.538l.004-.126c.013-.43.025-.815.025-1.16%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%23c68d7b%22%20d%3D%22M20.031%204.5a2.5%202.5%200%200%201%205%200v10.435c.599.59.969%201.41.969%202.315c0%202.996-.398%205.646-2.107%208.246c-.286.435-.55.735-.792.92C21.533%2028.606%2019.08%2030%2016%2030C9.406%2030%206%2025.52%206%2020V8.03a2.5%202.5%200%200%201%205%200V9.6a2.7%202.7%200%200%201%201.977-.834c.955%200%201.795.466%202.274%201.216c.13-1.656%201.041-2.81%202.326-2.81c1.197%200%202.2.65%202.454%202.334z%22%2F%3E%3Cpath%20fill%3D%22%23a9715f%22%20d%3D%22m20.991%205.305l.002-.034c.022-.52.057-1.33.302-2.062c.161-.484.398-.892.757-1.163c-.938.183-1.69.89-1.935%201.804a9%209%200%200%200-.086.72V14h.96zM9.35%2011.083c0-.92.445-1.934%201.65-2.759V9.62c-.502.517-.65%201.04-.65%201.464c0%20.361-.012.761-.025%201.187l-.004.128c-.014.477-.028.99-.028%201.537c0%20.66.331%201.501.613%201.964a2.64%202.64%200%200%200%202.07%201.023c.664%200%201.272-.253%201.741-.672c-.242-.548-.455-1.215-.455-2.035V10.07c0-.364.03-.682.075-.953c.37.21.684.504.914.865q-.017.204-.017.418v3.125q0%20.28.028.547v.143c0%20.302.036.578.096.835a3%203%200%200%201%201.683-.99c.414-.026.8-.027%201.128-.028h.237s-2.593.515-2.593%202.468c0%201.406.312%202.438%203.624%202.438c2.547%200%203.594%201.062%203.594%202.687c0%201.17-1.584%201.779-2.485%201.396c-.084-.322-.166-.648-.247-.969c-.09-.355-.177-.704-.264-1.035a9%209%200%200%200-.467-.001c-.466.01-1.121.059-1.87.21c-1.499.302-3.344%201.01-4.812%202.626a.5.5%200%200%201-.74-.673c1.656-1.822%203.723-2.604%205.355-2.934a12%2012%200%200%201%202.026-.228c-.074-.017-.14-.017-.175-.017H17.64a3%203%200%200%201-2.884-2.167l-.02-.036c-.469.645-1.01%201.203-2.508%201.203c-2.672%200-2.882-3.453-2.928-4.846a3%203%200%200%201-.008-.22v-.027c0-.552.014-1.069.028-1.538l.004-.126c.013-.43.025-.815.025-1.16%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/sign-of-the-horns-medium.svg?color=%231a73e8&size=48