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

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

Use the tarom logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.054 0C5.424 0 .028 5.37 0 11.973C0 18.603 5.424 24 12.054 24C18.657 24 24 18.603 24 11.973C24 5.398 18.657 0 12.054 0m0 .877c2.603 0 5.068.96 6.986 2.52L7.178 15.123a21 21 0 0 1-.75-.101c-.55-.082-.988-.147-1.552-.089c-.904.082-2.135.876-2.902 1.725a11.2 11.2 0 0 1-1.015-4.711C.959 5.864 5.917.877 12.054.877m7.37 2.876c2.247 2.054 3.672 4.987 3.672 8.22c0 2.137-.549 4.055-1.59 5.753l-10.218-1.862ZM4.876 16.738c.795.028 1.644.084 2.521.33l9.534 4.712l-5.15-4.219l9.479.547c-2 3.014-5.398 4.96-9.179 4.96c-4.328 0-8.082-2.465-9.945-6.054c.96-.164 1.809-.303 2.74-.276"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTarom(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="M12.054 0C5.424 0 .028 5.37 0 11.973C0 18.603 5.424 24 12.054 24C18.657 24 24 18.603 24 11.973C24 5.398 18.657 0 12.054 0m0 .877c2.603 0 5.068.96 6.986 2.52L7.178 15.123a21 21 0 0 1-.75-.101c-.55-.082-.988-.147-1.552-.089c-.904.082-2.135.876-2.902 1.725a11.2 11.2 0 0 1-1.015-4.711C.959 5.864 5.917.877 12.054.877m7.37 2.876c2.247 2.054 3.672 4.987 3.672 8.22c0 2.137-.549 4.055-1.59 5.753l-10.218-1.862ZM4.876 16.738c.795.028 1.644.084 2.521.33l9.534 4.712l-5.15-4.219l9.479.547c-2 3.014-5.398 4.96-9.179 4.96c-4.328 0-8.082-2.465-9.945-6.054c.96-.164 1.809-.303 2.74-.276"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.054 0C5.424 0 .028 5.37 0 11.973C0 18.603 5.424 24 12.054 24C18.657 24 24 18.603 24 11.973C24 5.398 18.657 0 12.054 0m0 .877c2.603 0 5.068.96 6.986 2.52L7.178 15.123a21 21 0 0 1-.75-.101c-.55-.082-.988-.147-1.552-.089c-.904.082-2.135.876-2.902 1.725a11.2 11.2 0 0 1-1.015-4.711C.959 5.864 5.917.877 12.054.877m7.37 2.876c2.247 2.054 3.672 4.987 3.672 8.22c0 2.137-.549 4.055-1.59 5.753l-10.218-1.862ZM4.876 16.738c.795.028 1.644.084 2.521.33l9.534 4.712l-5.15-4.219l9.479.547c-2 3.014-5.398 4.96-9.179 4.96c-4.328 0-8.082-2.465-9.945-6.054c.96-.164 1.809-.303 2.74-.276"/></svg>
</template>

CSS

.icon-tarom {
  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%22M12.054%200C5.424%200%20.028%205.37%200%2011.973C0%2018.603%205.424%2024%2012.054%2024C18.657%2024%2024%2018.603%2024%2011.973C24%205.398%2018.657%200%2012.054%200m0%20.877c2.603%200%205.068.96%206.986%202.52L7.178%2015.123a21%2021%200%200%201-.75-.101c-.55-.082-.988-.147-1.552-.089c-.904.082-2.135.876-2.902%201.725a11.2%2011.2%200%200%201-1.015-4.711C.959%205.864%205.917.877%2012.054.877m7.37%202.876c2.247%202.054%203.672%204.987%203.672%208.22c0%202.137-.549%204.055-1.59%205.753l-10.218-1.862ZM4.876%2016.738c.795.028%201.644.084%202.521.33l9.534%204.712l-5.15-4.219l9.479.547c-2%203.014-5.398%204.96-9.179%204.96c-4.328%200-8.082-2.465-9.945-6.054c.96-.164%201.809-.303%202.74-.276%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%22M12.054%200C5.424%200%20.028%205.37%200%2011.973C0%2018.603%205.424%2024%2012.054%2024C18.657%2024%2024%2018.603%2024%2011.973C24%205.398%2018.657%200%2012.054%200m0%20.877c2.603%200%205.068.96%206.986%202.52L7.178%2015.123a21%2021%200%200%201-.75-.101c-.55-.082-.988-.147-1.552-.089c-.904.082-2.135.876-2.902%201.725a11.2%2011.2%200%200%201-1.015-4.711C.959%205.864%205.917.877%2012.054.877m7.37%202.876c2.247%202.054%203.672%204.987%203.672%208.22c0%202.137-.549%204.055-1.59%205.753l-10.218-1.862ZM4.876%2016.738c.795.028%201.644.084%202.521.33l9.534%204.712l-5.15-4.219l9.479.547c-2%203.014-5.398%204.96-9.179%204.96c-4.328%200-8.082-2.465-9.945-6.054c.96-.164%201.809-.303%202.74-.276%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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