thumbs down 1 emoji
thumbs-down-1 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.
- Name
- thumbs-down-1
- Set
- Streamline Emojis
- Style
- Default
- Category
- Smiley People
- Viewbox
- 48×48
- License
- CC BY 4.0
More smiley people icons from Streamline Emojis
alienamazed-faceamusing-faceanguished-faceanxious-faceastonished-faceastronaut-1astronaut-2baby-1baby-2baby-3baby-angel-1baby-angel-2backhand-index-pointing-down-1backhand-index-pointing-down-2backhand-index-pointing-left-1backhand-index-pointing-left-2backhand-index-pointing-right-1backhand-index-pointing-right-2backhand-index-pointing-up-1backhand-index-pointing-up-2beaming-face-with-smiling-eyesbikiniboy-1
Use the thumbs down 1 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVG4cJ5Mb0U" fill="#ffe500" d="M37.17 19.08h.18a2.55 2.55 0 0 1 0 5.09h-2.54a2.54 2.54 0 0 1 0 5.08h-6.12c.58 1.44 1.32 3.72 2 5.87a4.19 4.19 0 0 1-2.77 5.21a1.09 1.09 0 0 1-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6 18.6 0 0 1-4.05-4.35a3.91 3.91 0 0 0-3.19-1.69H9.79a1 1 0 0 1-1-1V11.44a1 1 0 0 1 1-1h2.49c3.28-.07 4.7-1.31 8.79-1.31h13.47a2.25 2.25 0 0 1 0 4.5h2.63a2.73 2.73 0 0 1 0 5.45"/></defs><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><use href="#SVG4cJ5Mb0U"/><use href="#SVG4cJ5Mb0U"/><path fill="#fff48c" d="M9.79 13.71h2.49c3.28-.08 4.7-1.32 8.79-1.32h13.47a2.25 2.25 0 0 1 1.55.62a2.25 2.25 0 0 0-1.55-3.88H21.07c-4.09 0-5.51 1.24-8.79 1.31H9.79a1 1 0 0 0-1 1v3.27a1 1 0 0 1 1-1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m28.37 23.43l-.06-.11a11.39 11.39 0 0 0-8.69-6.22h0"/><path fill="#ffe500" d="M25.39 9.13h11.4v4.5h-11.4Z"/><path fill="#fff48c" d="M27.64 11.38h6.9a2.26 2.26 0 0 1 2 1.12a2.25 2.25 0 0 0-2-3.37h-6.9a2.25 2.25 0 0 0-1.95 3.37a2.26 2.26 0 0 1 1.95-1.12"/><path fill="#ffe500" d="M24.71 13.63h15.18v5.45H24.71Z"/><path fill="#ffe500" d="M24.71 19.08h15.18v5.09H24.71Zm.68 5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.39 9.13h11.4v4.5h-11.4Zm-.68 4.5h15.18v5.45H24.71Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24.71 19.08h15.18v5.09H24.71Zm.68 5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37.17 19.08h.18a2.55 2.55 0 0 1 0 5.09h-2.54a2.54 2.54 0 0 1 0 5.08h-6.12c.58 1.44 1.32 3.72 2 5.87a4.19 4.19 0 0 1-2.77 5.21a1.09 1.09 0 0 1-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6 18.6 0 0 1-4.05-4.35a3.91 3.91 0 0 0-3.19-1.69H9.79a1 1 0 0 1-1-1V11.44a1 1 0 0 1 1-1h2.49c3.28-.07 4.7-1.31 8.79-1.31h13.47a2.25 2.25 0 0 1 0 4.5h2.63a2.73 2.73 0 0 1 0 5.45"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisThumbsDown1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVG4cJ5Mb0U" fill="#ffe500" d="M37.17 19.08h.18a2.55 2.55 0 0 1 0 5.09h-2.54a2.54 2.54 0 0 1 0 5.08h-6.12c.58 1.44 1.32 3.72 2 5.87a4.19 4.19 0 0 1-2.77 5.21a1.09 1.09 0 0 1-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6 18.6 0 0 1-4.05-4.35a3.91 3.91 0 0 0-3.19-1.69H9.79a1 1 0 0 1-1-1V11.44a1 1 0 0 1 1-1h2.49c3.28-.07 4.7-1.31 8.79-1.31h13.47a2.25 2.25 0 0 1 0 4.5h2.63a2.73 2.73 0 0 1 0 5.45"/></defs><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><use href="#SVG4cJ5Mb0U"/><use href="#SVG4cJ5Mb0U"/><path fill="#fff48c" d="M9.79 13.71h2.49c3.28-.08 4.7-1.32 8.79-1.32h13.47a2.25 2.25 0 0 1 1.55.62a2.25 2.25 0 0 0-1.55-3.88H21.07c-4.09 0-5.51 1.24-8.79 1.31H9.79a1 1 0 0 0-1 1v3.27a1 1 0 0 1 1-1"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m28.37 23.43l-.06-.11a11.39 11.39 0 0 0-8.69-6.22h0"/><path fill="#ffe500" d="M25.39 9.13h11.4v4.5h-11.4Z"/><path fill="#fff48c" d="M27.64 11.38h6.9a2.26 2.26 0 0 1 2 1.12a2.25 2.25 0 0 0-2-3.37h-6.9a2.25 2.25 0 0 0-1.95 3.37a2.26 2.26 0 0 1 1.95-1.12"/><path fill="#ffe500" d="M24.71 13.63h15.18v5.45H24.71Z"/><path fill="#ffe500" d="M24.71 19.08h15.18v5.09H24.71Zm.68 5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M25.39 9.13h11.4v4.5h-11.4Zm-.68 4.5h15.18v5.45H24.71Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24.71 19.08h15.18v5.09H24.71Zm.68 5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M37.17 19.08h.18a2.55 2.55 0 0 1 0 5.09h-2.54a2.54 2.54 0 0 1 0 5.08h-6.12c.58 1.44 1.32 3.72 2 5.87a4.19 4.19 0 0 1-2.77 5.21a1.09 1.09 0 0 1-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6 18.6 0 0 1-4.05-4.35a3.91 3.91 0 0 0-3.19-1.69H9.79a1 1 0 0 1-1-1V11.44a1 1 0 0 1 1-1h2.49c3.28-.07 4.7-1.31 8.79-1.31h13.47a2.25 2.25 0 0 1 0 4.5h2.63a2.73 2.73 0 0 1 0 5.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVG4cJ5Mb0U" fill="#ffe500" d="M37.17 19.08h.18a2.55 2.55 0 0 1 0 5.09h-2.54a2.54 2.54 0 0 1 0 5.08h-6.12c.58 1.44 1.32 3.72 2 5.87a4.19 4.19 0 0 1-2.77 5.21a1.09 1.09 0 0 1-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6 18.6 0 0 1-4.05-4.35a3.91 3.91 0 0 0-3.19-1.69H9.79a1 1 0 0 1-1-1V11.44a1 1 0 0 1 1-1h2.49c3.28-.07 4.7-1.31 8.79-1.31h13.47a2.25 2.25 0 0 1 0 4.5h2.63a2.73 2.73 0 0 1 0 5.45"/></defs><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><use href="#SVG4cJ5Mb0U"/><use href="#SVG4cJ5Mb0U"/><path fill="#fff48c" d="M9.79 13.71h2.49c3.28-.08 4.7-1.32 8.79-1.32h13.47a2.25 2.25 0 0 1 1.55.62a2.25 2.25 0 0 0-1.55-3.88H21.07c-4.09 0-5.51 1.24-8.79 1.31H9.79a1 1 0 0 0-1 1v3.27a1 1 0 0 1 1-1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m28.37 23.43l-.06-.11a11.39 11.39 0 0 0-8.69-6.22h0"/><path fill="#ffe500" d="M25.39 9.13h11.4v4.5h-11.4Z"/><path fill="#fff48c" d="M27.64 11.38h6.9a2.26 2.26 0 0 1 2 1.12a2.25 2.25 0 0 0-2-3.37h-6.9a2.25 2.25 0 0 0-1.95 3.37a2.26 2.26 0 0 1 1.95-1.12"/><path fill="#ffe500" d="M24.71 13.63h15.18v5.45H24.71Z"/><path fill="#ffe500" d="M24.71 19.08h15.18v5.09H24.71Zm.68 5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.39 9.13h11.4v4.5h-11.4Zm-.68 4.5h15.18v5.45H24.71Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24.71 19.08h15.18v5.09H24.71Zm.68 5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37.17 19.08h.18a2.55 2.55 0 0 1 0 5.09h-2.54a2.54 2.54 0 0 1 0 5.08h-6.12c.58 1.44 1.32 3.72 2 5.87a4.19 4.19 0 0 1-2.77 5.21a1.09 1.09 0 0 1-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6 18.6 0 0 1-4.05-4.35a3.91 3.91 0 0 0-3.19-1.69H9.79a1 1 0 0 1-1-1V11.44a1 1 0 0 1 1-1h2.49c3.28-.07 4.7-1.31 8.79-1.31h13.47a2.25 2.25 0 0 1 0 4.5h2.63a2.73 2.73 0 0 1 0 5.45"/></svg> </template>
CSS
.icon-thumbs-down-1 {
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%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG4cJ5Mb0U%22%20fill%3D%22%23ffe500%22%20d%3D%22M37.17%2019.08h.18a2.55%202.55%200%200%201%200%205.09h-2.54a2.54%202.54%200%200%201%200%205.08h-6.12c.58%201.44%201.32%203.72%202%205.87a4.19%204.19%200%200%201-2.77%205.21a1.09%201.09%200%200%201-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6%2018.6%200%200%201-4.05-4.35a3.91%203.91%200%200%200-3.19-1.69H9.79a1%201%200%200%201-1-1V11.44a1%201%200%200%201%201-1h2.49c3.28-.07%204.7-1.31%208.79-1.31h13.47a2.25%202.25%200%200%201%200%204.5h2.63a2.73%202.73%200%200%201%200%205.45%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M13%2045.5a11%201.5%200%201%200%2022%200a11%201.5%200%201%200-22%200%22%20opacity%3D%22.15%22%2F%3E%3Cuse%20href%3D%22%23SVG4cJ5Mb0U%22%2F%3E%3Cuse%20href%3D%22%23SVG4cJ5Mb0U%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M9.79%2013.71h2.49c3.28-.08%204.7-1.32%208.79-1.32h13.47a2.25%202.25%200%200%201%201.55.62a2.25%202.25%200%200%200-1.55-3.88H21.07c-4.09%200-5.51%201.24-8.79%201.31H9.79a1%201%200%200%200-1%201v3.27a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m28.37%2023.43l-.06-.11a11.39%2011.39%200%200%200-8.69-6.22h0%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M25.39%209.13h11.4v4.5h-11.4Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M27.64%2011.38h6.9a2.26%202.26%200%200%201%202%201.12a2.25%202.25%200%200%200-2-3.37h-6.9a2.25%202.25%200%200%200-1.95%203.37a2.26%202.26%200%200%201%201.95-1.12%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2013.63h15.18v5.45H24.71Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2019.08h15.18v5.09H24.71Zm.68%205.09h11.96v5.09H25.39Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.39%209.13h11.4v4.5h-11.4Zm-.68%204.5h15.18v5.45H24.71Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.71%2019.08h15.18v5.09H24.71Zm.68%205.09h11.96v5.09H25.39Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.17%2019.08h.18a2.55%202.55%200%200%201%200%205.09h-2.54a2.54%202.54%200%200%201%200%205.08h-6.12c.58%201.44%201.32%203.72%202%205.87a4.19%204.19%200%200%201-2.77%205.21a1.09%201.09%200%200%201-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6%2018.6%200%200%201-4.05-4.35a3.91%203.91%200%200%200-3.19-1.69H9.79a1%201%200%200%201-1-1V11.44a1%201%200%200%201%201-1h2.49c3.28-.07%204.7-1.31%208.79-1.31h13.47a2.25%202.25%200%200%201%200%204.5h2.63a2.73%202.73%200%200%201%200%205.45%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%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG4cJ5Mb0U%22%20fill%3D%22%23ffe500%22%20d%3D%22M37.17%2019.08h.18a2.55%202.55%200%200%201%200%205.09h-2.54a2.54%202.54%200%200%201%200%205.08h-6.12c.58%201.44%201.32%203.72%202%205.87a4.19%204.19%200%200%201-2.77%205.21a1.09%201.09%200%200%201-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6%2018.6%200%200%201-4.05-4.35a3.91%203.91%200%200%200-3.19-1.69H9.79a1%201%200%200%201-1-1V11.44a1%201%200%200%201%201-1h2.49c3.28-.07%204.7-1.31%208.79-1.31h13.47a2.25%202.25%200%200%201%200%204.5h2.63a2.73%202.73%200%200%201%200%205.45%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M13%2045.5a11%201.5%200%201%200%2022%200a11%201.5%200%201%200-22%200%22%20opacity%3D%22.15%22%2F%3E%3Cuse%20href%3D%22%23SVG4cJ5Mb0U%22%2F%3E%3Cuse%20href%3D%22%23SVG4cJ5Mb0U%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M9.79%2013.71h2.49c3.28-.08%204.7-1.32%208.79-1.32h13.47a2.25%202.25%200%200%201%201.55.62a2.25%202.25%200%200%200-1.55-3.88H21.07c-4.09%200-5.51%201.24-8.79%201.31H9.79a1%201%200%200%200-1%201v3.27a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m28.37%2023.43l-.06-.11a11.39%2011.39%200%200%200-8.69-6.22h0%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M25.39%209.13h11.4v4.5h-11.4Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M27.64%2011.38h6.9a2.26%202.26%200%200%201%202%201.12a2.25%202.25%200%200%200-2-3.37h-6.9a2.25%202.25%200%200%200-1.95%203.37a2.26%202.26%200%200%201%201.95-1.12%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2013.63h15.18v5.45H24.71Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2019.08h15.18v5.09H24.71Zm.68%205.09h11.96v5.09H25.39Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.39%209.13h11.4v4.5h-11.4Zm-.68%204.5h15.18v5.45H24.71Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.71%2019.08h15.18v5.09H24.71Zm.68%205.09h11.96v5.09H25.39Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.17%2019.08h.18a2.55%202.55%200%200%201%200%205.09h-2.54a2.54%202.54%200%200%201%200%205.08h-6.12c.58%201.44%201.32%203.72%202%205.87a4.19%204.19%200%200%201-2.77%205.21a1.09%201.09%200%200%201-1.36-.73c-.86-2.93-1.5-6.65-6-10a18.6%2018.6%200%200%201-4.05-4.35a3.91%203.91%200%200%200-3.19-1.69H9.79a1%201%200%200%201-1-1V11.44a1%201%200%200%201%201-1h2.49c3.28-.07%204.7-1.31%208.79-1.31h13.47a2.25%202.25%200%200%201%200%204.5h2.63a2.73%202.73%200%200%201%200%205.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/thumbs-down-1.svg?color=%231a73e8&size=48