encrypted minus circle icon

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

Name
encrypted-minus-circle
Set
Material Symbols
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
encrypted-minus-circle-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="M14 17.5h6v-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-5 0q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v5.675q-.65-.325-1.463-.5T17 10q-2.9 0-4.95 2.05T10 17q0 1.55.588 2.8t1.487 2.175q-.025 0-.037.013T12 22m0-14q-.825 0-1.412.588T10 10t.588 1.413T12 12h.1q.4-.375.825-.687t.925-.563q.075-.175.113-.363T14 10q0-.825-.587-1.412T12 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEncryptedMinusCircle(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 17.5h6v-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-5 0q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v5.675q-.65-.325-1.463-.5T17 10q-2.9 0-4.95 2.05T10 17q0 1.55.588 2.8t1.487 2.175q-.025 0-.037.013T12 22m0-14q-.825 0-1.412.588T10 10t.588 1.413T12 12h.1q.4-.375.825-.687t.925-.563q.075-.175.113-.363T14 10q0-.825-.587-1.412T12 8"/></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 17.5h6v-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-5 0q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v5.675q-.65-.325-1.463-.5T17 10q-2.9 0-4.95 2.05T10 17q0 1.55.588 2.8t1.487 2.175q-.025 0-.037.013T12 22m0-14q-.825 0-1.412.588T10 10t.588 1.413T12 12h.1q.4-.375.825-.687t.925-.563q.075-.175.113-.363T14 10q0-.825-.587-1.412T12 8"/></svg>
</template>

CSS

.icon-encrypted-minus-circle {
  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%2017.5h6v-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-5%200q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v5.675q-.65-.325-1.463-.5T17%2010q-2.9%200-4.95%202.05T10%2017q0%201.55.588%202.8t1.487%202.175q-.025%200-.037.013T12%2022m0-14q-.825%200-1.412.588T10%2010t.588%201.413T12%2012h.1q.4-.375.825-.687t.925-.563q.075-.175.113-.363T14%2010q0-.825-.587-1.412T12%208%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%2017.5h6v-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-5%200q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v5.675q-.65-.325-1.463-.5T17%2010q-2.9%200-4.95%202.05T10%2017q0%201.55.588%202.8t1.487%202.175q-.025%200-.037.013T12%2022m0-14q-.825%200-1.412.588T10%2010t.588%201.413T12%2012h.1q.4-.375.825-.687t.925-.563q.075-.175.113-.363T14%2010q0-.825-.587-1.412T12%208%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.svg?color=%231a73e8&size=48