taunt from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
taunt
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
taunt-outline, taunt-outline-sharp, taunt-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the taunt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.45 14.475q-.6.325-1.275.138T3.15 13.85q-.425-.725-.15-1.5t1.075-1.05L12.5 8.5l.9 1.775zM6 21v-5.675l8.725-4.6l-.425-.875L20 7l.9 1.8L14 14v7zM5.025 8.975Q4 7.95 4 6.5t1.025-2.475T7.5 3t2.475 1.025T11 6.5T9.975 8.975T7.5 10T5.025 8.975"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTaunt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.45 14.475q-.6.325-1.275.138T3.15 13.85q-.425-.725-.15-1.5t1.075-1.05L12.5 8.5l.9 1.775zM6 21v-5.675l8.725-4.6l-.425-.875L20 7l.9 1.8L14 14v7zM5.025 8.975Q4 7.95 4 6.5t1.025-2.475T7.5 3t2.475 1.025T11 6.5T9.975 8.975T7.5 10T5.025 8.975"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.45 14.475q-.6.325-1.275.138T3.15 13.85q-.425-.725-.15-1.5t1.075-1.05L12.5 8.5l.9 1.775zM6 21v-5.675l8.725-4.6l-.425-.875L20 7l.9 1.8L14 14v7zM5.025 8.975Q4 7.95 4 6.5t1.025-2.475T7.5 3t2.475 1.025T11 6.5T9.975 8.975T7.5 10T5.025 8.975"/></svg>
</template>

CSS

.icon-taunt {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.45%2014.475q-.6.325-1.275.138T3.15%2013.85q-.425-.725-.15-1.5t1.075-1.05L12.5%208.5l.9%201.775zM6%2021v-5.675l8.725-4.6l-.425-.875L20%207l.9%201.8L14%2014v7zM5.025%208.975Q4%207.95%204%206.5t1.025-2.475T7.5%203t2.475%201.025T11%206.5T9.975%208.975T7.5%2010T5.025%208.975%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.45%2014.475q-.6.325-1.275.138T3.15%2013.85q-.425-.725-.15-1.5t1.075-1.05L12.5%208.5l.9%201.775zM6%2021v-5.675l8.725-4.6l-.425-.875L20%207l.9%201.8L14%2014v7zM5.025%208.975Q4%207.95%204%206.5t1.025-2.475T7.5%203t2.475%201.025T11%206.5T9.975%208.975T7.5%2010T5.025%208.975%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/taunt.svg?color=%231a73e8&size=48