hand raised slash icon
hand-raised-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- hand-raised-slash
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the hand raised slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.309 2.207c-2.274 0-3.868 1.524-4.196 3.82c-.61-.586-1.43-.89-2.297-.89c-2.437 0-4.054 1.687-4.054 4.289v2.601c-.633-.656-1.57-1.007-2.579-1.007c-1.148 0-2.109.468-2.648 1.312l2.531 2.531v-.187c.07-.352.305-.586.703-.586c.961 0 1.665.703 1.665 1.687v1.477l2.976 3V9.848c0-1.008.633-1.688 1.617-1.688c.961 0 1.664.68 1.664 1.688v13.64l2.977 2.977V6.94c0-.984.68-1.71 1.64-1.71c.938 0 1.641.726 1.641 1.71v19.62c0 .82.656 1.453 1.453 1.453c.82 0 1.524-.633 1.524-1.453V9.848c0-1.008.656-1.688 1.64-1.688c.961 0 1.617.68 1.617 1.688V32.91c0 1.078.704 1.852 1.665 1.852c.843 0 1.547-.375 2.086-1.547l3.187-7.125c.445-1.008 1.266-1.524 2.156-1.195c.938.375 1.242 1.265.797 2.484l-4.148 11.578a26 26 0 0 1-.797 1.969l2.297 2.297a30 30 0 0 0 1.36-3.258l4.147-11.602c1.032-2.93.095-5.343-2.343-6.234c-2.203-.797-4.36.14-5.367 2.555l-1.547 3.75c-.047.093-.094.164-.188.164c-.117 0-.187-.094-.187-.211V9.59c0-2.742-1.711-4.453-4.336-4.453c-.938 0-1.828.328-2.461.937c-.328-2.39-1.852-3.867-4.195-3.867M46.363 53.09c.68.703 1.875.703 2.555 0c.703-.68.703-1.828 0-2.555L7.293 8.934a1.84 1.84 0 0 0-2.578 0c-.68.703-.68 1.875 0 2.554Zm-6.75-2.883l-2.32-2.297c-2.227 1.406-4.852 2.063-7.781 2.063c-8.297 0-13.336-5.32-13.336-14.766v-8.39l-3.094-3.094v11.86c0 10.968 6.633 17.648 16.547 17.648c3.89 0 7.242-1.008 9.984-3.024"/></svg>
React
import type { SVGProps } from "react";
export function F7HandRaisedSlash(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="M30.309 2.207c-2.274 0-3.868 1.524-4.196 3.82c-.61-.586-1.43-.89-2.297-.89c-2.437 0-4.054 1.687-4.054 4.289v2.601c-.633-.656-1.57-1.007-2.579-1.007c-1.148 0-2.109.468-2.648 1.312l2.531 2.531v-.187c.07-.352.305-.586.703-.586c.961 0 1.665.703 1.665 1.687v1.477l2.976 3V9.848c0-1.008.633-1.688 1.617-1.688c.961 0 1.664.68 1.664 1.688v13.64l2.977 2.977V6.94c0-.984.68-1.71 1.64-1.71c.938 0 1.641.726 1.641 1.71v19.62c0 .82.656 1.453 1.453 1.453c.82 0 1.524-.633 1.524-1.453V9.848c0-1.008.656-1.688 1.64-1.688c.961 0 1.617.68 1.617 1.688V32.91c0 1.078.704 1.852 1.665 1.852c.843 0 1.547-.375 2.086-1.547l3.187-7.125c.445-1.008 1.266-1.524 2.156-1.195c.938.375 1.242 1.265.797 2.484l-4.148 11.578a26 26 0 0 1-.797 1.969l2.297 2.297a30 30 0 0 0 1.36-3.258l4.147-11.602c1.032-2.93.095-5.343-2.343-6.234c-2.203-.797-4.36.14-5.367 2.555l-1.547 3.75c-.047.093-.094.164-.188.164c-.117 0-.187-.094-.187-.211V9.59c0-2.742-1.711-4.453-4.336-4.453c-.938 0-1.828.328-2.461.937c-.328-2.39-1.852-3.867-4.195-3.867M46.363 53.09c.68.703 1.875.703 2.555 0c.703-.68.703-1.828 0-2.555L7.293 8.934a1.84 1.84 0 0 0-2.578 0c-.68.703-.68 1.875 0 2.554Zm-6.75-2.883l-2.32-2.297c-2.227 1.406-4.852 2.063-7.781 2.063c-8.297 0-13.336-5.32-13.336-14.766v-8.39l-3.094-3.094v11.86c0 10.968 6.633 17.648 16.547 17.648c3.89 0 7.242-1.008 9.984-3.024"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.309 2.207c-2.274 0-3.868 1.524-4.196 3.82c-.61-.586-1.43-.89-2.297-.89c-2.437 0-4.054 1.687-4.054 4.289v2.601c-.633-.656-1.57-1.007-2.579-1.007c-1.148 0-2.109.468-2.648 1.312l2.531 2.531v-.187c.07-.352.305-.586.703-.586c.961 0 1.665.703 1.665 1.687v1.477l2.976 3V9.848c0-1.008.633-1.688 1.617-1.688c.961 0 1.664.68 1.664 1.688v13.64l2.977 2.977V6.94c0-.984.68-1.71 1.64-1.71c.938 0 1.641.726 1.641 1.71v19.62c0 .82.656 1.453 1.453 1.453c.82 0 1.524-.633 1.524-1.453V9.848c0-1.008.656-1.688 1.64-1.688c.961 0 1.617.68 1.617 1.688V32.91c0 1.078.704 1.852 1.665 1.852c.843 0 1.547-.375 2.086-1.547l3.187-7.125c.445-1.008 1.266-1.524 2.156-1.195c.938.375 1.242 1.265.797 2.484l-4.148 11.578a26 26 0 0 1-.797 1.969l2.297 2.297a30 30 0 0 0 1.36-3.258l4.147-11.602c1.032-2.93.095-5.343-2.343-6.234c-2.203-.797-4.36.14-5.367 2.555l-1.547 3.75c-.047.093-.094.164-.188.164c-.117 0-.187-.094-.187-.211V9.59c0-2.742-1.711-4.453-4.336-4.453c-.938 0-1.828.328-2.461.937c-.328-2.39-1.852-3.867-4.195-3.867M46.363 53.09c.68.703 1.875.703 2.555 0c.703-.68.703-1.828 0-2.555L7.293 8.934a1.84 1.84 0 0 0-2.578 0c-.68.703-.68 1.875 0 2.554Zm-6.75-2.883l-2.32-2.297c-2.227 1.406-4.852 2.063-7.781 2.063c-8.297 0-13.336-5.32-13.336-14.766v-8.39l-3.094-3.094v11.86c0 10.968 6.633 17.648 16.547 17.648c3.89 0 7.242-1.008 9.984-3.024"/></svg> </template>
CSS
.icon-hand-raised-slash {
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%22M30.309%202.207c-2.274%200-3.868%201.524-4.196%203.82c-.61-.586-1.43-.89-2.297-.89c-2.437%200-4.054%201.687-4.054%204.289v2.601c-.633-.656-1.57-1.007-2.579-1.007c-1.148%200-2.109.468-2.648%201.312l2.531%202.531v-.187c.07-.352.305-.586.703-.586c.961%200%201.665.703%201.665%201.687v1.477l2.976%203V9.848c0-1.008.633-1.688%201.617-1.688c.961%200%201.664.68%201.664%201.688v13.64l2.977%202.977V6.94c0-.984.68-1.71%201.64-1.71c.938%200%201.641.726%201.641%201.71v19.62c0%20.82.656%201.453%201.453%201.453c.82%200%201.524-.633%201.524-1.453V9.848c0-1.008.656-1.688%201.64-1.688c.961%200%201.617.68%201.617%201.688V32.91c0%201.078.704%201.852%201.665%201.852c.843%200%201.547-.375%202.086-1.547l3.187-7.125c.445-1.008%201.266-1.524%202.156-1.195c.938.375%201.242%201.265.797%202.484l-4.148%2011.578a26%2026%200%200%201-.797%201.969l2.297%202.297a30%2030%200%200%200%201.36-3.258l4.147-11.602c1.032-2.93.095-5.343-2.343-6.234c-2.203-.797-4.36.14-5.367%202.555l-1.547%203.75c-.047.093-.094.164-.188.164c-.117%200-.187-.094-.187-.211V9.59c0-2.742-1.711-4.453-4.336-4.453c-.938%200-1.828.328-2.461.937c-.328-2.39-1.852-3.867-4.195-3.867M46.363%2053.09c.68.703%201.875.703%202.555%200c.703-.68.703-1.828%200-2.555L7.293%208.934a1.84%201.84%200%200%200-2.578%200c-.68.703-.68%201.875%200%202.554Zm-6.75-2.883l-2.32-2.297c-2.227%201.406-4.852%202.063-7.781%202.063c-8.297%200-13.336-5.32-13.336-14.766v-8.39l-3.094-3.094v11.86c0%2010.968%206.633%2017.648%2016.547%2017.648c3.89%200%207.242-1.008%209.984-3.024%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%22M30.309%202.207c-2.274%200-3.868%201.524-4.196%203.82c-.61-.586-1.43-.89-2.297-.89c-2.437%200-4.054%201.687-4.054%204.289v2.601c-.633-.656-1.57-1.007-2.579-1.007c-1.148%200-2.109.468-2.648%201.312l2.531%202.531v-.187c.07-.352.305-.586.703-.586c.961%200%201.665.703%201.665%201.687v1.477l2.976%203V9.848c0-1.008.633-1.688%201.617-1.688c.961%200%201.664.68%201.664%201.688v13.64l2.977%202.977V6.94c0-.984.68-1.71%201.64-1.71c.938%200%201.641.726%201.641%201.71v19.62c0%20.82.656%201.453%201.453%201.453c.82%200%201.524-.633%201.524-1.453V9.848c0-1.008.656-1.688%201.64-1.688c.961%200%201.617.68%201.617%201.688V32.91c0%201.078.704%201.852%201.665%201.852c.843%200%201.547-.375%202.086-1.547l3.187-7.125c.445-1.008%201.266-1.524%202.156-1.195c.938.375%201.242%201.265.797%202.484l-4.148%2011.578a26%2026%200%200%201-.797%201.969l2.297%202.297a30%2030%200%200%200%201.36-3.258l4.147-11.602c1.032-2.93.095-5.343-2.343-6.234c-2.203-.797-4.36.14-5.367%202.555l-1.547%203.75c-.047.093-.094.164-.188.164c-.117%200-.187-.094-.187-.211V9.59c0-2.742-1.711-4.453-4.336-4.453c-.938%200-1.828.328-2.461.937c-.328-2.39-1.852-3.867-4.195-3.867M46.363%2053.09c.68.703%201.875.703%202.555%200c.703-.68.703-1.828%200-2.555L7.293%208.934a1.84%201.84%200%200%200-2.578%200c-.68.703-.68%201.875%200%202.554Zm-6.75-2.883l-2.32-2.297c-2.227%201.406-4.852%202.063-7.781%202.063c-8.297%200-13.336-5.32-13.336-14.766v-8.39l-3.094-3.094v11.86c0%2010.968%206.633%2017.648%2016.547%2017.648c3.89%200%207.242-1.008%209.984-3.024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hand-raised-slash.svg?color=%231a73e8&size=48