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

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

Use the revue logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.3 7.13c-1.62 0-3.42.871-4.196 2.558c-.49 1.065.918 1.397.988 1.065c.23-1.09 1.447-2.805 3.22-2.805c.936 0 1.483.616 1.483 1.704c0 1.349-1.559 2.06-2.25 2.29c.307-1.41.415-1.836.415-2.087c0-.554-.321-.646-.648-.646c-.397 0-.684.29-.684.29c.23.418-.159 1.904-.327 2.506c-.203.73-.485 1.81-.661 2.496s1.052.5 1.135.298c.09-.22.326-1.027.54-1.876c.358-.112.768-.27.768-.27c.18 1.192 1.138 4.216 3.874 4.216c2.346 0 2.196-1.488 2.002-1.392c-.235.118-.647.325-1.527.325c-2.735 0-3.298-3.506-3.298-3.506s2.07-.873 2.07-2.644c0-1.774-1.445-2.521-2.903-2.521zM14.223 10c-.443 0-.781.383-.781.792c0 .674.552.693.542 1.236c-.01.542-.876 2.082-1.46 2.082c-.217 0-.251-.219-.251-.321c0-1.038.55-2.52.55-3.019c0-.47-.286-.59-.628-.59a.97.97 0 0 0-.703.287c.157.325.003 1.1-.172 1.846c-.303.858-1.285 1.89-2.163 1.893c-1.147.007-.98-1.2-.98-1.2s2.698.06 2.614-1.81c-.036-.787-.796-1.125-1.479-1.095c-1.392.063-2.5 1.385-2.427 3.02c.058 1.291 1.025 1.906 2.053 1.86c.91-.04 1.59-.451 2.079-.93c.064.537.402.937 1.049.937c1.687 0 3.021-2.429 3.021-3.935c0-.55-.289-1.052-.864-1.052zm8.326.117c-1.393.029-2.57 1.325-2.536 2.961q.006.236.043.443c-.18.236-.5.59-.789.59c-.159 0-.218-.14-.218-.299c0-1.202.555-2.385.555-3.084c0-.424-.29-.546-.648-.546c-.442 0-.688.288-.688.288c.241.663-.616 3.641-1.518 3.641c-.213 0-.25-.167-.25-.303c0-.893.551-2.388.551-3.057c0-.444-.296-.576-.646-.576c-.414 0-.69.295-.69.295c.298.572-.484 2.757-.484 3.39c0 .632.351 1.131.97 1.131c1.003 0 1.585-1.258 1.585-1.258s-.134 1.258 1.085 1.258c.625 0 1.122-.53 1.383-.884c.321.602.95.897 1.803.88c.612-.013 1.053-.189 1.393-.494c.524-.472.175-1.195-.02-.982c-.346.376-.781.664-1.263.674c-.926.02-.814-1.161-.814-1.161s2.686.094 2.647-1.777c-.016-.788-.768-1.144-1.451-1.13m-13.21.721c.165-.007.281.076.29.275c.05 1.108-1.463 1.224-1.463 1.224c.065-.542.574-1.472 1.174-1.499zm13.17.016c.184-.004.28.083.285.283c.022 1.088-1.445 1.186-1.445 1.186c.077-.54.496-1.455 1.16-1.469"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRevue(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="M4.3 7.13c-1.62 0-3.42.871-4.196 2.558c-.49 1.065.918 1.397.988 1.065c.23-1.09 1.447-2.805 3.22-2.805c.936 0 1.483.616 1.483 1.704c0 1.349-1.559 2.06-2.25 2.29c.307-1.41.415-1.836.415-2.087c0-.554-.321-.646-.648-.646c-.397 0-.684.29-.684.29c.23.418-.159 1.904-.327 2.506c-.203.73-.485 1.81-.661 2.496s1.052.5 1.135.298c.09-.22.326-1.027.54-1.876c.358-.112.768-.27.768-.27c.18 1.192 1.138 4.216 3.874 4.216c2.346 0 2.196-1.488 2.002-1.392c-.235.118-.647.325-1.527.325c-2.735 0-3.298-3.506-3.298-3.506s2.07-.873 2.07-2.644c0-1.774-1.445-2.521-2.903-2.521zM14.223 10c-.443 0-.781.383-.781.792c0 .674.552.693.542 1.236c-.01.542-.876 2.082-1.46 2.082c-.217 0-.251-.219-.251-.321c0-1.038.55-2.52.55-3.019c0-.47-.286-.59-.628-.59a.97.97 0 0 0-.703.287c.157.325.003 1.1-.172 1.846c-.303.858-1.285 1.89-2.163 1.893c-1.147.007-.98-1.2-.98-1.2s2.698.06 2.614-1.81c-.036-.787-.796-1.125-1.479-1.095c-1.392.063-2.5 1.385-2.427 3.02c.058 1.291 1.025 1.906 2.053 1.86c.91-.04 1.59-.451 2.079-.93c.064.537.402.937 1.049.937c1.687 0 3.021-2.429 3.021-3.935c0-.55-.289-1.052-.864-1.052zm8.326.117c-1.393.029-2.57 1.325-2.536 2.961q.006.236.043.443c-.18.236-.5.59-.789.59c-.159 0-.218-.14-.218-.299c0-1.202.555-2.385.555-3.084c0-.424-.29-.546-.648-.546c-.442 0-.688.288-.688.288c.241.663-.616 3.641-1.518 3.641c-.213 0-.25-.167-.25-.303c0-.893.551-2.388.551-3.057c0-.444-.296-.576-.646-.576c-.414 0-.69.295-.69.295c.298.572-.484 2.757-.484 3.39c0 .632.351 1.131.97 1.131c1.003 0 1.585-1.258 1.585-1.258s-.134 1.258 1.085 1.258c.625 0 1.122-.53 1.383-.884c.321.602.95.897 1.803.88c.612-.013 1.053-.189 1.393-.494c.524-.472.175-1.195-.02-.982c-.346.376-.781.664-1.263.674c-.926.02-.814-1.161-.814-1.161s2.686.094 2.647-1.777c-.016-.788-.768-1.144-1.451-1.13m-13.21.721c.165-.007.281.076.29.275c.05 1.108-1.463 1.224-1.463 1.224c.065-.542.574-1.472 1.174-1.499zm13.17.016c.184-.004.28.083.285.283c.022 1.088-1.445 1.186-1.445 1.186c.077-.54.496-1.455 1.16-1.469"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.3 7.13c-1.62 0-3.42.871-4.196 2.558c-.49 1.065.918 1.397.988 1.065c.23-1.09 1.447-2.805 3.22-2.805c.936 0 1.483.616 1.483 1.704c0 1.349-1.559 2.06-2.25 2.29c.307-1.41.415-1.836.415-2.087c0-.554-.321-.646-.648-.646c-.397 0-.684.29-.684.29c.23.418-.159 1.904-.327 2.506c-.203.73-.485 1.81-.661 2.496s1.052.5 1.135.298c.09-.22.326-1.027.54-1.876c.358-.112.768-.27.768-.27c.18 1.192 1.138 4.216 3.874 4.216c2.346 0 2.196-1.488 2.002-1.392c-.235.118-.647.325-1.527.325c-2.735 0-3.298-3.506-3.298-3.506s2.07-.873 2.07-2.644c0-1.774-1.445-2.521-2.903-2.521zM14.223 10c-.443 0-.781.383-.781.792c0 .674.552.693.542 1.236c-.01.542-.876 2.082-1.46 2.082c-.217 0-.251-.219-.251-.321c0-1.038.55-2.52.55-3.019c0-.47-.286-.59-.628-.59a.97.97 0 0 0-.703.287c.157.325.003 1.1-.172 1.846c-.303.858-1.285 1.89-2.163 1.893c-1.147.007-.98-1.2-.98-1.2s2.698.06 2.614-1.81c-.036-.787-.796-1.125-1.479-1.095c-1.392.063-2.5 1.385-2.427 3.02c.058 1.291 1.025 1.906 2.053 1.86c.91-.04 1.59-.451 2.079-.93c.064.537.402.937 1.049.937c1.687 0 3.021-2.429 3.021-3.935c0-.55-.289-1.052-.864-1.052zm8.326.117c-1.393.029-2.57 1.325-2.536 2.961q.006.236.043.443c-.18.236-.5.59-.789.59c-.159 0-.218-.14-.218-.299c0-1.202.555-2.385.555-3.084c0-.424-.29-.546-.648-.546c-.442 0-.688.288-.688.288c.241.663-.616 3.641-1.518 3.641c-.213 0-.25-.167-.25-.303c0-.893.551-2.388.551-3.057c0-.444-.296-.576-.646-.576c-.414 0-.69.295-.69.295c.298.572-.484 2.757-.484 3.39c0 .632.351 1.131.97 1.131c1.003 0 1.585-1.258 1.585-1.258s-.134 1.258 1.085 1.258c.625 0 1.122-.53 1.383-.884c.321.602.95.897 1.803.88c.612-.013 1.053-.189 1.393-.494c.524-.472.175-1.195-.02-.982c-.346.376-.781.664-1.263.674c-.926.02-.814-1.161-.814-1.161s2.686.094 2.647-1.777c-.016-.788-.768-1.144-1.451-1.13m-13.21.721c.165-.007.281.076.29.275c.05 1.108-1.463 1.224-1.463 1.224c.065-.542.574-1.472 1.174-1.499zm13.17.016c.184-.004.28.083.285.283c.022 1.088-1.445 1.186-1.445 1.186c.077-.54.496-1.455 1.16-1.469"/></svg>
</template>

CSS

.icon-revue {
  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%22M4.3%207.13c-1.62%200-3.42.871-4.196%202.558c-.49%201.065.918%201.397.988%201.065c.23-1.09%201.447-2.805%203.22-2.805c.936%200%201.483.616%201.483%201.704c0%201.349-1.559%202.06-2.25%202.29c.307-1.41.415-1.836.415-2.087c0-.554-.321-.646-.648-.646c-.397%200-.684.29-.684.29c.23.418-.159%201.904-.327%202.506c-.203.73-.485%201.81-.661%202.496s1.052.5%201.135.298c.09-.22.326-1.027.54-1.876c.358-.112.768-.27.768-.27c.18%201.192%201.138%204.216%203.874%204.216c2.346%200%202.196-1.488%202.002-1.392c-.235.118-.647.325-1.527.325c-2.735%200-3.298-3.506-3.298-3.506s2.07-.873%202.07-2.644c0-1.774-1.445-2.521-2.903-2.521zM14.223%2010c-.443%200-.781.383-.781.792c0%20.674.552.693.542%201.236c-.01.542-.876%202.082-1.46%202.082c-.217%200-.251-.219-.251-.321c0-1.038.55-2.52.55-3.019c0-.47-.286-.59-.628-.59a.97.97%200%200%200-.703.287c.157.325.003%201.1-.172%201.846c-.303.858-1.285%201.89-2.163%201.893c-1.147.007-.98-1.2-.98-1.2s2.698.06%202.614-1.81c-.036-.787-.796-1.125-1.479-1.095c-1.392.063-2.5%201.385-2.427%203.02c.058%201.291%201.025%201.906%202.053%201.86c.91-.04%201.59-.451%202.079-.93c.064.537.402.937%201.049.937c1.687%200%203.021-2.429%203.021-3.935c0-.55-.289-1.052-.864-1.052zm8.326.117c-1.393.029-2.57%201.325-2.536%202.961q.006.236.043.443c-.18.236-.5.59-.789.59c-.159%200-.218-.14-.218-.299c0-1.202.555-2.385.555-3.084c0-.424-.29-.546-.648-.546c-.442%200-.688.288-.688.288c.241.663-.616%203.641-1.518%203.641c-.213%200-.25-.167-.25-.303c0-.893.551-2.388.551-3.057c0-.444-.296-.576-.646-.576c-.414%200-.69.295-.69.295c.298.572-.484%202.757-.484%203.39c0%20.632.351%201.131.97%201.131c1.003%200%201.585-1.258%201.585-1.258s-.134%201.258%201.085%201.258c.625%200%201.122-.53%201.383-.884c.321.602.95.897%201.803.88c.612-.013%201.053-.189%201.393-.494c.524-.472.175-1.195-.02-.982c-.346.376-.781.664-1.263.674c-.926.02-.814-1.161-.814-1.161s2.686.094%202.647-1.777c-.016-.788-.768-1.144-1.451-1.13m-13.21.721c.165-.007.281.076.29.275c.05%201.108-1.463%201.224-1.463%201.224c.065-.542.574-1.472%201.174-1.499zm13.17.016c.184-.004.28.083.285.283c.022%201.088-1.445%201.186-1.445%201.186c.077-.54.496-1.455%201.16-1.469%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%22M4.3%207.13c-1.62%200-3.42.871-4.196%202.558c-.49%201.065.918%201.397.988%201.065c.23-1.09%201.447-2.805%203.22-2.805c.936%200%201.483.616%201.483%201.704c0%201.349-1.559%202.06-2.25%202.29c.307-1.41.415-1.836.415-2.087c0-.554-.321-.646-.648-.646c-.397%200-.684.29-.684.29c.23.418-.159%201.904-.327%202.506c-.203.73-.485%201.81-.661%202.496s1.052.5%201.135.298c.09-.22.326-1.027.54-1.876c.358-.112.768-.27.768-.27c.18%201.192%201.138%204.216%203.874%204.216c2.346%200%202.196-1.488%202.002-1.392c-.235.118-.647.325-1.527.325c-2.735%200-3.298-3.506-3.298-3.506s2.07-.873%202.07-2.644c0-1.774-1.445-2.521-2.903-2.521zM14.223%2010c-.443%200-.781.383-.781.792c0%20.674.552.693.542%201.236c-.01.542-.876%202.082-1.46%202.082c-.217%200-.251-.219-.251-.321c0-1.038.55-2.52.55-3.019c0-.47-.286-.59-.628-.59a.97.97%200%200%200-.703.287c.157.325.003%201.1-.172%201.846c-.303.858-1.285%201.89-2.163%201.893c-1.147.007-.98-1.2-.98-1.2s2.698.06%202.614-1.81c-.036-.787-.796-1.125-1.479-1.095c-1.392.063-2.5%201.385-2.427%203.02c.058%201.291%201.025%201.906%202.053%201.86c.91-.04%201.59-.451%202.079-.93c.064.537.402.937%201.049.937c1.687%200%203.021-2.429%203.021-3.935c0-.55-.289-1.052-.864-1.052zm8.326.117c-1.393.029-2.57%201.325-2.536%202.961q.006.236.043.443c-.18.236-.5.59-.789.59c-.159%200-.218-.14-.218-.299c0-1.202.555-2.385.555-3.084c0-.424-.29-.546-.648-.546c-.442%200-.688.288-.688.288c.241.663-.616%203.641-1.518%203.641c-.213%200-.25-.167-.25-.303c0-.893.551-2.388.551-3.057c0-.444-.296-.576-.646-.576c-.414%200-.69.295-.69.295c.298.572-.484%202.757-.484%203.39c0%20.632.351%201.131.97%201.131c1.003%200%201.585-1.258%201.585-1.258s-.134%201.258%201.085%201.258c.625%200%201.122-.53%201.383-.884c.321.602.95.897%201.803.88c.612-.013%201.053-.189%201.393-.494c.524-.472.175-1.195-.02-.982c-.346.376-.781.664-1.263.674c-.926.02-.814-1.161-.814-1.161s2.686.094%202.647-1.777c-.016-.788-.768-1.144-1.451-1.13m-13.21.721c.165-.007.281.076.29.275c.05%201.108-1.463%201.224-1.463%201.224c.065-.542.574-1.472%201.174-1.499zm13.17.016c.184-.004.28.083.285.283c.022%201.088-1.445%201.186-1.445%201.186c.077-.54.496-1.455%201.16-1.469%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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