simplelocalize logo

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

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

Use the simplelocalize logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.62 1.5q1.63 0 3.017.834a6.1 6.1 0 0 1 2.175 2.197a3.5 3.5 0 0 1 1.988-.606q1.5 0 2.55 1.06q1.05 1.062 1.05 2.577a4 4 0 0 1-.225 1.327q1.65.34 2.738 1.667Q24 11.882 24 13.625q0 1.326-.637 2.444a4.7 4.7 0 0 1-1.666 1.715c-1.966 1.409-6.07 3.414-11.223 4.683c-1.866.459 3.785-3.98.853-3.98q-.15 0-.24-.011L5.4 18.475a5.17 5.17 0 0 1-2.7-.74a5.53 5.53 0 0 1-1.969-1.99A5.3 5.3 0 0 1 0 13.02q0-1.78 1.013-3.183T3.6 7.866v-.303a6 6 0 0 1 .806-3.032A6 6 0 0 1 6.6 2.315A5.86 5.86 0 0 1 9.62 1.5"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSimplelocalize(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="M9.62 1.5q1.63 0 3.017.834a6.1 6.1 0 0 1 2.175 2.197a3.5 3.5 0 0 1 1.988-.606q1.5 0 2.55 1.06q1.05 1.062 1.05 2.577a4 4 0 0 1-.225 1.327q1.65.34 2.738 1.667Q24 11.882 24 13.625q0 1.326-.637 2.444a4.7 4.7 0 0 1-1.666 1.715c-1.966 1.409-6.07 3.414-11.223 4.683c-1.866.459 3.785-3.98.853-3.98q-.15 0-.24-.011L5.4 18.475a5.17 5.17 0 0 1-2.7-.74a5.53 5.53 0 0 1-1.969-1.99A5.3 5.3 0 0 1 0 13.02q0-1.78 1.013-3.183T3.6 7.866v-.303a6 6 0 0 1 .806-3.032A6 6 0 0 1 6.6 2.315A5.86 5.86 0 0 1 9.62 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.62 1.5q1.63 0 3.017.834a6.1 6.1 0 0 1 2.175 2.197a3.5 3.5 0 0 1 1.988-.606q1.5 0 2.55 1.06q1.05 1.062 1.05 2.577a4 4 0 0 1-.225 1.327q1.65.34 2.738 1.667Q24 11.882 24 13.625q0 1.326-.637 2.444a4.7 4.7 0 0 1-1.666 1.715c-1.966 1.409-6.07 3.414-11.223 4.683c-1.866.459 3.785-3.98.853-3.98q-.15 0-.24-.011L5.4 18.475a5.17 5.17 0 0 1-2.7-.74a5.53 5.53 0 0 1-1.969-1.99A5.3 5.3 0 0 1 0 13.02q0-1.78 1.013-3.183T3.6 7.866v-.303a6 6 0 0 1 .806-3.032A6 6 0 0 1 6.6 2.315A5.86 5.86 0 0 1 9.62 1.5"/></svg>
</template>

CSS

.icon-simplelocalize {
  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%22M9.62%201.5q1.63%200%203.017.834a6.1%206.1%200%200%201%202.175%202.197a3.5%203.5%200%200%201%201.988-.606q1.5%200%202.55%201.06q1.05%201.062%201.05%202.577a4%204%200%200%201-.225%201.327q1.65.34%202.738%201.667Q24%2011.882%2024%2013.625q0%201.326-.637%202.444a4.7%204.7%200%200%201-1.666%201.715c-1.966%201.409-6.07%203.414-11.223%204.683c-1.866.459%203.785-3.98.853-3.98q-.15%200-.24-.011L5.4%2018.475a5.17%205.17%200%200%201-2.7-.74a5.53%205.53%200%200%201-1.969-1.99A5.3%205.3%200%200%201%200%2013.02q0-1.78%201.013-3.183T3.6%207.866v-.303a6%206%200%200%201%20.806-3.032A6%206%200%200%201%206.6%202.315A5.86%205.86%200%200%201%209.62%201.5%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%22M9.62%201.5q1.63%200%203.017.834a6.1%206.1%200%200%201%202.175%202.197a3.5%203.5%200%200%201%201.988-.606q1.5%200%202.55%201.06q1.05%201.062%201.05%202.577a4%204%200%200%201-.225%201.327q1.65.34%202.738%201.667Q24%2011.882%2024%2013.625q0%201.326-.637%202.444a4.7%204.7%200%200%201-1.666%201.715c-1.966%201.409-6.07%203.414-11.223%204.683c-1.866.459%203.785-3.98.853-3.98q-.15%200-.24-.011L5.4%2018.475a5.17%205.17%200%200%201-2.7-.74a5.53%205.53%200%200%201-1.969-1.99A5.3%205.3%200%200%201%200%2013.02q0-1.78%201.013-3.183T3.6%207.866v-.303a6%206%200%200%201%20.806-3.032A6%206%200%200%201%206.6%202.315A5.86%205.86%200%200%201%209.62%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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