data loss prevention icon
data-loss-prevention-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- data-loss-prevention-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 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 9.5q.633 0 1.066-.434Q12.5 8.633 12.5 8t-.434-1.066Q11.633 6.5 11 6.5t-1.066.434T9.5 8t.434 1.066Q10.367 9.5 11 9.5m.02 4q.836 0 1.612-.312t1.405-.898q-.78-.401-1.54-.596t-1.478-.194q-.91 0-1.709.204t-1.327.586q.61.587 1.385.899t1.651.311m-.019 4q-3.139 0-5.32-2.18T3.5 10t2.18-5.32T11 2.5t5.32 2.18T18.5 10q0 1.477-.488 2.657t-1.385 2.282l4.904 4.884q.16.16.15.354t-.15.354q-.16.16-.364.16t-.363-.16l-4.885-4.885q-1.102.896-2.272 1.375T11 17.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDataLossPreventionRounded(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 9.5q.633 0 1.066-.434Q12.5 8.633 12.5 8t-.434-1.066Q11.633 6.5 11 6.5t-1.066.434T9.5 8t.434 1.066Q10.367 9.5 11 9.5m.02 4q.836 0 1.612-.312t1.405-.898q-.78-.401-1.54-.596t-1.478-.194q-.91 0-1.709.204t-1.327.586q.61.587 1.385.899t1.651.311m-.019 4q-3.139 0-5.32-2.18T3.5 10t2.18-5.32T11 2.5t5.32 2.18T18.5 10q0 1.477-.488 2.657t-1.385 2.282l4.904 4.884q.16.16.15.354t-.15.354q-.16.16-.364.16t-.363-.16l-4.885-4.885q-1.102.896-2.272 1.375T11 17.5"/></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 9.5q.633 0 1.066-.434Q12.5 8.633 12.5 8t-.434-1.066Q11.633 6.5 11 6.5t-1.066.434T9.5 8t.434 1.066Q10.367 9.5 11 9.5m.02 4q.836 0 1.612-.312t1.405-.898q-.78-.401-1.54-.596t-1.478-.194q-.91 0-1.709.204t-1.327.586q.61.587 1.385.899t1.651.311m-.019 4q-3.139 0-5.32-2.18T3.5 10t2.18-5.32T11 2.5t5.32 2.18T18.5 10q0 1.477-.488 2.657t-1.385 2.282l4.904 4.884q.16.16.15.354t-.15.354q-.16.16-.364.16t-.363-.16l-4.885-4.885q-1.102.896-2.272 1.375T11 17.5"/></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%209.5q.633%200%201.066-.434Q12.5%208.633%2012.5%208t-.434-1.066Q11.633%206.5%2011%206.5t-1.066.434T9.5%208t.434%201.066Q10.367%209.5%2011%209.5m.02%204q.836%200%201.612-.312t1.405-.898q-.78-.401-1.54-.596t-1.478-.194q-.91%200-1.709.204t-1.327.586q.61.587%201.385.899t1.651.311m-.019%204q-3.139%200-5.32-2.18T3.5%2010t2.18-5.32T11%202.5t5.32%202.18T18.5%2010q0%201.477-.488%202.657t-1.385%202.282l4.904%204.884q.16.16.15.354t-.15.354q-.16.16-.364.16t-.363-.16l-4.885-4.885q-1.102.896-2.272%201.375T11%2017.5%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%209.5q.633%200%201.066-.434Q12.5%208.633%2012.5%208t-.434-1.066Q11.633%206.5%2011%206.5t-1.066.434T9.5%208t.434%201.066Q10.367%209.5%2011%209.5m.02%204q.836%200%201.612-.312t1.405-.898q-.78-.401-1.54-.596t-1.478-.194q-.91%200-1.709.204t-1.327.586q.61.587%201.385.899t1.651.311m-.019%204q-3.139%200-5.32-2.18T3.5%2010t2.18-5.32T11%202.5t5.32%202.18T18.5%2010q0%201.477-.488%202.657t-1.385%202.282l4.904%204.884q.16.16.15.354t-.15.354q-.16.16-.364.16t-.363-.16l-4.885-4.885q-1.102.896-2.272%201.375T11%2017.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/data-loss-prevention-rounded.svg?color=%231a73e8&size=48