fsecure from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
fsecure
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the fsecure logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.928 2.946a35.92 35.92 0 0 0-22.228-.6A2.22 2.22 0 0 0 .08 5.094c.4 1.6.98 3.439 1.68 5.108c.01.04.03.02.03-.02c-.1-.78.5-1.77 1.679-2.13a27.55 27.55 0 0 1 17.381.23c.86.3 1.82-.17 2.099-1.059c.7-2.248.98-3.778 1.05-4.157c.01-.07-.05-.1-.07-.12zM6.658 7.893c-.86.18-2.05.46-2.94.76c-1.778.61-1.698 2.778-.749 3.468c.07-.4.5-.95.98-1.13c1.779-.7 3.688-1.119 5.617-1.289c-.98-.4-1.94-.97-2.899-1.809m14.163 4.338a21.15 21.15 0 0 0-16.441-.65c-.85.32-1.38 1.35-.85 2.329a38 38 0 0 0 3.148 4.797c-.17-.58.13-1.659 1.27-2.009c3.148-.969 6.456-.56 8.655.33c.62.25 1.5.1 1.99-.64a39 39 0 0 0 2.288-4.017c.03-.06 0-.11-.06-.14m-5.107 7.766a9.9 9.9 0 0 1-2.499-1.8c-.34-.34-.84-.829-1.37-1.409c-1.199 0-2.368.12-3.617.52c-1.16.36-1.27 1.7-.76 2.399c.86 1.07 1.46 1.65 2.419 2.639a2.74 2.74 0 0 0 3.818.02a43 43 0 0 0 2.059-2.21c.05-.05.03-.14-.05-.16"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFsecure(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="M23.928 2.946a35.92 35.92 0 0 0-22.228-.6A2.22 2.22 0 0 0 .08 5.094c.4 1.6.98 3.439 1.68 5.108c.01.04.03.02.03-.02c-.1-.78.5-1.77 1.679-2.13a27.55 27.55 0 0 1 17.381.23c.86.3 1.82-.17 2.099-1.059c.7-2.248.98-3.778 1.05-4.157c.01-.07-.05-.1-.07-.12zM6.658 7.893c-.86.18-2.05.46-2.94.76c-1.778.61-1.698 2.778-.749 3.468c.07-.4.5-.95.98-1.13c1.779-.7 3.688-1.119 5.617-1.289c-.98-.4-1.94-.97-2.899-1.809m14.163 4.338a21.15 21.15 0 0 0-16.441-.65c-.85.32-1.38 1.35-.85 2.329a38 38 0 0 0 3.148 4.797c-.17-.58.13-1.659 1.27-2.009c3.148-.969 6.456-.56 8.655.33c.62.25 1.5.1 1.99-.64a39 39 0 0 0 2.288-4.017c.03-.06 0-.11-.06-.14m-5.107 7.766a9.9 9.9 0 0 1-2.499-1.8c-.34-.34-.84-.829-1.37-1.409c-1.199 0-2.368.12-3.617.52c-1.16.36-1.27 1.7-.76 2.399c.86 1.07 1.46 1.65 2.419 2.639a2.74 2.74 0 0 0 3.818.02a43 43 0 0 0 2.059-2.21c.05-.05.03-.14-.05-.16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.928 2.946a35.92 35.92 0 0 0-22.228-.6A2.22 2.22 0 0 0 .08 5.094c.4 1.6.98 3.439 1.68 5.108c.01.04.03.02.03-.02c-.1-.78.5-1.77 1.679-2.13a27.55 27.55 0 0 1 17.381.23c.86.3 1.82-.17 2.099-1.059c.7-2.248.98-3.778 1.05-4.157c.01-.07-.05-.1-.07-.12zM6.658 7.893c-.86.18-2.05.46-2.94.76c-1.778.61-1.698 2.778-.749 3.468c.07-.4.5-.95.98-1.13c1.779-.7 3.688-1.119 5.617-1.289c-.98-.4-1.94-.97-2.899-1.809m14.163 4.338a21.15 21.15 0 0 0-16.441-.65c-.85.32-1.38 1.35-.85 2.329a38 38 0 0 0 3.148 4.797c-.17-.58.13-1.659 1.27-2.009c3.148-.969 6.456-.56 8.655.33c.62.25 1.5.1 1.99-.64a39 39 0 0 0 2.288-4.017c.03-.06 0-.11-.06-.14m-5.107 7.766a9.9 9.9 0 0 1-2.499-1.8c-.34-.34-.84-.829-1.37-1.409c-1.199 0-2.368.12-3.617.52c-1.16.36-1.27 1.7-.76 2.399c.86 1.07 1.46 1.65 2.419 2.639a2.74 2.74 0 0 0 3.818.02a43 43 0 0 0 2.059-2.21c.05-.05.03-.14-.05-.16"/></svg>
</template>

CSS

.icon-fsecure {
  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%22M23.928%202.946a35.92%2035.92%200%200%200-22.228-.6A2.22%202.22%200%200%200%20.08%205.094c.4%201.6.98%203.439%201.68%205.108c.01.04.03.02.03-.02c-.1-.78.5-1.77%201.679-2.13a27.55%2027.55%200%200%201%2017.381.23c.86.3%201.82-.17%202.099-1.059c.7-2.248.98-3.778%201.05-4.157c.01-.07-.05-.1-.07-.12zM6.658%207.893c-.86.18-2.05.46-2.94.76c-1.778.61-1.698%202.778-.749%203.468c.07-.4.5-.95.98-1.13c1.779-.7%203.688-1.119%205.617-1.289c-.98-.4-1.94-.97-2.899-1.809m14.163%204.338a21.15%2021.15%200%200%200-16.441-.65c-.85.32-1.38%201.35-.85%202.329a38%2038%200%200%200%203.148%204.797c-.17-.58.13-1.659%201.27-2.009c3.148-.969%206.456-.56%208.655.33c.62.25%201.5.1%201.99-.64a39%2039%200%200%200%202.288-4.017c.03-.06%200-.11-.06-.14m-5.107%207.766a9.9%209.9%200%200%201-2.499-1.8c-.34-.34-.84-.829-1.37-1.409c-1.199%200-2.368.12-3.617.52c-1.16.36-1.27%201.7-.76%202.399c.86%201.07%201.46%201.65%202.419%202.639a2.74%202.74%200%200%200%203.818.02a43%2043%200%200%200%202.059-2.21c.05-.05.03-.14-.05-.16%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%22M23.928%202.946a35.92%2035.92%200%200%200-22.228-.6A2.22%202.22%200%200%200%20.08%205.094c.4%201.6.98%203.439%201.68%205.108c.01.04.03.02.03-.02c-.1-.78.5-1.77%201.679-2.13a27.55%2027.55%200%200%201%2017.381.23c.86.3%201.82-.17%202.099-1.059c.7-2.248.98-3.778%201.05-4.157c.01-.07-.05-.1-.07-.12zM6.658%207.893c-.86.18-2.05.46-2.94.76c-1.778.61-1.698%202.778-.749%203.468c.07-.4.5-.95.98-1.13c1.779-.7%203.688-1.119%205.617-1.289c-.98-.4-1.94-.97-2.899-1.809m14.163%204.338a21.15%2021.15%200%200%200-16.441-.65c-.85.32-1.38%201.35-.85%202.329a38%2038%200%200%200%203.148%204.797c-.17-.58.13-1.659%201.27-2.009c3.148-.969%206.456-.56%208.655.33c.62.25%201.5.1%201.99-.64a39%2039%200%200%200%202.288-4.017c.03-.06%200-.11-.06-.14m-5.107%207.766a9.9%209.9%200%200%201-2.499-1.8c-.34-.34-.84-.829-1.37-1.409c-1.199%200-2.368.12-3.617.52c-1.16.36-1.27%201.7-.76%202.399c.86%201.07%201.46%201.65%202.419%202.639a2.74%202.74%200%200%200%203.818.02a43%2043%200%200%200%202.059-2.21c.05-.05.03-.14-.05-.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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