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

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

The same logo in other sets

Use the mist logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGXXnrUcxJ" x1="253.534%" x2="-6.886%" y1="253.575%" y2="-.904%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#c2c1c1"/></linearGradient><linearGradient id="SVGNTFQtcwB" x1="209.797%" x2="-1.083%" y1="223.263%" y2="-3.113%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#a2a2a1"/></linearGradient><linearGradient id="SVGXc348nhG" x1="271.964%" x2="7.716%" y1="334.363%" y2="-9.063%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#b3b3b3"/></linearGradient></defs><circle cx="128" cy="128" r="128" fill="#e9e9e9"/><path fill="url(#SVGXXnrUcxJ)" d="M166.056 207.918c-74.05-6.013-37.626-10.137-144.322-32.129c29.38 22.68 77.144 78.862 144.322 32.129"/><path fill="url(#SVGNTFQtcwB)" d="M242.34 118.06c-70.27-13.917-139.167-61.852-211.5-46.389c-1.03.344-2.233.515-1.718 1.03c46.218 8.076 143.12 77.316 213.219 45.36"/><path fill="url(#SVGXc348nhG)" d="M223.098 183.692c-36.94-7.903-117.863-69.583-208.752-44.843c79.55 18.213 151.195 62.54 208.752 44.843"/><path fill="#a4a4a4" d="M235.297 81.808C194.234 51.569 142.69-3.067 95.613 47.274C153 54.318 160.558 63.768 235.297 81.808"/><path fill="#121212" d="M20.875 175.445c85.047.172 133.67-64.773 221.466-57.385c-70.1 35.909-155.834 103.775-221.466 57.385"/><path fill="#171717" d="M235.125 81.808c-85.734-6.873-130.406 62.368-221.466 57.385C48.193 123.558 150.078 31.64 235.125 81.808"/><path fill="#212121" d="M172.242 36.621c-49.139-1.718-99.136 41.922-143.463 36.253C60.736 53.459 120.01 4.492 172.242 36.62"/><path fill="#010101" d="M84.102 219.945c51.028-.172 93.81-45.015 140.027-36.253c-37.799 21.649-83.844 66.32-140.027 36.253"/></svg>

React

import type { SVGProps } from "react";

export function LogosMist(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGXXnrUcxJ" x1="253.534%" x2="-6.886%" y1="253.575%" y2="-.904%"><stop offset="0%" stopColor="#fff"/><stop offset="100%" stopColor="#c2c1c1"/></linearGradient><linearGradient id="SVGNTFQtcwB" x1="209.797%" x2="-1.083%" y1="223.263%" y2="-3.113%"><stop offset="0%" stopColor="#fff"/><stop offset="100%" stopColor="#a2a2a1"/></linearGradient><linearGradient id="SVGXc348nhG" x1="271.964%" x2="7.716%" y1="334.363%" y2="-9.063%"><stop offset="0%" stopColor="#fff"/><stop offset="100%" stopColor="#b3b3b3"/></linearGradient></defs><circle cx="128" cy="128" r="128" fill="#e9e9e9"/><path fill="url(#SVGXXnrUcxJ)" d="M166.056 207.918c-74.05-6.013-37.626-10.137-144.322-32.129c29.38 22.68 77.144 78.862 144.322 32.129"/><path fill="url(#SVGNTFQtcwB)" d="M242.34 118.06c-70.27-13.917-139.167-61.852-211.5-46.389c-1.03.344-2.233.515-1.718 1.03c46.218 8.076 143.12 77.316 213.219 45.36"/><path fill="url(#SVGXc348nhG)" d="M223.098 183.692c-36.94-7.903-117.863-69.583-208.752-44.843c79.55 18.213 151.195 62.54 208.752 44.843"/><path fill="#a4a4a4" d="M235.297 81.808C194.234 51.569 142.69-3.067 95.613 47.274C153 54.318 160.558 63.768 235.297 81.808"/><path fill="#121212" d="M20.875 175.445c85.047.172 133.67-64.773 221.466-57.385c-70.1 35.909-155.834 103.775-221.466 57.385"/><path fill="#171717" d="M235.125 81.808c-85.734-6.873-130.406 62.368-221.466 57.385C48.193 123.558 150.078 31.64 235.125 81.808"/><path fill="#212121" d="M172.242 36.621c-49.139-1.718-99.136 41.922-143.463 36.253C60.736 53.459 120.01 4.492 172.242 36.62"/><path fill="#010101" d="M84.102 219.945c51.028-.172 93.81-45.015 140.027-36.253c-37.799 21.649-83.844 66.32-140.027 36.253"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGXXnrUcxJ" x1="253.534%" x2="-6.886%" y1="253.575%" y2="-.904%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#c2c1c1"/></linearGradient><linearGradient id="SVGNTFQtcwB" x1="209.797%" x2="-1.083%" y1="223.263%" y2="-3.113%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#a2a2a1"/></linearGradient><linearGradient id="SVGXc348nhG" x1="271.964%" x2="7.716%" y1="334.363%" y2="-9.063%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#b3b3b3"/></linearGradient></defs><circle cx="128" cy="128" r="128" fill="#e9e9e9"/><path fill="url(#SVGXXnrUcxJ)" d="M166.056 207.918c-74.05-6.013-37.626-10.137-144.322-32.129c29.38 22.68 77.144 78.862 144.322 32.129"/><path fill="url(#SVGNTFQtcwB)" d="M242.34 118.06c-70.27-13.917-139.167-61.852-211.5-46.389c-1.03.344-2.233.515-1.718 1.03c46.218 8.076 143.12 77.316 213.219 45.36"/><path fill="url(#SVGXc348nhG)" d="M223.098 183.692c-36.94-7.903-117.863-69.583-208.752-44.843c79.55 18.213 151.195 62.54 208.752 44.843"/><path fill="#a4a4a4" d="M235.297 81.808C194.234 51.569 142.69-3.067 95.613 47.274C153 54.318 160.558 63.768 235.297 81.808"/><path fill="#121212" d="M20.875 175.445c85.047.172 133.67-64.773 221.466-57.385c-70.1 35.909-155.834 103.775-221.466 57.385"/><path fill="#171717" d="M235.125 81.808c-85.734-6.873-130.406 62.368-221.466 57.385C48.193 123.558 150.078 31.64 235.125 81.808"/><path fill="#212121" d="M172.242 36.621c-49.139-1.718-99.136 41.922-143.463 36.253C60.736 53.459 120.01 4.492 172.242 36.62"/><path fill="#010101" d="M84.102 219.945c51.028-.172 93.81-45.015 140.027-36.253c-37.799 21.649-83.844 66.32-140.027 36.253"/></svg>
</template>

CSS

.icon-mist {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGXXnrUcxJ%22%20x1%3D%22253.534%25%22%20x2%3D%22-6.886%25%22%20y1%3D%22253.575%25%22%20y2%3D%22-.904%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23c2c1c1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGNTFQtcwB%22%20x1%3D%22209.797%25%22%20x2%3D%22-1.083%25%22%20y1%3D%22223.263%25%22%20y2%3D%22-3.113%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a2a2a1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXc348nhG%22%20x1%3D%22271.964%25%22%20x2%3D%227.716%25%22%20y1%3D%22334.363%25%22%20y2%3D%22-9.063%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b3b3b3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23e9e9e9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXXnrUcxJ)%22%20d%3D%22M166.056%20207.918c-74.05-6.013-37.626-10.137-144.322-32.129c29.38%2022.68%2077.144%2078.862%20144.322%2032.129%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGNTFQtcwB)%22%20d%3D%22M242.34%20118.06c-70.27-13.917-139.167-61.852-211.5-46.389c-1.03.344-2.233.515-1.718%201.03c46.218%208.076%20143.12%2077.316%20213.219%2045.36%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXc348nhG)%22%20d%3D%22M223.098%20183.692c-36.94-7.903-117.863-69.583-208.752-44.843c79.55%2018.213%20151.195%2062.54%20208.752%2044.843%22%2F%3E%3Cpath%20fill%3D%22%23a4a4a4%22%20d%3D%22M235.297%2081.808C194.234%2051.569%20142.69-3.067%2095.613%2047.274C153%2054.318%20160.558%2063.768%20235.297%2081.808%22%2F%3E%3Cpath%20fill%3D%22%23121212%22%20d%3D%22M20.875%20175.445c85.047.172%20133.67-64.773%20221.466-57.385c-70.1%2035.909-155.834%20103.775-221.466%2057.385%22%2F%3E%3Cpath%20fill%3D%22%23171717%22%20d%3D%22M235.125%2081.808c-85.734-6.873-130.406%2062.368-221.466%2057.385C48.193%20123.558%20150.078%2031.64%20235.125%2081.808%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M172.242%2036.621c-49.139-1.718-99.136%2041.922-143.463%2036.253C60.736%2053.459%20120.01%204.492%20172.242%2036.62%22%2F%3E%3Cpath%20fill%3D%22%23010101%22%20d%3D%22M84.102%20219.945c51.028-.172%2093.81-45.015%20140.027-36.253c-37.799%2021.649-83.844%2066.32-140.027%2036.253%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGXXnrUcxJ%22%20x1%3D%22253.534%25%22%20x2%3D%22-6.886%25%22%20y1%3D%22253.575%25%22%20y2%3D%22-.904%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23c2c1c1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGNTFQtcwB%22%20x1%3D%22209.797%25%22%20x2%3D%22-1.083%25%22%20y1%3D%22223.263%25%22%20y2%3D%22-3.113%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a2a2a1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXc348nhG%22%20x1%3D%22271.964%25%22%20x2%3D%227.716%25%22%20y1%3D%22334.363%25%22%20y2%3D%22-9.063%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b3b3b3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23e9e9e9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXXnrUcxJ)%22%20d%3D%22M166.056%20207.918c-74.05-6.013-37.626-10.137-144.322-32.129c29.38%2022.68%2077.144%2078.862%20144.322%2032.129%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGNTFQtcwB)%22%20d%3D%22M242.34%20118.06c-70.27-13.917-139.167-61.852-211.5-46.389c-1.03.344-2.233.515-1.718%201.03c46.218%208.076%20143.12%2077.316%20213.219%2045.36%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXc348nhG)%22%20d%3D%22M223.098%20183.692c-36.94-7.903-117.863-69.583-208.752-44.843c79.55%2018.213%20151.195%2062.54%20208.752%2044.843%22%2F%3E%3Cpath%20fill%3D%22%23a4a4a4%22%20d%3D%22M235.297%2081.808C194.234%2051.569%20142.69-3.067%2095.613%2047.274C153%2054.318%20160.558%2063.768%20235.297%2081.808%22%2F%3E%3Cpath%20fill%3D%22%23121212%22%20d%3D%22M20.875%20175.445c85.047.172%20133.67-64.773%20221.466-57.385c-70.1%2035.909-155.834%20103.775-221.466%2057.385%22%2F%3E%3Cpath%20fill%3D%22%23171717%22%20d%3D%22M235.125%2081.808c-85.734-6.873-130.406%2062.368-221.466%2057.385C48.193%20123.558%20150.078%2031.64%20235.125%2081.808%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M172.242%2036.621c-49.139-1.718-99.136%2041.922-143.463%2036.253C60.736%2053.459%20120.01%204.492%20172.242%2036.62%22%2F%3E%3Cpath%20fill%3D%22%23010101%22%20d%3D%22M84.102%20219.945c51.028-.172%2093.81-45.015%20140.027-36.253c-37.799%2021.649-83.844%2066.32-140.027%2036.253%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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