relianceindustrieslimited logo

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

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

Use the relianceindustrieslimited logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.65 18.44c.717-1.506 1.356-3.046 1.661-4.787c.119 1.818 1.2 3.435 1.72 5.177c.199.842.214 1.714-.107 2.584c-.349.948-.911 1.759-1.582 2.488C7.528 21.936 6.97 20.11 7.65 18.44m11.547 3.765c-.825.623-1.902.716-2.744.311c0 0-.229-.093-.439-.34c-1.6-1.868-3.215-3.725-4.828-5.583c1.431.264 3-.438 3.805-1.712c.81-1.212.777-2.942.016-4.154c-.916-1.324-2.695-1.758-4.19-1.555c-2.588.373-4.447 2.722-5.026 5.182c-.595 2.799-.166 5.44.761 7.932a7 7 0 0 0 .856 1.538c-2.727-1.215-5.137-3.45-6.402-6.457c-1.4-3.232-1.372-7.324.294-10.606C2.608 4.225 4.923 1.876 7.789.884c1.157-.49 2.47-.746 3.81-.786h.716c1.91.057 3.838.55 5.435 1.466c3.548 1.807 6.232 6.3 6.244 10.314c.123 4.153-1.674 7.915-4.797 10.327"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRelianceindustrieslimited(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="M7.65 18.44c.717-1.506 1.356-3.046 1.661-4.787c.119 1.818 1.2 3.435 1.72 5.177c.199.842.214 1.714-.107 2.584c-.349.948-.911 1.759-1.582 2.488C7.528 21.936 6.97 20.11 7.65 18.44m11.547 3.765c-.825.623-1.902.716-2.744.311c0 0-.229-.093-.439-.34c-1.6-1.868-3.215-3.725-4.828-5.583c1.431.264 3-.438 3.805-1.712c.81-1.212.777-2.942.016-4.154c-.916-1.324-2.695-1.758-4.19-1.555c-2.588.373-4.447 2.722-5.026 5.182c-.595 2.799-.166 5.44.761 7.932a7 7 0 0 0 .856 1.538c-2.727-1.215-5.137-3.45-6.402-6.457c-1.4-3.232-1.372-7.324.294-10.606C2.608 4.225 4.923 1.876 7.789.884c1.157-.49 2.47-.746 3.81-.786h.716c1.91.057 3.838.55 5.435 1.466c3.548 1.807 6.232 6.3 6.244 10.314c.123 4.153-1.674 7.915-4.797 10.327"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.65 18.44c.717-1.506 1.356-3.046 1.661-4.787c.119 1.818 1.2 3.435 1.72 5.177c.199.842.214 1.714-.107 2.584c-.349.948-.911 1.759-1.582 2.488C7.528 21.936 6.97 20.11 7.65 18.44m11.547 3.765c-.825.623-1.902.716-2.744.311c0 0-.229-.093-.439-.34c-1.6-1.868-3.215-3.725-4.828-5.583c1.431.264 3-.438 3.805-1.712c.81-1.212.777-2.942.016-4.154c-.916-1.324-2.695-1.758-4.19-1.555c-2.588.373-4.447 2.722-5.026 5.182c-.595 2.799-.166 5.44.761 7.932a7 7 0 0 0 .856 1.538c-2.727-1.215-5.137-3.45-6.402-6.457c-1.4-3.232-1.372-7.324.294-10.606C2.608 4.225 4.923 1.876 7.789.884c1.157-.49 2.47-.746 3.81-.786h.716c1.91.057 3.838.55 5.435 1.466c3.548 1.807 6.232 6.3 6.244 10.314c.123 4.153-1.674 7.915-4.797 10.327"/></svg>
</template>

CSS

.icon-relianceindustrieslimited {
  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%22M7.65%2018.44c.717-1.506%201.356-3.046%201.661-4.787c.119%201.818%201.2%203.435%201.72%205.177c.199.842.214%201.714-.107%202.584c-.349.948-.911%201.759-1.582%202.488C7.528%2021.936%206.97%2020.11%207.65%2018.44m11.547%203.765c-.825.623-1.902.716-2.744.311c0%200-.229-.093-.439-.34c-1.6-1.868-3.215-3.725-4.828-5.583c1.431.264%203-.438%203.805-1.712c.81-1.212.777-2.942.016-4.154c-.916-1.324-2.695-1.758-4.19-1.555c-2.588.373-4.447%202.722-5.026%205.182c-.595%202.799-.166%205.44.761%207.932a7%207%200%200%200%20.856%201.538c-2.727-1.215-5.137-3.45-6.402-6.457c-1.4-3.232-1.372-7.324.294-10.606C2.608%204.225%204.923%201.876%207.789.884c1.157-.49%202.47-.746%203.81-.786h.716c1.91.057%203.838.55%205.435%201.466c3.548%201.807%206.232%206.3%206.244%2010.314c.123%204.153-1.674%207.915-4.797%2010.327%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%22M7.65%2018.44c.717-1.506%201.356-3.046%201.661-4.787c.119%201.818%201.2%203.435%201.72%205.177c.199.842.214%201.714-.107%202.584c-.349.948-.911%201.759-1.582%202.488C7.528%2021.936%206.97%2020.11%207.65%2018.44m11.547%203.765c-.825.623-1.902.716-2.744.311c0%200-.229-.093-.439-.34c-1.6-1.868-3.215-3.725-4.828-5.583c1.431.264%203-.438%203.805-1.712c.81-1.212.777-2.942.016-4.154c-.916-1.324-2.695-1.758-4.19-1.555c-2.588.373-4.447%202.722-5.026%205.182c-.595%202.799-.166%205.44.761%207.932a7%207%200%200%200%20.856%201.538c-2.727-1.215-5.137-3.45-6.402-6.457c-1.4-3.232-1.372-7.324.294-10.606C2.608%204.225%204.923%201.876%207.789.884c1.157-.49%202.47-.746%203.81-.786h.716c1.91.057%203.838.55%205.435%201.466c3.548%201.807%206.232%206.3%206.244%2010.314c.123%204.153-1.674%207.915-4.797%2010.327%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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