encrypted minus circle icon

encrypted-minus-circle-outline from Material Symbols by Google · Outline · Privacy · Apache-2.0 Free for personal and commercial use.

Name
encrypted-minus-circle-outline
Set
Material Symbols
Style
Outline
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
encrypted-minus-circle-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the encrypted minus circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.1V5l8-3l8 3v5h-2V6.4l-6-2.25L6 6.4v4.7q0 1.125.288 2.25t.812 2.163t1.263 1.912T10 18.95v2.3q-2.675-1.375-4.337-4.137T4 11.1m10 6.4h6v-1h-6zm3 4.5q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-3.587-10.587Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEncryptedMinusCircleOutline(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="M4 11.1V5l8-3l8 3v5h-2V6.4l-6-2.25L6 6.4v4.7q0 1.125.288 2.25t.812 2.163t1.263 1.912T10 18.95v2.3q-2.675-1.375-4.337-4.137T4 11.1m10 6.4h6v-1h-6zm3 4.5q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-3.587-10.587Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.1V5l8-3l8 3v5h-2V6.4l-6-2.25L6 6.4v4.7q0 1.125.288 2.25t.812 2.163t1.263 1.912T10 18.95v2.3q-2.675-1.375-4.337-4.137T4 11.1m10 6.4h6v-1h-6zm3 4.5q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-3.587-10.587Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587"/></svg>
</template>

CSS

.icon-encrypted-minus-circle-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%22M4%2011.1V5l8-3l8%203v5h-2V6.4l-6-2.25L6%206.4v4.7q0%201.125.288%202.25t.812%202.163t1.263%201.912T10%2018.95v2.3q-2.675-1.375-4.337-4.137T4%2011.1m10%206.4h6v-1h-6zm3%204.5q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022m-3.587-10.587Q14%2010.825%2014%2010t-.587-1.412T12%208t-1.412.588T10%2010t.588%201.413T12%2012t1.413-.587%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%22M4%2011.1V5l8-3l8%203v5h-2V6.4l-6-2.25L6%206.4v4.7q0%201.125.288%202.25t.812%202.163t1.263%201.912T10%2018.95v2.3q-2.675-1.375-4.337-4.137T4%2011.1m10%206.4h6v-1h-6zm3%204.5q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022m-3.587-10.587Q14%2010.825%2014%2010t-.587-1.412T12%208t-1.412.588T10%2010t.588%201.413T12%2012t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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