keep-off-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
keep-off-rounded
Set
Material Symbols Light
Style
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.07 11.244L7.884 5.06q-.106-.106-.14-.198q-.033-.093-.033-.224q0-.248.157-.443T8.325 4H15.5q.214 0 .357.143T16 4.5q0 .208-.16.322q-.161.115-.34.178H15v5.866q0 .367-.334.504q-.333.138-.597-.126M11.5 20v-5H8.958q-.471 0-.76-.332t-.288-.727q0-.199.074-.387t.247-.362L9 12.423v-1.996L3.216 4.631q-.141-.14-.153-.342t.153-.366q.159-.16.353-.16t.354.16l15.379 15.379q.146.146.153.347t-.159.367q-.165.159-.354.162t-.353-.162L13.573 15H12.5v5q0 .214-.143.357T12 20.5t-.357-.143T11.5 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKeepOffRounded(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.07 11.244L7.884 5.06q-.106-.106-.14-.198q-.033-.093-.033-.224q0-.248.157-.443T8.325 4H15.5q.214 0 .357.143T16 4.5q0 .208-.16.322q-.161.115-.34.178H15v5.866q0 .367-.334.504q-.333.138-.597-.126M11.5 20v-5H8.958q-.471 0-.76-.332t-.288-.727q0-.199.074-.387t.247-.362L9 12.423v-1.996L3.216 4.631q-.141-.14-.153-.342t.153-.366q.159-.16.353-.16t.354.16l15.379 15.379q.146.146.153.347t-.159.367q-.165.159-.354.162t-.353-.162L13.573 15H12.5v5q0 .214-.143.357T12 20.5t-.357-.143T11.5 20"/></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.07 11.244L7.884 5.06q-.106-.106-.14-.198q-.033-.093-.033-.224q0-.248.157-.443T8.325 4H15.5q.214 0 .357.143T16 4.5q0 .208-.16.322q-.161.115-.34.178H15v5.866q0 .367-.334.504q-.333.138-.597-.126M11.5 20v-5H8.958q-.471 0-.76-.332t-.288-.727q0-.199.074-.387t.247-.362L9 12.423v-1.996L3.216 4.631q-.141-.14-.153-.342t.153-.366q.159-.16.353-.16t.354.16l15.379 15.379q.146.146.153.347t-.159.367q-.165.159-.354.162t-.353-.162L13.573 15H12.5v5q0 .214-.143.357T12 20.5t-.357-.143T11.5 20"/></svg>
</template>

CSS

.icon-keep-off-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.07%2011.244L7.884%205.06q-.106-.106-.14-.198q-.033-.093-.033-.224q0-.248.157-.443T8.325%204H15.5q.214%200%20.357.143T16%204.5q0%20.208-.16.322q-.161.115-.34.178H15v5.866q0%20.367-.334.504q-.333.138-.597-.126M11.5%2020v-5H8.958q-.471%200-.76-.332t-.288-.727q0-.199.074-.387t.247-.362L9%2012.423v-1.996L3.216%204.631q-.141-.14-.153-.342t.153-.366q.159-.16.353-.16t.354.16l15.379%2015.379q.146.146.153.347t-.159.367q-.165.159-.354.162t-.353-.162L13.573%2015H12.5v5q0%20.214-.143.357T12%2020.5t-.357-.143T11.5%2020%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.07%2011.244L7.884%205.06q-.106-.106-.14-.198q-.033-.093-.033-.224q0-.248.157-.443T8.325%204H15.5q.214%200%20.357.143T16%204.5q0%20.208-.16.322q-.161.115-.34.178H15v5.866q0%20.367-.334.504q-.333.138-.597-.126M11.5%2020v-5H8.958q-.471%200-.76-.332t-.288-.727q0-.199.074-.387t.247-.362L9%2012.423v-1.996L3.216%204.631q-.141-.14-.153-.342t.153-.366q.159-.16.353-.16t.354.16l15.379%2015.379q.146.146.153.347t-.159.367q-.165.159-.354.162t-.353-.162L13.573%2015H12.5v5q0%20.214-.143.357T12%2020.5t-.357-.143T11.5%2020%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-rounded.svg?color=%231a73e8&size=48