hand thumbsdown icon
hand-thumbsdown from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- hand-thumbsdown
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the hand thumbsdown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.656 1.586h-3.258c-2.93 0-5.437.164-7.125.586c-3.234.797-5.25 3.047-5.25 5.906c0 .61.094 1.149.258 1.688C5.664 10.96 4.75 12.742 4.75 14.71c0 .937.187 1.875.539 2.672c-1.078 1.101-1.734 2.719-1.734 4.406c0 1.125.28 2.273.773 3.14c-.68.938-1.055 2.25-1.055 3.657c0 3.516 2.72 6.281 6.211 6.281h8.86c.586 0 .937.235.937.727c0 2.554-3.984 8.484-3.984 13.242c0 3.234 2.25 5.578 5.367 5.578c2.32 0 3.844-1.195 5.367-4.102c2.86-5.484 6.235-10.335 11.813-17.132h4.453c5.789 0 10.43-6.54 10.43-14.555c0-7.875-5.11-14.437-11.32-14.437h-7.735c-3.094-1.618-6.844-2.602-11.016-2.602m-3.281 3.539l3.258.023c9.82.094 16.476 5.649 16.476 13.618c0 5.062-1.125 8.297-4.312 12.562c-3.54 4.711-8.414 10.36-11.93 17.367c-.937 1.852-1.43 2.18-2.203 2.18c-1.149 0-1.828-.727-1.828-2.039c0-3.82 3.984-9.563 3.984-13.242c0-2.649-2.203-4.266-4.992-4.266H9.484c-1.547 0-2.672-1.172-2.672-2.742c0-1.102.352-1.828 1.266-2.719c.258-.234.352-.469.352-.726c0-.211-.07-.399-.235-.61c-.773-1.101-1.101-1.828-1.101-2.742c0-1.102.539-2.062 1.593-2.86c.47-.327.704-.702.704-1.1a1 1 0 0 0-.141-.47c-.68-1.289-.961-1.804-.961-2.648c0-1.266.797-2.227 2.484-3.094c.352-.187.563-.469.563-.82c0-.14-.047-.281-.117-.445c-.586-1.43-.657-1.665-.657-2.274c0-1.148.844-2.039 2.555-2.46c1.383-.376 3.586-.516 6.258-.493m22.031 2.602c4.149 0 7.782 4.968 7.782 10.898c0 6.07-3.258 11.016-6.891 11.016H40.14c1.757-3.305 2.507-6.727 2.507-10.805c0-4.406-1.593-8.227-4.406-11.11Z"/></svg>
React
import type { SVGProps } from "react";
export function F7HandThumbsdown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.656 1.586h-3.258c-2.93 0-5.437.164-7.125.586c-3.234.797-5.25 3.047-5.25 5.906c0 .61.094 1.149.258 1.688C5.664 10.96 4.75 12.742 4.75 14.71c0 .937.187 1.875.539 2.672c-1.078 1.101-1.734 2.719-1.734 4.406c0 1.125.28 2.273.773 3.14c-.68.938-1.055 2.25-1.055 3.657c0 3.516 2.72 6.281 6.211 6.281h8.86c.586 0 .937.235.937.727c0 2.554-3.984 8.484-3.984 13.242c0 3.234 2.25 5.578 5.367 5.578c2.32 0 3.844-1.195 5.367-4.102c2.86-5.484 6.235-10.335 11.813-17.132h4.453c5.789 0 10.43-6.54 10.43-14.555c0-7.875-5.11-14.437-11.32-14.437h-7.735c-3.094-1.618-6.844-2.602-11.016-2.602m-3.281 3.539l3.258.023c9.82.094 16.476 5.649 16.476 13.618c0 5.062-1.125 8.297-4.312 12.562c-3.54 4.711-8.414 10.36-11.93 17.367c-.937 1.852-1.43 2.18-2.203 2.18c-1.149 0-1.828-.727-1.828-2.039c0-3.82 3.984-9.563 3.984-13.242c0-2.649-2.203-4.266-4.992-4.266H9.484c-1.547 0-2.672-1.172-2.672-2.742c0-1.102.352-1.828 1.266-2.719c.258-.234.352-.469.352-.726c0-.211-.07-.399-.235-.61c-.773-1.101-1.101-1.828-1.101-2.742c0-1.102.539-2.062 1.593-2.86c.47-.327.704-.702.704-1.1a1 1 0 0 0-.141-.47c-.68-1.289-.961-1.804-.961-2.648c0-1.266.797-2.227 2.484-3.094c.352-.187.563-.469.563-.82c0-.14-.047-.281-.117-.445c-.586-1.43-.657-1.665-.657-2.274c0-1.148.844-2.039 2.555-2.46c1.383-.376 3.586-.516 6.258-.493m22.031 2.602c4.149 0 7.782 4.968 7.782 10.898c0 6.07-3.258 11.016-6.891 11.016H40.14c1.757-3.305 2.507-6.727 2.507-10.805c0-4.406-1.593-8.227-4.406-11.11Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.656 1.586h-3.258c-2.93 0-5.437.164-7.125.586c-3.234.797-5.25 3.047-5.25 5.906c0 .61.094 1.149.258 1.688C5.664 10.96 4.75 12.742 4.75 14.71c0 .937.187 1.875.539 2.672c-1.078 1.101-1.734 2.719-1.734 4.406c0 1.125.28 2.273.773 3.14c-.68.938-1.055 2.25-1.055 3.657c0 3.516 2.72 6.281 6.211 6.281h8.86c.586 0 .937.235.937.727c0 2.554-3.984 8.484-3.984 13.242c0 3.234 2.25 5.578 5.367 5.578c2.32 0 3.844-1.195 5.367-4.102c2.86-5.484 6.235-10.335 11.813-17.132h4.453c5.789 0 10.43-6.54 10.43-14.555c0-7.875-5.11-14.437-11.32-14.437h-7.735c-3.094-1.618-6.844-2.602-11.016-2.602m-3.281 3.539l3.258.023c9.82.094 16.476 5.649 16.476 13.618c0 5.062-1.125 8.297-4.312 12.562c-3.54 4.711-8.414 10.36-11.93 17.367c-.937 1.852-1.43 2.18-2.203 2.18c-1.149 0-1.828-.727-1.828-2.039c0-3.82 3.984-9.563 3.984-13.242c0-2.649-2.203-4.266-4.992-4.266H9.484c-1.547 0-2.672-1.172-2.672-2.742c0-1.102.352-1.828 1.266-2.719c.258-.234.352-.469.352-.726c0-.211-.07-.399-.235-.61c-.773-1.101-1.101-1.828-1.101-2.742c0-1.102.539-2.062 1.593-2.86c.47-.327.704-.702.704-1.1a1 1 0 0 0-.141-.47c-.68-1.289-.961-1.804-.961-2.648c0-1.266.797-2.227 2.484-3.094c.352-.187.563-.469.563-.82c0-.14-.047-.281-.117-.445c-.586-1.43-.657-1.665-.657-2.274c0-1.148.844-2.039 2.555-2.46c1.383-.376 3.586-.516 6.258-.493m22.031 2.602c4.149 0 7.782 4.968 7.782 10.898c0 6.07-3.258 11.016-6.891 11.016H40.14c1.757-3.305 2.507-6.727 2.507-10.805c0-4.406-1.593-8.227-4.406-11.11Z"/></svg> </template>
CSS
.icon-hand-thumbsdown {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.656%201.586h-3.258c-2.93%200-5.437.164-7.125.586c-3.234.797-5.25%203.047-5.25%205.906c0%20.61.094%201.149.258%201.688C5.664%2010.96%204.75%2012.742%204.75%2014.71c0%20.937.187%201.875.539%202.672c-1.078%201.101-1.734%202.719-1.734%204.406c0%201.125.28%202.273.773%203.14c-.68.938-1.055%202.25-1.055%203.657c0%203.516%202.72%206.281%206.211%206.281h8.86c.586%200%20.937.235.937.727c0%202.554-3.984%208.484-3.984%2013.242c0%203.234%202.25%205.578%205.367%205.578c2.32%200%203.844-1.195%205.367-4.102c2.86-5.484%206.235-10.335%2011.813-17.132h4.453c5.789%200%2010.43-6.54%2010.43-14.555c0-7.875-5.11-14.437-11.32-14.437h-7.735c-3.094-1.618-6.844-2.602-11.016-2.602m-3.281%203.539l3.258.023c9.82.094%2016.476%205.649%2016.476%2013.618c0%205.062-1.125%208.297-4.312%2012.562c-3.54%204.711-8.414%2010.36-11.93%2017.367c-.937%201.852-1.43%202.18-2.203%202.18c-1.149%200-1.828-.727-1.828-2.039c0-3.82%203.984-9.563%203.984-13.242c0-2.649-2.203-4.266-4.992-4.266H9.484c-1.547%200-2.672-1.172-2.672-2.742c0-1.102.352-1.828%201.266-2.719c.258-.234.352-.469.352-.726c0-.211-.07-.399-.235-.61c-.773-1.101-1.101-1.828-1.101-2.742c0-1.102.539-2.062%201.593-2.86c.47-.327.704-.702.704-1.1a1%201%200%200%200-.141-.47c-.68-1.289-.961-1.804-.961-2.648c0-1.266.797-2.227%202.484-3.094c.352-.187.563-.469.563-.82c0-.14-.047-.281-.117-.445c-.586-1.43-.657-1.665-.657-2.274c0-1.148.844-2.039%202.555-2.46c1.383-.376%203.586-.516%206.258-.493m22.031%202.602c4.149%200%207.782%204.968%207.782%2010.898c0%206.07-3.258%2011.016-6.891%2011.016H40.14c1.757-3.305%202.507-6.727%202.507-10.805c0-4.406-1.593-8.227-4.406-11.11Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.656%201.586h-3.258c-2.93%200-5.437.164-7.125.586c-3.234.797-5.25%203.047-5.25%205.906c0%20.61.094%201.149.258%201.688C5.664%2010.96%204.75%2012.742%204.75%2014.71c0%20.937.187%201.875.539%202.672c-1.078%201.101-1.734%202.719-1.734%204.406c0%201.125.28%202.273.773%203.14c-.68.938-1.055%202.25-1.055%203.657c0%203.516%202.72%206.281%206.211%206.281h8.86c.586%200%20.937.235.937.727c0%202.554-3.984%208.484-3.984%2013.242c0%203.234%202.25%205.578%205.367%205.578c2.32%200%203.844-1.195%205.367-4.102c2.86-5.484%206.235-10.335%2011.813-17.132h4.453c5.789%200%2010.43-6.54%2010.43-14.555c0-7.875-5.11-14.437-11.32-14.437h-7.735c-3.094-1.618-6.844-2.602-11.016-2.602m-3.281%203.539l3.258.023c9.82.094%2016.476%205.649%2016.476%2013.618c0%205.062-1.125%208.297-4.312%2012.562c-3.54%204.711-8.414%2010.36-11.93%2017.367c-.937%201.852-1.43%202.18-2.203%202.18c-1.149%200-1.828-.727-1.828-2.039c0-3.82%203.984-9.563%203.984-13.242c0-2.649-2.203-4.266-4.992-4.266H9.484c-1.547%200-2.672-1.172-2.672-2.742c0-1.102.352-1.828%201.266-2.719c.258-.234.352-.469.352-.726c0-.211-.07-.399-.235-.61c-.773-1.101-1.101-1.828-1.101-2.742c0-1.102.539-2.062%201.593-2.86c.47-.327.704-.702.704-1.1a1%201%200%200%200-.141-.47c-.68-1.289-.961-1.804-.961-2.648c0-1.266.797-2.227%202.484-3.094c.352-.187.563-.469.563-.82c0-.14-.047-.281-.117-.445c-.586-1.43-.657-1.665-.657-2.274c0-1.148.844-2.039%202.555-2.46c1.383-.376%203.586-.516%206.258-.493m22.031%202.602c4.149%200%207.782%204.968%207.782%2010.898c0%206.07-3.258%2011.016-6.891%2011.016H40.14c1.757-3.305%202.507-6.727%202.507-10.805c0-4.406-1.593-8.227-4.406-11.11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hand-thumbsdown.svg?color=%231a73e8&size=48