data loss prevention icon

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

Name
data-loss-prevention-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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 14m0 4q-3.35 0-5.675-2.325T3 10t2.325-5.675T11 2t5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4 4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262 1.25T11 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDataLossPreventionRounded(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 14m0 4q-3.35 0-5.675-2.325T3 10t2.325-5.675T11 2t5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4 4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262 1.25T11 18"/></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 14m0 4q-3.35 0-5.675-2.325T3 10t2.325-5.675T11 2t5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4 4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262 1.25T11 18"/></svg>
</template>

CSS

.icon-data-loss-prevention-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%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%2014m0%204q-3.35%200-5.675-2.325T3%2010t2.325-5.675T11%202t5.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4%204q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262%201.25T11%2018%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%2014m0%204q-3.35%200-5.675-2.325T3%2010t2.325-5.675T11%202t5.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4%204q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262%201.25T11%2018%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-rounded.svg?color=%231a73e8&size=48