elastic from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
elastic
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Related icons in CoreUI Brands

Use the elastic logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.093 21.755l-5.26-1.233l-1.401-2.667l6.885-6.032a5.26 5.26 0 0 1 3.401 4.923c0 2.249-1.489 4.301-3.625 5.009m-3.957 6.218c-.819 0-1.62-.276-2.276-.776l1.041-5.421l4.776 1.12q.228.618.229 1.307a3.77 3.77 0 0 1-3.771 3.771zm-3.505-.776a7.85 7.85 0 0 1-6.521 3.453c-4.355 0-7.896-3.541-7.896-7.891c0-.536.052-1.063.156-1.572l6.865-6.209l7.011 3.193l1.552 2.968zM1.287 15.255c0-2.249 1.484-4.301 3.62-5.009l5.249 1.244l1.235 2.631l-6.713 6.068a5.27 5.27 0 0 1-3.391-4.933zM8.864 4.027c.829 0 1.631.271 2.292.771l-1.047 5.437L5.322 9.11a3.8 3.8 0 0 1-.229-1.312a3.776 3.776 0 0 1 3.771-3.771m3.537.78a7.88 7.88 0 0 1 6.495-3.421c4.339 0 7.869 3.532 7.869 7.875c0 .532-.047 1.037-.151 1.547l-7.041 6.172l-6.98-3.181l-1.364-2.912zM31.953 16.76a6.275 6.275 0 0 0-4.156-5.921a8.6 8.6 0 0 0 .167-1.713c0-4.969-4.043-9.016-9.011-9.016a9 9 0 0 0-7.303 3.74a4.789 4.789 0 0 0-7.417 5.448C1.753 10.194.05 12.585.05 15.246a6.29 6.29 0 0 0 4.172 5.937a9 9 0 0 0-.167 1.713c0 4.959 4.036 8.989 8.995 8.989a8.95 8.95 0 0 0 7.297-3.755a4.72 4.72 0 0 0 2.932 1.02a4.784 4.784 0 0 0 4.484-6.448c2.48-.896 4.188-3.287 4.188-5.943z"/></svg>

React

import type { SVGProps } from "react";

export function CibElastic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.093 21.755l-5.26-1.233l-1.401-2.667l6.885-6.032a5.26 5.26 0 0 1 3.401 4.923c0 2.249-1.489 4.301-3.625 5.009m-3.957 6.218c-.819 0-1.62-.276-2.276-.776l1.041-5.421l4.776 1.12q.228.618.229 1.307a3.77 3.77 0 0 1-3.771 3.771zm-3.505-.776a7.85 7.85 0 0 1-6.521 3.453c-4.355 0-7.896-3.541-7.896-7.891c0-.536.052-1.063.156-1.572l6.865-6.209l7.011 3.193l1.552 2.968zM1.287 15.255c0-2.249 1.484-4.301 3.62-5.009l5.249 1.244l1.235 2.631l-6.713 6.068a5.27 5.27 0 0 1-3.391-4.933zM8.864 4.027c.829 0 1.631.271 2.292.771l-1.047 5.437L5.322 9.11a3.8 3.8 0 0 1-.229-1.312a3.776 3.776 0 0 1 3.771-3.771m3.537.78a7.88 7.88 0 0 1 6.495-3.421c4.339 0 7.869 3.532 7.869 7.875c0 .532-.047 1.037-.151 1.547l-7.041 6.172l-6.98-3.181l-1.364-2.912zM31.953 16.76a6.275 6.275 0 0 0-4.156-5.921a8.6 8.6 0 0 0 .167-1.713c0-4.969-4.043-9.016-9.011-9.016a9 9 0 0 0-7.303 3.74a4.789 4.789 0 0 0-7.417 5.448C1.753 10.194.05 12.585.05 15.246a6.29 6.29 0 0 0 4.172 5.937a9 9 0 0 0-.167 1.713c0 4.959 4.036 8.989 8.995 8.989a8.95 8.95 0 0 0 7.297-3.755a4.72 4.72 0 0 0 2.932 1.02a4.784 4.784 0 0 0 4.484-6.448c2.48-.896 4.188-3.287 4.188-5.943z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.093 21.755l-5.26-1.233l-1.401-2.667l6.885-6.032a5.26 5.26 0 0 1 3.401 4.923c0 2.249-1.489 4.301-3.625 5.009m-3.957 6.218c-.819 0-1.62-.276-2.276-.776l1.041-5.421l4.776 1.12q.228.618.229 1.307a3.77 3.77 0 0 1-3.771 3.771zm-3.505-.776a7.85 7.85 0 0 1-6.521 3.453c-4.355 0-7.896-3.541-7.896-7.891c0-.536.052-1.063.156-1.572l6.865-6.209l7.011 3.193l1.552 2.968zM1.287 15.255c0-2.249 1.484-4.301 3.62-5.009l5.249 1.244l1.235 2.631l-6.713 6.068a5.27 5.27 0 0 1-3.391-4.933zM8.864 4.027c.829 0 1.631.271 2.292.771l-1.047 5.437L5.322 9.11a3.8 3.8 0 0 1-.229-1.312a3.776 3.776 0 0 1 3.771-3.771m3.537.78a7.88 7.88 0 0 1 6.495-3.421c4.339 0 7.869 3.532 7.869 7.875c0 .532-.047 1.037-.151 1.547l-7.041 6.172l-6.98-3.181l-1.364-2.912zM31.953 16.76a6.275 6.275 0 0 0-4.156-5.921a8.6 8.6 0 0 0 .167-1.713c0-4.969-4.043-9.016-9.011-9.016a9 9 0 0 0-7.303 3.74a4.789 4.789 0 0 0-7.417 5.448C1.753 10.194.05 12.585.05 15.246a6.29 6.29 0 0 0 4.172 5.937a9 9 0 0 0-.167 1.713c0 4.959 4.036 8.989 8.995 8.989a8.95 8.95 0 0 0 7.297-3.755a4.72 4.72 0 0 0 2.932 1.02a4.784 4.784 0 0 0 4.484-6.448c2.48-.896 4.188-3.287 4.188-5.943z"/></svg>
</template>

CSS

.icon-elastic {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.093%2021.755l-5.26-1.233l-1.401-2.667l6.885-6.032a5.26%205.26%200%200%201%203.401%204.923c0%202.249-1.489%204.301-3.625%205.009m-3.957%206.218c-.819%200-1.62-.276-2.276-.776l1.041-5.421l4.776%201.12q.228.618.229%201.307a3.77%203.77%200%200%201-3.771%203.771zm-3.505-.776a7.85%207.85%200%200%201-6.521%203.453c-4.355%200-7.896-3.541-7.896-7.891c0-.536.052-1.063.156-1.572l6.865-6.209l7.011%203.193l1.552%202.968zM1.287%2015.255c0-2.249%201.484-4.301%203.62-5.009l5.249%201.244l1.235%202.631l-6.713%206.068a5.27%205.27%200%200%201-3.391-4.933zM8.864%204.027c.829%200%201.631.271%202.292.771l-1.047%205.437L5.322%209.11a3.8%203.8%200%200%201-.229-1.312a3.776%203.776%200%200%201%203.771-3.771m3.537.78a7.88%207.88%200%200%201%206.495-3.421c4.339%200%207.869%203.532%207.869%207.875c0%20.532-.047%201.037-.151%201.547l-7.041%206.172l-6.98-3.181l-1.364-2.912zM31.953%2016.76a6.275%206.275%200%200%200-4.156-5.921a8.6%208.6%200%200%200%20.167-1.713c0-4.969-4.043-9.016-9.011-9.016a9%209%200%200%200-7.303%203.74a4.789%204.789%200%200%200-7.417%205.448C1.753%2010.194.05%2012.585.05%2015.246a6.29%206.29%200%200%200%204.172%205.937a9%209%200%200%200-.167%201.713c0%204.959%204.036%208.989%208.995%208.989a8.95%208.95%200%200%200%207.297-3.755a4.72%204.72%200%200%200%202.932%201.02a4.784%204.784%200%200%200%204.484-6.448c2.48-.896%204.188-3.287%204.188-5.943z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.093%2021.755l-5.26-1.233l-1.401-2.667l6.885-6.032a5.26%205.26%200%200%201%203.401%204.923c0%202.249-1.489%204.301-3.625%205.009m-3.957%206.218c-.819%200-1.62-.276-2.276-.776l1.041-5.421l4.776%201.12q.228.618.229%201.307a3.77%203.77%200%200%201-3.771%203.771zm-3.505-.776a7.85%207.85%200%200%201-6.521%203.453c-4.355%200-7.896-3.541-7.896-7.891c0-.536.052-1.063.156-1.572l6.865-6.209l7.011%203.193l1.552%202.968zM1.287%2015.255c0-2.249%201.484-4.301%203.62-5.009l5.249%201.244l1.235%202.631l-6.713%206.068a5.27%205.27%200%200%201-3.391-4.933zM8.864%204.027c.829%200%201.631.271%202.292.771l-1.047%205.437L5.322%209.11a3.8%203.8%200%200%201-.229-1.312a3.776%203.776%200%200%201%203.771-3.771m3.537.78a7.88%207.88%200%200%201%206.495-3.421c4.339%200%207.869%203.532%207.869%207.875c0%20.532-.047%201.037-.151%201.547l-7.041%206.172l-6.98-3.181l-1.364-2.912zM31.953%2016.76a6.275%206.275%200%200%200-4.156-5.921a8.6%208.6%200%200%200%20.167-1.713c0-4.969-4.043-9.016-9.011-9.016a9%209%200%200%200-7.303%203.74a4.789%204.789%200%200%200-7.417%205.448C1.753%2010.194.05%2012.585.05%2015.246a6.29%206.29%200%200%200%204.172%205.937a9%209%200%200%200-.167%201.713c0%204.959%204.036%208.989%208.995%208.989a8.95%208.95%200%200%200%207.297-3.755a4.72%204.72%200%200%200%202.932%201.02a4.784%204.784%200%200%200%204.484-6.448c2.48-.896%204.188-3.287%204.188-5.943z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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