reg-logo-ift from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
reg-logo-ift
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the reg logo ift icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.075 15.35q-.325.05-.65.038t-.675-.063q-1.6-.2-2.675-1.4T1 11.1q0-1.75 1-2.75t2.35-.575q.325-.525.775-.787t1-.263q1.425 0 2.6 1.363T9.9 11.075T8.738 14t-2.663 1.35q1.275-.15 1.95-.862t.55-1.713q-.025-.2-.087-.4t-.163-.475q.225-.375.338-.8t.112-.85q0-1.2-.862-2.2t-1.938-1q-.45 0-.762.188t-.588.662q-.575-.3-.4-.2t.125.075q-.325.5-.513 1.075t-.312 1.45q-.325.35-.5.813t-.175 1.012q0 .8.4 1.488t1.1 1.062q.35.35.788.525t.937.15m1.9-1.85q0 .65-.575 1.088t-1.5.437q-.425 0-.812-.088t-.738-.262q-.425-.45-.662-1.275t-.238-1.9q0-.3.013-.625t.062-.575q.125-.125.25-.225t.25-.15q-.025.15-.025.313v.312q0 1.375.5 2.138t1.375.762q.475 0 .938-.213t.962-.637q.125.275.163.488t.037.412m-.2-.9q-.325-.775-.962-1.487T5.45 10.025q-.375-.2-.737-.225t-.688.125q.05-.6.213-1.112t.387-.913q.85.2 2.05 1.513t1.65 2.512q-.125.2-.25.363t-.3.312m4.325 4.65v-4.575h-.975V11.4h2.55v5.85zm.75-6.4q-.4 0-.662-.275t-.263-.675t.263-.663t.662-.262t.663.263t.262.662t-.262.675t-.663.275m2.7 6.4v-4.6h-.975v-1.275h.975v-.425q0-.925.45-1.4t1.35-.475q.35 0 .625.038t.525.112V10.5q-.475-.15-.7-.1q-.35 0-.525.175t-.175.525v.275h1.4v1.275h-1.35v4.6zm6.3 0q-.9 0-1.35-.462t-.45-1.413v-2.7h-.9V11.4h.9V9.075h1.6V11.4H23v1.275h-1.4v2.55q0 .35.163.538t.512.187q.125 0 .5-.075v1.3q-.275.05-.425.063t-.5.012"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRegLogoIft(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="M6.075 15.35q-.325.05-.65.038t-.675-.063q-1.6-.2-2.675-1.4T1 11.1q0-1.75 1-2.75t2.35-.575q.325-.525.775-.787t1-.263q1.425 0 2.6 1.363T9.9 11.075T8.738 14t-2.663 1.35q1.275-.15 1.95-.862t.55-1.713q-.025-.2-.087-.4t-.163-.475q.225-.375.338-.8t.112-.85q0-1.2-.862-2.2t-1.938-1q-.45 0-.762.188t-.588.662q-.575-.3-.4-.2t.125.075q-.325.5-.513 1.075t-.312 1.45q-.325.35-.5.813t-.175 1.012q0 .8.4 1.488t1.1 1.062q.35.35.788.525t.937.15m1.9-1.85q0 .65-.575 1.088t-1.5.437q-.425 0-.812-.088t-.738-.262q-.425-.45-.662-1.275t-.238-1.9q0-.3.013-.625t.062-.575q.125-.125.25-.225t.25-.15q-.025.15-.025.313v.312q0 1.375.5 2.138t1.375.762q.475 0 .938-.213t.962-.637q.125.275.163.488t.037.412m-.2-.9q-.325-.775-.962-1.487T5.45 10.025q-.375-.2-.737-.225t-.688.125q.05-.6.213-1.112t.387-.913q.85.2 2.05 1.513t1.65 2.512q-.125.2-.25.363t-.3.312m4.325 4.65v-4.575h-.975V11.4h2.55v5.85zm.75-6.4q-.4 0-.662-.275t-.263-.675t.263-.663t.662-.262t.663.263t.262.662t-.262.675t-.663.275m2.7 6.4v-4.6h-.975v-1.275h.975v-.425q0-.925.45-1.4t1.35-.475q.35 0 .625.038t.525.112V10.5q-.475-.15-.7-.1q-.35 0-.525.175t-.175.525v.275h1.4v1.275h-1.35v4.6zm6.3 0q-.9 0-1.35-.462t-.45-1.413v-2.7h-.9V11.4h.9V9.075h1.6V11.4H23v1.275h-1.4v2.55q0 .35.163.538t.512.187q.125 0 .5-.075v1.3q-.275.05-.425.063t-.5.012"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.075 15.35q-.325.05-.65.038t-.675-.063q-1.6-.2-2.675-1.4T1 11.1q0-1.75 1-2.75t2.35-.575q.325-.525.775-.787t1-.263q1.425 0 2.6 1.363T9.9 11.075T8.738 14t-2.663 1.35q1.275-.15 1.95-.862t.55-1.713q-.025-.2-.087-.4t-.163-.475q.225-.375.338-.8t.112-.85q0-1.2-.862-2.2t-1.938-1q-.45 0-.762.188t-.588.662q-.575-.3-.4-.2t.125.075q-.325.5-.513 1.075t-.312 1.45q-.325.35-.5.813t-.175 1.012q0 .8.4 1.488t1.1 1.062q.35.35.788.525t.937.15m1.9-1.85q0 .65-.575 1.088t-1.5.437q-.425 0-.812-.088t-.738-.262q-.425-.45-.662-1.275t-.238-1.9q0-.3.013-.625t.062-.575q.125-.125.25-.225t.25-.15q-.025.15-.025.313v.312q0 1.375.5 2.138t1.375.762q.475 0 .938-.213t.962-.637q.125.275.163.488t.037.412m-.2-.9q-.325-.775-.962-1.487T5.45 10.025q-.375-.2-.737-.225t-.688.125q.05-.6.213-1.112t.387-.913q.85.2 2.05 1.513t1.65 2.512q-.125.2-.25.363t-.3.312m4.325 4.65v-4.575h-.975V11.4h2.55v5.85zm.75-6.4q-.4 0-.662-.275t-.263-.675t.263-.663t.662-.262t.663.263t.262.662t-.262.675t-.663.275m2.7 6.4v-4.6h-.975v-1.275h.975v-.425q0-.925.45-1.4t1.35-.475q.35 0 .625.038t.525.112V10.5q-.475-.15-.7-.1q-.35 0-.525.175t-.175.525v.275h1.4v1.275h-1.35v4.6zm6.3 0q-.9 0-1.35-.462t-.45-1.413v-2.7h-.9V11.4h.9V9.075h1.6V11.4H23v1.275h-1.4v2.55q0 .35.163.538t.512.187q.125 0 .5-.075v1.3q-.275.05-.425.063t-.5.012"/></svg>
</template>

CSS

.icon-reg-logo-ift {
  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%22M6.075%2015.35q-.325.05-.65.038t-.675-.063q-1.6-.2-2.675-1.4T1%2011.1q0-1.75%201-2.75t2.35-.575q.325-.525.775-.787t1-.263q1.425%200%202.6%201.363T9.9%2011.075T8.738%2014t-2.663%201.35q1.275-.15%201.95-.862t.55-1.713q-.025-.2-.087-.4t-.163-.475q.225-.375.338-.8t.112-.85q0-1.2-.862-2.2t-1.938-1q-.45%200-.762.188t-.588.662q-.575-.3-.4-.2t.125.075q-.325.5-.513%201.075t-.312%201.45q-.325.35-.5.813t-.175%201.012q0%20.8.4%201.488t1.1%201.062q.35.35.788.525t.937.15m1.9-1.85q0%20.65-.575%201.088t-1.5.437q-.425%200-.812-.088t-.738-.262q-.425-.45-.662-1.275t-.238-1.9q0-.3.013-.625t.062-.575q.125-.125.25-.225t.25-.15q-.025.15-.025.313v.312q0%201.375.5%202.138t1.375.762q.475%200%20.938-.213t.962-.637q.125.275.163.488t.037.412m-.2-.9q-.325-.775-.962-1.487T5.45%2010.025q-.375-.2-.737-.225t-.688.125q.05-.6.213-1.112t.387-.913q.85.2%202.05%201.513t1.65%202.512q-.125.2-.25.363t-.3.312m4.325%204.65v-4.575h-.975V11.4h2.55v5.85zm.75-6.4q-.4%200-.662-.275t-.263-.675t.263-.663t.662-.262t.663.263t.262.662t-.262.675t-.663.275m2.7%206.4v-4.6h-.975v-1.275h.975v-.425q0-.925.45-1.4t1.35-.475q.35%200%20.625.038t.525.112V10.5q-.475-.15-.7-.1q-.35%200-.525.175t-.175.525v.275h1.4v1.275h-1.35v4.6zm6.3%200q-.9%200-1.35-.462t-.45-1.413v-2.7h-.9V11.4h.9V9.075h1.6V11.4H23v1.275h-1.4v2.55q0%20.35.163.538t.512.187q.125%200%20.5-.075v1.3q-.275.05-.425.063t-.5.012%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%22M6.075%2015.35q-.325.05-.65.038t-.675-.063q-1.6-.2-2.675-1.4T1%2011.1q0-1.75%201-2.75t2.35-.575q.325-.525.775-.787t1-.263q1.425%200%202.6%201.363T9.9%2011.075T8.738%2014t-2.663%201.35q1.275-.15%201.95-.862t.55-1.713q-.025-.2-.087-.4t-.163-.475q.225-.375.338-.8t.112-.85q0-1.2-.862-2.2t-1.938-1q-.45%200-.762.188t-.588.662q-.575-.3-.4-.2t.125.075q-.325.5-.513%201.075t-.312%201.45q-.325.35-.5.813t-.175%201.012q0%20.8.4%201.488t1.1%201.062q.35.35.788.525t.937.15m1.9-1.85q0%20.65-.575%201.088t-1.5.437q-.425%200-.812-.088t-.738-.262q-.425-.45-.662-1.275t-.238-1.9q0-.3.013-.625t.062-.575q.125-.125.25-.225t.25-.15q-.025.15-.025.313v.312q0%201.375.5%202.138t1.375.762q.475%200%20.938-.213t.962-.637q.125.275.163.488t.037.412m-.2-.9q-.325-.775-.962-1.487T5.45%2010.025q-.375-.2-.737-.225t-.688.125q.05-.6.213-1.112t.387-.913q.85.2%202.05%201.513t1.65%202.512q-.125.2-.25.363t-.3.312m4.325%204.65v-4.575h-.975V11.4h2.55v5.85zm.75-6.4q-.4%200-.662-.275t-.263-.675t.263-.663t.662-.262t.663.263t.262.662t-.262.675t-.663.275m2.7%206.4v-4.6h-.975v-1.275h.975v-.425q0-.925.45-1.4t1.35-.475q.35%200%20.625.038t.525.112V10.5q-.475-.15-.7-.1q-.35%200-.525.175t-.175.525v.275h1.4v1.275h-1.35v4.6zm6.3%200q-.9%200-1.35-.462t-.45-1.413v-2.7h-.9V11.4h.9V9.075h1.6V11.4H23v1.275h-1.4v2.55q0%20.35.163.538t.512.187q.125%200%20.5-.075v1.3q-.275.05-.425.063t-.5.012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/reg-logo-ift.svg?color=%231a73e8&size=48