thumbs up 1 emoji
thumbs-up-1 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.
- Name
- thumbs-up-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 up 1 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><path fill="#ffe500" d="M37.17 30.42h.18a2.54 2.54 0 1 0 0-5.08h-2.54a2.55 2.55 0 0 0 0-5.09h-6.12c.58-1.44 1.32-3.71 2-5.87a4.18 4.18 0 0 0-2.77-5.2a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v11.12a1 1 0 0 0 1 1h2.49c3.28.08 4.7 1.31 8.79 1.31h13.47a2.25 2.25 0 0 0 0-4.5h2.63a2.73 2.73 0 0 0 0-5.45"/><path fill="#fff48c" d="M14.34 28.63a3.93 3.93 0 0 0 3.19-1.7a18 18 0 0 1 4-4.34c4.5-3.32 5.15-7 6-10a1.08 1.08 0 0 1 1.35-.72a4.1 4.1 0 0 1 1.91 1.23a4.19 4.19 0 0 0-2.95-4a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v1.72Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m28.37 26.07l-.06.12a11.41 11.41 0 0 1-8.68 6.22h0"/><path fill="#ffe500" d="M25.39 35.87h11.4v4.5h-11.4Z"/><path fill="#ffe500" d="M24.71 30.42h15.18v5.45H24.71Z"/><path fill="#ffe500" d="M24.71 25.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z"/><path fill="#fff48c" d="M27.93 22.34h6.88a2.56 2.56 0 0 1 2.32 1.5a2.6 2.6 0 0 0 .22-1.05a2.54 2.54 0 0 0-2.54-2.54h-6.88a2.54 2.54 0 0 0-2.54 2.54a2.6 2.6 0 0 0 .22 1.05a2.56 2.56 0 0 1 2.32-1.5"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.39 35.87h11.4v4.5h-11.4Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24.71 30.42h15.18v5.45H24.71Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24.71 25.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37.17 30.42h.18a2.54 2.54 0 1 0 0-5.08h-2.54a2.55 2.55 0 0 0 0-5.09h-6.12c.58-1.44 1.32-3.71 2-5.87a4.18 4.18 0 0 0-2.77-5.2a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v11.12a1 1 0 0 0 1 1h2.49c3.28.08 4.7 1.31 8.79 1.31h13.47a2.25 2.25 0 0 0 0-4.5h2.63a2.73 2.73 0 0 0 0-5.45"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisThumbsUp1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><path fill="#ffe500" d="M37.17 30.42h.18a2.54 2.54 0 1 0 0-5.08h-2.54a2.55 2.55 0 0 0 0-5.09h-6.12c.58-1.44 1.32-3.71 2-5.87a4.18 4.18 0 0 0-2.77-5.2a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v11.12a1 1 0 0 0 1 1h2.49c3.28.08 4.7 1.31 8.79 1.31h13.47a2.25 2.25 0 0 0 0-4.5h2.63a2.73 2.73 0 0 0 0-5.45"/><path fill="#fff48c" d="M14.34 28.63a3.93 3.93 0 0 0 3.19-1.7a18 18 0 0 1 4-4.34c4.5-3.32 5.15-7 6-10a1.08 1.08 0 0 1 1.35-.72a4.1 4.1 0 0 1 1.91 1.23a4.19 4.19 0 0 0-2.95-4a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v1.72Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m28.37 26.07l-.06.12a11.41 11.41 0 0 1-8.68 6.22h0"/><path fill="#ffe500" d="M25.39 35.87h11.4v4.5h-11.4Z"/><path fill="#ffe500" d="M24.71 30.42h15.18v5.45H24.71Z"/><path fill="#ffe500" d="M24.71 25.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z"/><path fill="#fff48c" d="M27.93 22.34h6.88a2.56 2.56 0 0 1 2.32 1.5a2.6 2.6 0 0 0 .22-1.05a2.54 2.54 0 0 0-2.54-2.54h-6.88a2.54 2.54 0 0 0-2.54 2.54a2.6 2.6 0 0 0 .22 1.05a2.56 2.56 0 0 1 2.32-1.5"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M25.39 35.87h11.4v4.5h-11.4Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24.71 30.42h15.18v5.45H24.71Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24.71 25.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M37.17 30.42h.18a2.54 2.54 0 1 0 0-5.08h-2.54a2.55 2.55 0 0 0 0-5.09h-6.12c.58-1.44 1.32-3.71 2-5.87a4.18 4.18 0 0 0-2.77-5.2a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v11.12a1 1 0 0 0 1 1h2.49c3.28.08 4.7 1.31 8.79 1.31h13.47a2.25 2.25 0 0 0 0-4.5h2.63a2.73 2.73 0 0 0 0-5.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><path fill="#ffe500" d="M37.17 30.42h.18a2.54 2.54 0 1 0 0-5.08h-2.54a2.55 2.55 0 0 0 0-5.09h-6.12c.58-1.44 1.32-3.71 2-5.87a4.18 4.18 0 0 0-2.77-5.2a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v11.12a1 1 0 0 0 1 1h2.49c3.28.08 4.7 1.31 8.79 1.31h13.47a2.25 2.25 0 0 0 0-4.5h2.63a2.73 2.73 0 0 0 0-5.45"/><path fill="#fff48c" d="M14.34 28.63a3.93 3.93 0 0 0 3.19-1.7a18 18 0 0 1 4-4.34c4.5-3.32 5.15-7 6-10a1.08 1.08 0 0 1 1.35-.72a4.1 4.1 0 0 1 1.91 1.23a4.19 4.19 0 0 0-2.95-4a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v1.72Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m28.37 26.07l-.06.12a11.41 11.41 0 0 1-8.68 6.22h0"/><path fill="#ffe500" d="M25.39 35.87h11.4v4.5h-11.4Z"/><path fill="#ffe500" d="M24.71 30.42h15.18v5.45H24.71Z"/><path fill="#ffe500" d="M24.71 25.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z"/><path fill="#fff48c" d="M27.93 22.34h6.88a2.56 2.56 0 0 1 2.32 1.5a2.6 2.6 0 0 0 .22-1.05a2.54 2.54 0 0 0-2.54-2.54h-6.88a2.54 2.54 0 0 0-2.54 2.54a2.6 2.6 0 0 0 .22 1.05a2.56 2.56 0 0 1 2.32-1.5"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.39 35.87h11.4v4.5h-11.4Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24.71 30.42h15.18v5.45H24.71Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24.71 25.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37.17 30.42h.18a2.54 2.54 0 1 0 0-5.08h-2.54a2.55 2.55 0 0 0 0-5.09h-6.12c.58-1.44 1.32-3.71 2-5.87a4.18 4.18 0 0 0-2.77-5.2a1.08 1.08 0 0 0-1.36.72c-.86 2.94-1.5 6.65-6 10a18.2 18.2 0 0 0-4 4.34a4 4 0 0 1-3.2 1.7H9.79a1 1 0 0 0-1 1v11.12a1 1 0 0 0 1 1h2.49c3.28.08 4.7 1.31 8.79 1.31h13.47a2.25 2.25 0 0 0 0-4.5h2.63a2.73 2.73 0 0 0 0-5.45"/></svg> </template>
CSS
.icon-thumbs-up-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%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%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M37.17%2030.42h.18a2.54%202.54%200%201%200%200-5.08h-2.54a2.55%202.55%200%200%200%200-5.09h-6.12c.58-1.44%201.32-3.71%202-5.87a4.18%204.18%200%200%200-2.77-5.2a1.08%201.08%200%200%200-1.36.72c-.86%202.94-1.5%206.65-6%2010a18.2%2018.2%200%200%200-4%204.34a4%204%200%200%201-3.2%201.7H9.79a1%201%200%200%200-1%201v11.12a1%201%200%200%200%201%201h2.49c3.28.08%204.7%201.31%208.79%201.31h13.47a2.25%202.25%200%200%200%200-4.5h2.63a2.73%202.73%200%200%200%200-5.45%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M14.34%2028.63a3.93%203.93%200%200%200%203.19-1.7a18%2018%200%200%201%204-4.34c4.5-3.32%205.15-7%206-10a1.08%201.08%200%200%201%201.35-.72a4.1%204.1%200%200%201%201.91%201.23a4.19%204.19%200%200%200-2.95-4a1.08%201.08%200%200%200-1.36.72c-.86%202.94-1.5%206.65-6%2010a18.2%2018.2%200%200%200-4%204.34a4%204%200%200%201-3.2%201.7H9.79a1%201%200%200%200-1%201v1.72Z%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%2026.07l-.06.12a11.41%2011.41%200%200%201-8.68%206.22h0%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M25.39%2035.87h11.4v4.5h-11.4Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2030.42h15.18v5.45H24.71Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2025.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M27.93%2022.34h6.88a2.56%202.56%200%200%201%202.32%201.5a2.6%202.6%200%200%200%20.22-1.05a2.54%202.54%200%200%200-2.54-2.54h-6.88a2.54%202.54%200%200%200-2.54%202.54a2.6%202.6%200%200%200%20.22%201.05a2.56%202.56%200%200%201%202.32-1.5%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%2035.87h11.4v4.5h-11.4Z%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%2030.42h15.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%2025.34h15.18v5.09H24.71Zm.68-5.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%2030.42h.18a2.54%202.54%200%201%200%200-5.08h-2.54a2.55%202.55%200%200%200%200-5.09h-6.12c.58-1.44%201.32-3.71%202-5.87a4.18%204.18%200%200%200-2.77-5.2a1.08%201.08%200%200%200-1.36.72c-.86%202.94-1.5%206.65-6%2010a18.2%2018.2%200%200%200-4%204.34a4%204%200%200%201-3.2%201.7H9.79a1%201%200%200%200-1%201v11.12a1%201%200%200%200%201%201h2.49c3.28.08%204.7%201.31%208.79%201.31h13.47a2.25%202.25%200%200%200%200-4.5h2.63a2.73%202.73%200%200%200%200-5.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%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%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M37.17%2030.42h.18a2.54%202.54%200%201%200%200-5.08h-2.54a2.55%202.55%200%200%200%200-5.09h-6.12c.58-1.44%201.32-3.71%202-5.87a4.18%204.18%200%200%200-2.77-5.2a1.08%201.08%200%200%200-1.36.72c-.86%202.94-1.5%206.65-6%2010a18.2%2018.2%200%200%200-4%204.34a4%204%200%200%201-3.2%201.7H9.79a1%201%200%200%200-1%201v11.12a1%201%200%200%200%201%201h2.49c3.28.08%204.7%201.31%208.79%201.31h13.47a2.25%202.25%200%200%200%200-4.5h2.63a2.73%202.73%200%200%200%200-5.45%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M14.34%2028.63a3.93%203.93%200%200%200%203.19-1.7a18%2018%200%200%201%204-4.34c4.5-3.32%205.15-7%206-10a1.08%201.08%200%200%201%201.35-.72a4.1%204.1%200%200%201%201.91%201.23a4.19%204.19%200%200%200-2.95-4a1.08%201.08%200%200%200-1.36.72c-.86%202.94-1.5%206.65-6%2010a18.2%2018.2%200%200%200-4%204.34a4%204%200%200%201-3.2%201.7H9.79a1%201%200%200%200-1%201v1.72Z%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%2026.07l-.06.12a11.41%2011.41%200%200%201-8.68%206.22h0%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M25.39%2035.87h11.4v4.5h-11.4Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2030.42h15.18v5.45H24.71Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24.71%2025.34h15.18v5.09H24.71Zm.68-5.09h11.96v5.09H25.39Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M27.93%2022.34h6.88a2.56%202.56%200%200%201%202.32%201.5a2.6%202.6%200%200%200%20.22-1.05a2.54%202.54%200%200%200-2.54-2.54h-6.88a2.54%202.54%200%200%200-2.54%202.54a2.6%202.6%200%200%200%20.22%201.05a2.56%202.56%200%200%201%202.32-1.5%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%2035.87h11.4v4.5h-11.4Z%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%2030.42h15.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%2025.34h15.18v5.09H24.71Zm.68-5.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%2030.42h.18a2.54%202.54%200%201%200%200-5.08h-2.54a2.55%202.55%200%200%200%200-5.09h-6.12c.58-1.44%201.32-3.71%202-5.87a4.18%204.18%200%200%200-2.77-5.2a1.08%201.08%200%200%200-1.36.72c-.86%202.94-1.5%206.65-6%2010a18.2%2018.2%200%200%200-4%204.34a4%204%200%200%201-3.2%201.7H9.79a1%201%200%200%200-1%201v11.12a1%201%200%200%200%201%201h2.49c3.28.08%204.7%201.31%208.79%201.31h13.47a2.25%202.25%200%200%200%200-4.5h2.63a2.73%202.73%200%200%200%200-5.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-up-1.svg?color=%231a73e8&size=48