safe from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.

Name
safe
Set
Reicon
Style
Outline
Category
Money
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All safe icons →

More money icons from Reicon

Use the safe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.194 2.584-.6 3.479-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995 3.995c.57-.57 1.34-.897 2.619-1.069c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619c.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62c-.57.569-1.34.896-2.619 1.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62m12.397.372c-.867-.117-1.97-.117-3.337-.117h-2.11c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981a3 3 0 0 0-.634.933a.75.75 0 0 0-.964.72v3a.75.75 0 0 0 .5.707v2.586a.75.75 0 0 0-.5.707v3a.75.75 0 0 0 .964.72c.151.342.356.654.634.932c.602.602 1.36.86 2.26.982c.867.116 1.97.116 3.337.116h2.11c1.367 0 2.47 0 3.337-.116c.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-2.11c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981M6.409 6.409c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h2c1.435 0 2.437.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191v2c0 1.435-.002 2.437-.103 3.192c-.099.734-.28 1.122-.556 1.399c-.277.277-.665.457-1.4.556c-.754.101-1.756.103-3.191.103h-2c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.754-.103-1.756-.103-3.191v-2c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399M12 7.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5m0 8c-1.07 0-2.02-.517-2.611-1.315l1.712-.734c.25.188.562.299.899.299s.648-.111.899-.299l1.712.734A3.25 3.25 0 0 1 12 15.25m-.75-6.413a3.25 3.25 0 0 0-2.453 3.72l1.713-.735a1.5 1.5 0 0 1 .74-1.121zm4 3.163q0 .285-.047.556l-1.713-.734a1.5 1.5 0 0 0-.74-1.121V8.837A3.25 3.25 0 0 1 15.25 12" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSafe(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" fillRule="evenodd" d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.194 2.584-.6 3.479-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995 3.995c.57-.57 1.34-.897 2.619-1.069c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619c.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62c-.57.569-1.34.896-2.619 1.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62m12.397.372c-.867-.117-1.97-.117-3.337-.117h-2.11c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981a3 3 0 0 0-.634.933a.75.75 0 0 0-.964.72v3a.75.75 0 0 0 .5.707v2.586a.75.75 0 0 0-.5.707v3a.75.75 0 0 0 .964.72c.151.342.356.654.634.932c.602.602 1.36.86 2.26.982c.867.116 1.97.116 3.337.116h2.11c1.367 0 2.47 0 3.337-.116c.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-2.11c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981M6.409 6.409c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h2c1.435 0 2.437.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191v2c0 1.435-.002 2.437-.103 3.192c-.099.734-.28 1.122-.556 1.399c-.277.277-.665.457-1.4.556c-.754.101-1.756.103-3.191.103h-2c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.754-.103-1.756-.103-3.191v-2c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399M12 7.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5m0 8c-1.07 0-2.02-.517-2.611-1.315l1.712-.734c.25.188.562.299.899.299s.648-.111.899-.299l1.712.734A3.25 3.25 0 0 1 12 15.25m-.75-6.413a3.25 3.25 0 0 0-2.453 3.72l1.713-.735a1.5 1.5 0 0 1 .74-1.121zm4 3.163q0 .285-.047.556l-1.713-.734a1.5 1.5 0 0 0-.74-1.121V8.837A3.25 3.25 0 0 1 15.25 12" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.194 2.584-.6 3.479-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995 3.995c.57-.57 1.34-.897 2.619-1.069c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619c.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62c-.57.569-1.34.896-2.619 1.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62m12.397.372c-.867-.117-1.97-.117-3.337-.117h-2.11c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981a3 3 0 0 0-.634.933a.75.75 0 0 0-.964.72v3a.75.75 0 0 0 .5.707v2.586a.75.75 0 0 0-.5.707v3a.75.75 0 0 0 .964.72c.151.342.356.654.634.932c.602.602 1.36.86 2.26.982c.867.116 1.97.116 3.337.116h2.11c1.367 0 2.47 0 3.337-.116c.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-2.11c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981M6.409 6.409c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h2c1.435 0 2.437.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191v2c0 1.435-.002 2.437-.103 3.192c-.099.734-.28 1.122-.556 1.399c-.277.277-.665.457-1.4.556c-.754.101-1.756.103-3.191.103h-2c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.754-.103-1.756-.103-3.191v-2c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399M12 7.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5m0 8c-1.07 0-2.02-.517-2.611-1.315l1.712-.734c.25.188.562.299.899.299s.648-.111.899-.299l1.712.734A3.25 3.25 0 0 1 12 15.25m-.75-6.413a3.25 3.25 0 0 0-2.453 3.72l1.713-.735a1.5 1.5 0 0 1 .74-1.121zm4 3.163q0 .285-.047.556l-1.713-.734a1.5 1.5 0 0 0-.74-1.121V8.837A3.25 3.25 0 0 1 15.25 12" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-safe {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.057%201.25h-.114c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.494%203.48c-.19%201.411-.19%203.22-.19%205.529v.114c0%202.309%200%204.118.19%205.53c.194%201.444.6%202.584%201.494%203.479c.895.895%202.035%201.3%203.48%201.494c1.411.19%203.22.19%205.529.19h.114c2.309%200%204.118%200%205.53-.19c1.444-.194%202.584-.6%203.479-1.494c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995%203.995c.57-.57%201.34-.897%202.619-1.069c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619c.174%201.3.176%203.008.176%205.386s-.002%204.086-.176%205.386c-.172%201.279-.5%202.05-1.069%202.62c-.57.569-1.34.896-2.619%201.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05%201.069-2.62m12.397.372c-.867-.117-1.97-.117-3.337-.117h-2.11c-1.367%200-2.47%200-3.337.117c-.9.12-1.658.38-2.26.981a3%203%200%200%200-.634.933a.75.75%200%200%200-.964.72v3a.75.75%200%200%200%20.5.707v2.586a.75.75%200%200%200-.5.707v3a.75.75%200%200%200%20.964.72c.151.342.356.654.634.932c.602.602%201.36.86%202.26.982c.867.116%201.97.116%203.337.116h2.11c1.367%200%202.47%200%203.337-.116c.9-.122%201.658-.38%202.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-2.11c0-1.367%200-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981M6.409%206.409c.277-.277.665-.457%201.4-.556c.754-.101%201.756-.103%203.191-.103h2c1.435%200%202.437.002%203.192.103c.734.099%201.122.28%201.399.556c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191v2c0%201.435-.002%202.437-.103%203.192c-.099.734-.28%201.122-.556%201.399c-.277.277-.665.457-1.4.556c-.754.101-1.756.103-3.191.103h-2c-1.435%200-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.754-.103-1.756-.103-3.191v-2c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399M12%207.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5m0%208c-1.07%200-2.02-.517-2.611-1.315l1.712-.734c.25.188.562.299.899.299s.648-.111.899-.299l1.712.734A3.25%203.25%200%200%201%2012%2015.25m-.75-6.413a3.25%203.25%200%200%200-2.453%203.72l1.713-.735a1.5%201.5%200%200%201%20.74-1.121zm4%203.163q0%20.285-.047.556l-1.713-.734a1.5%201.5%200%200%200-.74-1.121V8.837A3.25%203.25%200%200%201%2015.25%2012%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.057%201.25h-.114c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.494%203.48c-.19%201.411-.19%203.22-.19%205.529v.114c0%202.309%200%204.118.19%205.53c.194%201.444.6%202.584%201.494%203.479c.895.895%202.035%201.3%203.48%201.494c1.411.19%203.22.19%205.529.19h.114c2.309%200%204.118%200%205.53-.19c1.444-.194%202.584-.6%203.479-1.494c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995%203.995c.57-.57%201.34-.897%202.619-1.069c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619c.174%201.3.176%203.008.176%205.386s-.002%204.086-.176%205.386c-.172%201.279-.5%202.05-1.069%202.62c-.57.569-1.34.896-2.619%201.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05%201.069-2.62m12.397.372c-.867-.117-1.97-.117-3.337-.117h-2.11c-1.367%200-2.47%200-3.337.117c-.9.12-1.658.38-2.26.981a3%203%200%200%200-.634.933a.75.75%200%200%200-.964.72v3a.75.75%200%200%200%20.5.707v2.586a.75.75%200%200%200-.5.707v3a.75.75%200%200%200%20.964.72c.151.342.356.654.634.932c.602.602%201.36.86%202.26.982c.867.116%201.97.116%203.337.116h2.11c1.367%200%202.47%200%203.337-.116c.9-.122%201.658-.38%202.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-2.11c0-1.367%200-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981M6.409%206.409c.277-.277.665-.457%201.4-.556c.754-.101%201.756-.103%203.191-.103h2c1.435%200%202.437.002%203.192.103c.734.099%201.122.28%201.399.556c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191v2c0%201.435-.002%202.437-.103%203.192c-.099.734-.28%201.122-.556%201.399c-.277.277-.665.457-1.4.556c-.754.101-1.756.103-3.191.103h-2c-1.435%200-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.754-.103-1.756-.103-3.191v-2c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399M12%207.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5m0%208c-1.07%200-2.02-.517-2.611-1.315l1.712-.734c.25.188.562.299.899.299s.648-.111.899-.299l1.712.734A3.25%203.25%200%200%201%2012%2015.25m-.75-6.413a3.25%203.25%200%200%200-2.453%203.72l1.713-.735a1.5%201.5%200%200%201%20.74-1.121zm4%203.163q0%20.285-.047.556l-1.713-.734a1.5%201.5%200%200%200-.74-1.121V8.837A3.25%203.25%200%200%201%2015.25%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/safe.svg?color=%231a73e8&size=48