data loss prevention icon

data-loss-prevention-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
data-loss-prevention-outline
Set
Material Symbols
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
data-loss-prevention-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the data loss prevention icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 10q.825 0 1.413-.587T13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10m0 4q1.125 0 2.113-.475t1.712-1.35q-.875-.575-1.837-.875T11 11t-1.987.3t-1.838.875q.725.875 1.712 1.35T11 14m9.6 7l-4.7-4.7q-1.025.8-2.262 1.25T11 18q-3.35 0-5.675-2.325T3 10t2.325-5.675T11 2t5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4.7 4.7zM11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4T6.75 5.75T5 10t1.75 4.25T11 16m0-6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDataLossPreventionOutline(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="M11 10q.825 0 1.413-.587T13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10m0 4q1.125 0 2.113-.475t1.712-1.35q-.875-.575-1.837-.875T11 11t-1.987.3t-1.838.875q.725.875 1.712 1.35T11 14m9.6 7l-4.7-4.7q-1.025.8-2.262 1.25T11 18q-3.35 0-5.675-2.325T3 10t2.325-5.675T11 2t5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4.7 4.7zM11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4T6.75 5.75T5 10t1.75 4.25T11 16m0-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 10q.825 0 1.413-.587T13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10m0 4q1.125 0 2.113-.475t1.712-1.35q-.875-.575-1.837-.875T11 11t-1.987.3t-1.838.875q.725.875 1.712 1.35T11 14m9.6 7l-4.7-4.7q-1.025.8-2.262 1.25T11 18q-3.35 0-5.675-2.325T3 10t2.325-5.675T11 2t5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4.7 4.7zM11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4T6.75 5.75T5 10t1.75 4.25T11 16m0-6"/></svg>
</template>

CSS

.icon-data-loss-prevention-outline {
  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%22M11%2010q.825%200%201.413-.587T13%208t-.587-1.412T11%206t-1.412.588T9%208t.588%201.413T11%2010m0%204q1.125%200%202.113-.475t1.712-1.35q-.875-.575-1.837-.875T11%2011t-1.987.3t-1.838.875q.725.875%201.712%201.35T11%2014m9.6%207l-4.7-4.7q-1.025.8-2.262%201.25T11%2018q-3.35%200-5.675-2.325T3%2010t2.325-5.675T11%202t5.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4.7%204.7zM11%2016q2.5%200%204.25-1.75T17%2010t-1.75-4.25T11%204T6.75%205.75T5%2010t1.75%204.25T11%2016m0-6%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%22M11%2010q.825%200%201.413-.587T13%208t-.587-1.412T11%206t-1.412.588T9%208t.588%201.413T11%2010m0%204q1.125%200%202.113-.475t1.712-1.35q-.875-.575-1.837-.875T11%2011t-1.987.3t-1.838.875q.725.875%201.712%201.35T11%2014m9.6%207l-4.7-4.7q-1.025.8-2.262%201.25T11%2018q-3.35%200-5.675-2.325T3%2010t2.325-5.675T11%202t5.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4.7%204.7zM11%2016q2.5%200%204.25-1.75T17%2010t-1.75-4.25T11%204T6.75%205.75T5%2010t1.75%204.25T11%2016m0-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/data-loss-prevention-outline.svg?color=%231a73e8&size=48