taunt icon
taunt from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- taunt
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More social icons from Material Symbols Light
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.412 14.514q-.427.228-.91.099q-.483-.13-.736-.532q-.31-.514-.103-1.077t.778-.762l8.463-2.915l.477.948zm.415 5.755v-4.886l8.898-4.677l-.425-.856l4.796-2.408l.496.974l-6.765 5.103v6.75zm-.263-10.14Q4.692 9.258 4.692 8t.872-2.129T7.692 5t2.13.871t.87 2.129t-.87 2.129t-2.13.871t-2.128-.871"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTaunt(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.412 14.514q-.427.228-.91.099q-.483-.13-.736-.532q-.31-.514-.103-1.077t.778-.762l8.463-2.915l.477.948zm.415 5.755v-4.886l8.898-4.677l-.425-.856l4.796-2.408l.496.974l-6.765 5.103v6.75zm-.263-10.14Q4.692 9.258 4.692 8t.872-2.129T7.692 5t2.13.871t.87 2.129t-.87 2.129t-2.13.871t-2.128-.871"/></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.412 14.514q-.427.228-.91.099q-.483-.13-.736-.532q-.31-.514-.103-1.077t.778-.762l8.463-2.915l.477.948zm.415 5.755v-4.886l8.898-4.677l-.425-.856l4.796-2.408l.496.974l-6.765 5.103v6.75zm-.263-10.14Q4.692 9.258 4.692 8t.872-2.129T7.692 5t2.13.871t.87 2.129t-.87 2.129t-2.13.871t-2.128-.871"/></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.412%2014.514q-.427.228-.91.099q-.483-.13-.736-.532q-.31-.514-.103-1.077t.778-.762l8.463-2.915l.477.948zm.415%205.755v-4.886l8.898-4.677l-.425-.856l4.796-2.408l.496.974l-6.765%205.103v6.75zm-.263-10.14Q4.692%209.258%204.692%208t.872-2.129T7.692%205t2.13.871t.87%202.129t-.87%202.129t-2.13.871t-2.128-.871%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.412%2014.514q-.427.228-.91.099q-.483-.13-.736-.532q-.31-.514-.103-1.077t.778-.762l8.463-2.915l.477.948zm.415%205.755v-4.886l8.898-4.677l-.425-.856l4.796-2.408l.496.974l-6.765%205.103v6.75zm-.263-10.14Q4.692%209.258%204.692%208t.872-2.129T7.692%205t2.13.871t.87%202.129t-.87%202.129t-2.13.871t-2.128-.871%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/taunt.svg?color=%231a73e8&size=48