encrypted minus circle icon
encrypted-minus-circle-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- encrypted-minus-circle-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tipprivate-connectivity
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.885 17.385h4.23q.162 0 .274-.112T19.5 17t-.111-.273t-.273-.111h-4.231q-.162 0-.273.111T14.5 17t.112.273t.272.112M17 21q-1.671 0-2.835-1.164Q13 18.67 13 17t1.165-2.835T17 13t2.836 1.165T21 17t-1.164 2.836T17 21M5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923v3.57q0 .348-.279.572t-.646.157q-.258-.068-.534-.092Q17.264 11 17 11q-2.496 0-4.248 1.752T11 17q0 .627.14 1.274q.139.647.45 1.326q.187.398-.108.716t-.693.15q-1.147-.512-2.08-1.293q-.932-.78-1.703-1.865q-.94-1.322-1.473-2.901T5 11.1m7-2.58q-.613 0-1.037.433q-.424.434-.424 1.047t.424 1.038t1.037.424q.217 0 .406-.068t.348-.221q.092-.086.19-.158t.214-.13q.17-.194.247-.411T13.48 10q0-.613-.434-1.047q-.433-.434-1.047-.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEncryptedMinusCircleRounded(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.885 17.385h4.23q.162 0 .274-.112T19.5 17t-.111-.273t-.273-.111h-4.231q-.162 0-.273.111T14.5 17t.112.273t.272.112M17 21q-1.671 0-2.835-1.164Q13 18.67 13 17t1.165-2.835T17 13t2.836 1.165T21 17t-1.164 2.836T17 21M5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923v3.57q0 .348-.279.572t-.646.157q-.258-.068-.534-.092Q17.264 11 17 11q-2.496 0-4.248 1.752T11 17q0 .627.14 1.274q.139.647.45 1.326q.187.398-.108.716t-.693.15q-1.147-.512-2.08-1.293q-.932-.78-1.703-1.865q-.94-1.322-1.473-2.901T5 11.1m7-2.58q-.613 0-1.037.433q-.424.434-.424 1.047t.424 1.038t1.037.424q.217 0 .406-.068t.348-.221q.092-.086.19-.158t.214-.13q.17-.194.247-.411T13.48 10q0-.613-.434-1.047q-.433-.434-1.047-.434"/></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.885 17.385h4.23q.162 0 .274-.112T19.5 17t-.111-.273t-.273-.111h-4.231q-.162 0-.273.111T14.5 17t.112.273t.272.112M17 21q-1.671 0-2.835-1.164Q13 18.67 13 17t1.165-2.835T17 13t2.836 1.165T21 17t-1.164 2.836T17 21M5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923v3.57q0 .348-.279.572t-.646.157q-.258-.068-.534-.092Q17.264 11 17 11q-2.496 0-4.248 1.752T11 17q0 .627.14 1.274q.139.647.45 1.326q.187.398-.108.716t-.693.15q-1.147-.512-2.08-1.293q-.932-.78-1.703-1.865q-.94-1.322-1.473-2.901T5 11.1m7-2.58q-.613 0-1.037.433q-.424.434-.424 1.047t.424 1.038t1.037.424q.217 0 .406-.068t.348-.221q.092-.086.19-.158t.214-.13q.17-.194.247-.411T13.48 10q0-.613-.434-1.047q-.433-.434-1.047-.434"/></svg> </template>
CSS
.icon-encrypted-minus-circle-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%22M14.885%2017.385h4.23q.162%200%20.274-.112T19.5%2017t-.111-.273t-.273-.111h-4.231q-.162%200-.273.111T14.5%2017t.112.273t.272.112M17%2021q-1.671%200-2.835-1.164Q13%2018.67%2013%2017t1.165-2.835T17%2013t2.836%201.165T21%2017t-1.164%202.836T17%2021M5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923v3.57q0%20.348-.279.572t-.646.157q-.258-.068-.534-.092Q17.264%2011%2017%2011q-2.496%200-4.248%201.752T11%2017q0%20.627.14%201.274q.139.647.45%201.326q.187.398-.108.716t-.693.15q-1.147-.512-2.08-1.293q-.932-.78-1.703-1.865q-.94-1.322-1.473-2.901T5%2011.1m7-2.58q-.613%200-1.037.433q-.424.434-.424%201.047t.424%201.038t1.037.424q.217%200%20.406-.068t.348-.221q.092-.086.19-.158t.214-.13q.17-.194.247-.411T13.48%2010q0-.613-.434-1.047q-.433-.434-1.047-.434%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.885%2017.385h4.23q.162%200%20.274-.112T19.5%2017t-.111-.273t-.273-.111h-4.231q-.162%200-.273.111T14.5%2017t.112.273t.272.112M17%2021q-1.671%200-2.835-1.164Q13%2018.67%2013%2017t1.165-2.835T17%2013t2.836%201.165T21%2017t-1.164%202.836T17%2021M5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923v3.57q0%20.348-.279.572t-.646.157q-.258-.068-.534-.092Q17.264%2011%2017%2011q-2.496%200-4.248%201.752T11%2017q0%20.627.14%201.274q.139.647.45%201.326q.187.398-.108.716t-.693.15q-1.147-.512-2.08-1.293q-.932-.78-1.703-1.865q-.94-1.322-1.473-2.901T5%2011.1m7-2.58q-.613%200-1.037.433q-.424.434-.424%201.047t.424%201.038t1.037.424q.217%200%20.406-.068t.348-.221q.092-.086.19-.158t.214-.13q.17-.194.247-.411T13.48%2010q0-.613-.434-1.047q-.433-.434-1.047-.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/encrypted-minus-circle-rounded.svg?color=%231a73e8&size=48