smartling logo

smartling from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
smartling
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the smartling logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f26c5d" d="M104.898 197.43c-25.612 0-46.456-20.845-46.456-46.457s20.844-46.457 46.456-46.457s46.457 20.845 46.457 46.457s-20.845 46.456-46.457 46.456m0-76.676c-16.665 0-30.23 13.554-30.23 30.23c0 16.675 13.555 30.23 30.23 30.23s30.23-13.555 30.23-30.23s-13.565-30.23-30.23-30.23m8.977 39.4c-4.971 4.972-13.032 4.972-18.004 0s-4.972-13.033 0-18.005s13.033-4.971 18.004 0c4.972 4.972 4.972 13.033 0 18.005m-8.977 72.166a81.2 81.2 0 0 1-24.275-3.688c-4.319-1.347-6.724-5.944-5.377-10.262s5.943-6.734 10.262-5.377c6.242 1.956 12.774 2.94 19.39 2.94c35.81 0 64.95-29.14 64.95-64.95s-29.14-64.949-64.95-64.949s-64.949 29.14-64.949 64.95c0 6.627.994 13.169 2.95 19.422a8.21 8.21 0 0 1-5.376 10.273a8.21 8.21 0 0 1-10.273-5.377a81.2 81.2 0 0 1-3.699-24.319c0-44.853 36.494-81.346 81.347-81.346s81.337 36.493 81.337 81.346s-36.494 81.337-81.337 81.337m49.503 23.42a8.2 8.2 0 0 1-7.3-4.457c-2.064-4.03-.482-8.969 3.548-11.032c33.64-17.285 54.538-51.491 54.538-89.278c0-55.308-44.992-100.3-100.3-100.3c-37.904 0-72.153 20.995-89.395 54.784c-2.064 4.03-6.991 5.633-11.021 3.57A8.185 8.185 0 0 1 .9 98.007c20.053-39.306 59.903-63.72 103.997-63.72c64.34 0 116.687 52.346 116.687 116.686c0 43.955-24.308 83.752-63.442 103.859a8.1 8.1 0 0 1-3.742.908m78.568-33.81a8.1 8.1 0 0 1-3.613-.856a8.115 8.115 0 0 1-3.645-10.882c25.708-51.651 15.542-113.778-25.28-154.601C159.456 14.618 97.158 4.538 45.41 30.524a8.11 8.11 0 0 1-10.89-3.614a8.11 8.11 0 0 1 3.613-10.893C96.133-13.1 165.967-1.812 211.9 44.121c45.762 45.761 57.146 115.414 28.327 173.308a8.08 8.08 0 0 1-7.258 4.5"/></svg>

React

import type { SVGProps } from "react";

export function LogosSmartling(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f26c5d" d="M104.898 197.43c-25.612 0-46.456-20.845-46.456-46.457s20.844-46.457 46.456-46.457s46.457 20.845 46.457 46.457s-20.845 46.456-46.457 46.456m0-76.676c-16.665 0-30.23 13.554-30.23 30.23c0 16.675 13.555 30.23 30.23 30.23s30.23-13.555 30.23-30.23s-13.565-30.23-30.23-30.23m8.977 39.4c-4.971 4.972-13.032 4.972-18.004 0s-4.972-13.033 0-18.005s13.033-4.971 18.004 0c4.972 4.972 4.972 13.033 0 18.005m-8.977 72.166a81.2 81.2 0 0 1-24.275-3.688c-4.319-1.347-6.724-5.944-5.377-10.262s5.943-6.734 10.262-5.377c6.242 1.956 12.774 2.94 19.39 2.94c35.81 0 64.95-29.14 64.95-64.95s-29.14-64.949-64.95-64.949s-64.949 29.14-64.949 64.95c0 6.627.994 13.169 2.95 19.422a8.21 8.21 0 0 1-5.376 10.273a8.21 8.21 0 0 1-10.273-5.377a81.2 81.2 0 0 1-3.699-24.319c0-44.853 36.494-81.346 81.347-81.346s81.337 36.493 81.337 81.346s-36.494 81.337-81.337 81.337m49.503 23.42a8.2 8.2 0 0 1-7.3-4.457c-2.064-4.03-.482-8.969 3.548-11.032c33.64-17.285 54.538-51.491 54.538-89.278c0-55.308-44.992-100.3-100.3-100.3c-37.904 0-72.153 20.995-89.395 54.784c-2.064 4.03-6.991 5.633-11.021 3.57A8.185 8.185 0 0 1 .9 98.007c20.053-39.306 59.903-63.72 103.997-63.72c64.34 0 116.687 52.346 116.687 116.686c0 43.955-24.308 83.752-63.442 103.859a8.1 8.1 0 0 1-3.742.908m78.568-33.81a8.1 8.1 0 0 1-3.613-.856a8.115 8.115 0 0 1-3.645-10.882c25.708-51.651 15.542-113.778-25.28-154.601C159.456 14.618 97.158 4.538 45.41 30.524a8.11 8.11 0 0 1-10.89-3.614a8.11 8.11 0 0 1 3.613-10.893C96.133-13.1 165.967-1.812 211.9 44.121c45.762 45.761 57.146 115.414 28.327 173.308a8.08 8.08 0 0 1-7.258 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f26c5d" d="M104.898 197.43c-25.612 0-46.456-20.845-46.456-46.457s20.844-46.457 46.456-46.457s46.457 20.845 46.457 46.457s-20.845 46.456-46.457 46.456m0-76.676c-16.665 0-30.23 13.554-30.23 30.23c0 16.675 13.555 30.23 30.23 30.23s30.23-13.555 30.23-30.23s-13.565-30.23-30.23-30.23m8.977 39.4c-4.971 4.972-13.032 4.972-18.004 0s-4.972-13.033 0-18.005s13.033-4.971 18.004 0c4.972 4.972 4.972 13.033 0 18.005m-8.977 72.166a81.2 81.2 0 0 1-24.275-3.688c-4.319-1.347-6.724-5.944-5.377-10.262s5.943-6.734 10.262-5.377c6.242 1.956 12.774 2.94 19.39 2.94c35.81 0 64.95-29.14 64.95-64.95s-29.14-64.949-64.95-64.949s-64.949 29.14-64.949 64.95c0 6.627.994 13.169 2.95 19.422a8.21 8.21 0 0 1-5.376 10.273a8.21 8.21 0 0 1-10.273-5.377a81.2 81.2 0 0 1-3.699-24.319c0-44.853 36.494-81.346 81.347-81.346s81.337 36.493 81.337 81.346s-36.494 81.337-81.337 81.337m49.503 23.42a8.2 8.2 0 0 1-7.3-4.457c-2.064-4.03-.482-8.969 3.548-11.032c33.64-17.285 54.538-51.491 54.538-89.278c0-55.308-44.992-100.3-100.3-100.3c-37.904 0-72.153 20.995-89.395 54.784c-2.064 4.03-6.991 5.633-11.021 3.57A8.185 8.185 0 0 1 .9 98.007c20.053-39.306 59.903-63.72 103.997-63.72c64.34 0 116.687 52.346 116.687 116.686c0 43.955-24.308 83.752-63.442 103.859a8.1 8.1 0 0 1-3.742.908m78.568-33.81a8.1 8.1 0 0 1-3.613-.856a8.115 8.115 0 0 1-3.645-10.882c25.708-51.651 15.542-113.778-25.28-154.601C159.456 14.618 97.158 4.538 45.41 30.524a8.11 8.11 0 0 1-10.89-3.614a8.11 8.11 0 0 1 3.613-10.893C96.133-13.1 165.967-1.812 211.9 44.121c45.762 45.761 57.146 115.414 28.327 173.308a8.08 8.08 0 0 1-7.258 4.5"/></svg>
</template>

CSS

.icon-smartling {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22%23f26c5d%22%20d%3D%22M104.898%20197.43c-25.612%200-46.456-20.845-46.456-46.457s20.844-46.457%2046.456-46.457s46.457%2020.845%2046.457%2046.457s-20.845%2046.456-46.457%2046.456m0-76.676c-16.665%200-30.23%2013.554-30.23%2030.23c0%2016.675%2013.555%2030.23%2030.23%2030.23s30.23-13.555%2030.23-30.23s-13.565-30.23-30.23-30.23m8.977%2039.4c-4.971%204.972-13.032%204.972-18.004%200s-4.972-13.033%200-18.005s13.033-4.971%2018.004%200c4.972%204.972%204.972%2013.033%200%2018.005m-8.977%2072.166a81.2%2081.2%200%200%201-24.275-3.688c-4.319-1.347-6.724-5.944-5.377-10.262s5.943-6.734%2010.262-5.377c6.242%201.956%2012.774%202.94%2019.39%202.94c35.81%200%2064.95-29.14%2064.95-64.95s-29.14-64.949-64.95-64.949s-64.949%2029.14-64.949%2064.95c0%206.627.994%2013.169%202.95%2019.422a8.21%208.21%200%200%201-5.376%2010.273a8.21%208.21%200%200%201-10.273-5.377a81.2%2081.2%200%200%201-3.699-24.319c0-44.853%2036.494-81.346%2081.347-81.346s81.337%2036.493%2081.337%2081.346s-36.494%2081.337-81.337%2081.337m49.503%2023.42a8.2%208.2%200%200%201-7.3-4.457c-2.064-4.03-.482-8.969%203.548-11.032c33.64-17.285%2054.538-51.491%2054.538-89.278c0-55.308-44.992-100.3-100.3-100.3c-37.904%200-72.153%2020.995-89.395%2054.784c-2.064%204.03-6.991%205.633-11.021%203.57A8.185%208.185%200%200%201%20.9%2098.007c20.053-39.306%2059.903-63.72%20103.997-63.72c64.34%200%20116.687%2052.346%20116.687%20116.686c0%2043.955-24.308%2083.752-63.442%20103.859a8.1%208.1%200%200%201-3.742.908m78.568-33.81a8.1%208.1%200%200%201-3.613-.856a8.115%208.115%200%200%201-3.645-10.882c25.708-51.651%2015.542-113.778-25.28-154.601C159.456%2014.618%2097.158%204.538%2045.41%2030.524a8.11%208.11%200%200%201-10.89-3.614a8.11%208.11%200%200%201%203.613-10.893C96.133-13.1%20165.967-1.812%20211.9%2044.121c45.762%2045.761%2057.146%20115.414%2028.327%20173.308a8.08%208.08%200%200%201-7.258%204.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%20256%20256%22%3E%3Cpath%20fill%3D%22%23f26c5d%22%20d%3D%22M104.898%20197.43c-25.612%200-46.456-20.845-46.456-46.457s20.844-46.457%2046.456-46.457s46.457%2020.845%2046.457%2046.457s-20.845%2046.456-46.457%2046.456m0-76.676c-16.665%200-30.23%2013.554-30.23%2030.23c0%2016.675%2013.555%2030.23%2030.23%2030.23s30.23-13.555%2030.23-30.23s-13.565-30.23-30.23-30.23m8.977%2039.4c-4.971%204.972-13.032%204.972-18.004%200s-4.972-13.033%200-18.005s13.033-4.971%2018.004%200c4.972%204.972%204.972%2013.033%200%2018.005m-8.977%2072.166a81.2%2081.2%200%200%201-24.275-3.688c-4.319-1.347-6.724-5.944-5.377-10.262s5.943-6.734%2010.262-5.377c6.242%201.956%2012.774%202.94%2019.39%202.94c35.81%200%2064.95-29.14%2064.95-64.95s-29.14-64.949-64.95-64.949s-64.949%2029.14-64.949%2064.95c0%206.627.994%2013.169%202.95%2019.422a8.21%208.21%200%200%201-5.376%2010.273a8.21%208.21%200%200%201-10.273-5.377a81.2%2081.2%200%200%201-3.699-24.319c0-44.853%2036.494-81.346%2081.347-81.346s81.337%2036.493%2081.337%2081.346s-36.494%2081.337-81.337%2081.337m49.503%2023.42a8.2%208.2%200%200%201-7.3-4.457c-2.064-4.03-.482-8.969%203.548-11.032c33.64-17.285%2054.538-51.491%2054.538-89.278c0-55.308-44.992-100.3-100.3-100.3c-37.904%200-72.153%2020.995-89.395%2054.784c-2.064%204.03-6.991%205.633-11.021%203.57A8.185%208.185%200%200%201%20.9%2098.007c20.053-39.306%2059.903-63.72%20103.997-63.72c64.34%200%20116.687%2052.346%20116.687%20116.686c0%2043.955-24.308%2083.752-63.442%20103.859a8.1%208.1%200%200%201-3.742.908m78.568-33.81a8.1%208.1%200%200%201-3.613-.856a8.115%208.115%200%200%201-3.645-10.882c25.708-51.651%2015.542-113.778-25.28-154.601C159.456%2014.618%2097.158%204.538%2045.41%2030.524a8.11%208.11%200%200%201-10.89-3.614a8.11%208.11%200%200%201%203.613-10.893C96.133-13.1%20165.967-1.812%20211.9%2044.121c45.762%2045.761%2057.146%20115.414%2028.327%20173.308a8.08%208.08%200%200%201-7.258%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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