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

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

Use the soriana logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.994 3.2c-1.16 0-2.772.494-3.94 2.104c-.223.314-.39.664-.494 1.034a4.27 4.27 0 0 0 .678 3.692c.6.812 1.368 1.42 2.044 1.96c.332.26 1.034.926 1.26 1.208c.34.422.596.674.902 1.606c.186.564.212 1.308.12 1.73C21.684 14.384 24 11.594 24 8.56c0-3.486-2.498-5.36-5.006-5.36M15.05 14.986c-.886-1.204-1.908-1.936-2.754-2.706c-.368-.336-.772-.584-1.07-.88c-1.434-1.424-2.102-3.18-1.764-5.34c.268-1.692 1.108-2.806 2.124-3.622a7.1 7.1 0 0 0-4.278-1.372C3.274 1.066-.1 4.31.002 8.306c.184 7.22 9.224 13.37 12.948 14.628c1.992-1.02 3.05-2.928 3.05-4.884c0-1.426-.612-2.6-.95-3.064"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSoriana(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="M18.994 3.2c-1.16 0-2.772.494-3.94 2.104c-.223.314-.39.664-.494 1.034a4.27 4.27 0 0 0 .678 3.692c.6.812 1.368 1.42 2.044 1.96c.332.26 1.034.926 1.26 1.208c.34.422.596.674.902 1.606c.186.564.212 1.308.12 1.73C21.684 14.384 24 11.594 24 8.56c0-3.486-2.498-5.36-5.006-5.36M15.05 14.986c-.886-1.204-1.908-1.936-2.754-2.706c-.368-.336-.772-.584-1.07-.88c-1.434-1.424-2.102-3.18-1.764-5.34c.268-1.692 1.108-2.806 2.124-3.622a7.1 7.1 0 0 0-4.278-1.372C3.274 1.066-.1 4.31.002 8.306c.184 7.22 9.224 13.37 12.948 14.628c1.992-1.02 3.05-2.928 3.05-4.884c0-1.426-.612-2.6-.95-3.064"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.994 3.2c-1.16 0-2.772.494-3.94 2.104c-.223.314-.39.664-.494 1.034a4.27 4.27 0 0 0 .678 3.692c.6.812 1.368 1.42 2.044 1.96c.332.26 1.034.926 1.26 1.208c.34.422.596.674.902 1.606c.186.564.212 1.308.12 1.73C21.684 14.384 24 11.594 24 8.56c0-3.486-2.498-5.36-5.006-5.36M15.05 14.986c-.886-1.204-1.908-1.936-2.754-2.706c-.368-.336-.772-.584-1.07-.88c-1.434-1.424-2.102-3.18-1.764-5.34c.268-1.692 1.108-2.806 2.124-3.622a7.1 7.1 0 0 0-4.278-1.372C3.274 1.066-.1 4.31.002 8.306c.184 7.22 9.224 13.37 12.948 14.628c1.992-1.02 3.05-2.928 3.05-4.884c0-1.426-.612-2.6-.95-3.064"/></svg>
</template>

CSS

.icon-soriana {
  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%22M18.994%203.2c-1.16%200-2.772.494-3.94%202.104c-.223.314-.39.664-.494%201.034a4.27%204.27%200%200%200%20.678%203.692c.6.812%201.368%201.42%202.044%201.96c.332.26%201.034.926%201.26%201.208c.34.422.596.674.902%201.606c.186.564.212%201.308.12%201.73C21.684%2014.384%2024%2011.594%2024%208.56c0-3.486-2.498-5.36-5.006-5.36M15.05%2014.986c-.886-1.204-1.908-1.936-2.754-2.706c-.368-.336-.772-.584-1.07-.88c-1.434-1.424-2.102-3.18-1.764-5.34c.268-1.692%201.108-2.806%202.124-3.622a7.1%207.1%200%200%200-4.278-1.372C3.274%201.066-.1%204.31.002%208.306c.184%207.22%209.224%2013.37%2012.948%2014.628c1.992-1.02%203.05-2.928%203.05-4.884c0-1.426-.612-2.6-.95-3.064%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%22M18.994%203.2c-1.16%200-2.772.494-3.94%202.104c-.223.314-.39.664-.494%201.034a4.27%204.27%200%200%200%20.678%203.692c.6.812%201.368%201.42%202.044%201.96c.332.26%201.034.926%201.26%201.208c.34.422.596.674.902%201.606c.186.564.212%201.308.12%201.73C21.684%2014.384%2024%2011.594%2024%208.56c0-3.486-2.498-5.36-5.006-5.36M15.05%2014.986c-.886-1.204-1.908-1.936-2.754-2.706c-.368-.336-.772-.584-1.07-.88c-1.434-1.424-2.102-3.18-1.764-5.34c.268-1.692%201.108-2.806%202.124-3.622a7.1%207.1%200%200%200-4.278-1.372C3.274%201.066-.1%204.31.002%208.306c.184%207.22%209.224%2013.37%2012.948%2014.628c1.992-1.02%203.05-2.928%203.05-4.884c0-1.426-.612-2.6-.95-3.064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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