keep off icon
keep-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- keep-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the keep off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 5h-4v2.175L7.884 5.06q-.105-.106-.139-.198t-.034-.224q0-.244.158-.44Q8.027 4 8.325 4H15.5q.213 0 .356.145q.144.146.144.36q0 .203-.16.317q-.161.114-.34.178H15v6q0 .213-.144.356t-.357.144t-.356-.144T14 11zm-2.5 15v-5H8.958q-.477 0-.762-.332q-.286-.331-.286-.727q0-.199.076-.388t.245-.36l.769-.77v-1.996L3.216 4.631q-.141-.14-.153-.342t.157-.37q.155-.155.35-.155t.353.159l15.379 15.379q.146.146.153.347t-.159.37q-.165.156-.354.159t-.353-.162L13.573 15H12.5v5q0 .213-.144.356t-.357.144t-.356-.144T11.5 20m-2.65-6h3.762l-2.6-2.561L10 12.85zm1.162-2.561"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKeepOffOutlineRounded(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="M14 5h-4v2.175L7.884 5.06q-.105-.106-.139-.198t-.034-.224q0-.244.158-.44Q8.027 4 8.325 4H15.5q.213 0 .356.145q.144.146.144.36q0 .203-.16.317q-.161.114-.34.178H15v6q0 .213-.144.356t-.357.144t-.356-.144T14 11zm-2.5 15v-5H8.958q-.477 0-.762-.332q-.286-.331-.286-.727q0-.199.076-.388t.245-.36l.769-.77v-1.996L3.216 4.631q-.141-.14-.153-.342t.157-.37q.155-.155.35-.155t.353.159l15.379 15.379q.146.146.153.347t-.159.37q-.165.156-.354.159t-.353-.162L13.573 15H12.5v5q0 .213-.144.356t-.357.144t-.356-.144T11.5 20m-2.65-6h3.762l-2.6-2.561L10 12.85zm1.162-2.561"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 5h-4v2.175L7.884 5.06q-.105-.106-.139-.198t-.034-.224q0-.244.158-.44Q8.027 4 8.325 4H15.5q.213 0 .356.145q.144.146.144.36q0 .203-.16.317q-.161.114-.34.178H15v6q0 .213-.144.356t-.357.144t-.356-.144T14 11zm-2.5 15v-5H8.958q-.477 0-.762-.332q-.286-.331-.286-.727q0-.199.076-.388t.245-.36l.769-.77v-1.996L3.216 4.631q-.141-.14-.153-.342t.157-.37q.155-.155.35-.155t.353.159l15.379 15.379q.146.146.153.347t-.159.37q-.165.156-.354.159t-.353-.162L13.573 15H12.5v5q0 .213-.144.356t-.357.144t-.356-.144T11.5 20m-2.65-6h3.762l-2.6-2.561L10 12.85zm1.162-2.561"/></svg> </template>
CSS
.icon-keep-off-outline-rounded {
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%22M14%205h-4v2.175L7.884%205.06q-.105-.106-.139-.198t-.034-.224q0-.244.158-.44Q8.027%204%208.325%204H15.5q.213%200%20.356.145q.144.146.144.36q0%20.203-.16.317q-.161.114-.34.178H15v6q0%20.213-.144.356t-.357.144t-.356-.144T14%2011zm-2.5%2015v-5H8.958q-.477%200-.762-.332q-.286-.331-.286-.727q0-.199.076-.388t.245-.36l.769-.77v-1.996L3.216%204.631q-.141-.14-.153-.342t.157-.37q.155-.155.35-.155t.353.159l15.379%2015.379q.146.146.153.347t-.159.37q-.165.156-.354.159t-.353-.162L13.573%2015H12.5v5q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2020m-2.65-6h3.762l-2.6-2.561L10%2012.85zm1.162-2.561%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%22M14%205h-4v2.175L7.884%205.06q-.105-.106-.139-.198t-.034-.224q0-.244.158-.44Q8.027%204%208.325%204H15.5q.213%200%20.356.145q.144.146.144.36q0%20.203-.16.317q-.161.114-.34.178H15v6q0%20.213-.144.356t-.357.144t-.356-.144T14%2011zm-2.5%2015v-5H8.958q-.477%200-.762-.332q-.286-.331-.286-.727q0-.199.076-.388t.245-.36l.769-.77v-1.996L3.216%204.631q-.141-.14-.153-.342t.157-.37q.155-.155.35-.155t.353.159l15.379%2015.379q.146.146.153.347t-.159.37q-.165.156-.354.159t-.353-.162L13.573%2015H12.5v5q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2020m-2.65-6h3.762l-2.6-2.561L10%2012.85zm1.162-2.561%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/keep-off-outline-rounded.svg?color=%231a73e8&size=48