showtime logo
showtime from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- showtime
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the showtime logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.99 12.167c0-4.808 1.779-7.84 3.903-8.16C18.769 1.397 15.221 0 11.999 0C8.451 0 5.265 1.54 3.07 3.985c2.094.416 2.806 2.174 2.806 4.892H3.314c0-1.605-.334-2.436-1.284-2.436c-.427 0-.758.217-.954.587l-.084.184a2.1 2.1 0 0 0-.114.71c0 3.324 5.46 3.159 5.46 8.27c0 1.995-1.53 3.855-3.252 3.855C5.35 22.52 8.441 24 12 24c3.46 0 6.577-1.464 8.766-3.808c-2.018-.509-3.776-3.413-3.776-8.025m-1.142 7.921h-2.746V13.26h-2.967v6.83H7.384V4.327h2.746v6.348h2.972V4.327h2.746zM2.372 17.58c-1.32 0-2.399-2.32-2.372-5.8c1.905 1.72 3.681 2.11 3.681 4.145c0 .981-.543 1.655-1.309 1.655M24 12.002c0 2.844-.896 5.409-2.1 5.409c-1.445 0-2.181-2.703-2.181-5.498c0-2.654.771-5.308 2.181-5.308c1.676 0 2.1 4.102 2.1 5.397"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsShowtime(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="M16.99 12.167c0-4.808 1.779-7.84 3.903-8.16C18.769 1.397 15.221 0 11.999 0C8.451 0 5.265 1.54 3.07 3.985c2.094.416 2.806 2.174 2.806 4.892H3.314c0-1.605-.334-2.436-1.284-2.436c-.427 0-.758.217-.954.587l-.084.184a2.1 2.1 0 0 0-.114.71c0 3.324 5.46 3.159 5.46 8.27c0 1.995-1.53 3.855-3.252 3.855C5.35 22.52 8.441 24 12 24c3.46 0 6.577-1.464 8.766-3.808c-2.018-.509-3.776-3.413-3.776-8.025m-1.142 7.921h-2.746V13.26h-2.967v6.83H7.384V4.327h2.746v6.348h2.972V4.327h2.746zM2.372 17.58c-1.32 0-2.399-2.32-2.372-5.8c1.905 1.72 3.681 2.11 3.681 4.145c0 .981-.543 1.655-1.309 1.655M24 12.002c0 2.844-.896 5.409-2.1 5.409c-1.445 0-2.181-2.703-2.181-5.498c0-2.654.771-5.308 2.181-5.308c1.676 0 2.1 4.102 2.1 5.397"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.99 12.167c0-4.808 1.779-7.84 3.903-8.16C18.769 1.397 15.221 0 11.999 0C8.451 0 5.265 1.54 3.07 3.985c2.094.416 2.806 2.174 2.806 4.892H3.314c0-1.605-.334-2.436-1.284-2.436c-.427 0-.758.217-.954.587l-.084.184a2.1 2.1 0 0 0-.114.71c0 3.324 5.46 3.159 5.46 8.27c0 1.995-1.53 3.855-3.252 3.855C5.35 22.52 8.441 24 12 24c3.46 0 6.577-1.464 8.766-3.808c-2.018-.509-3.776-3.413-3.776-8.025m-1.142 7.921h-2.746V13.26h-2.967v6.83H7.384V4.327h2.746v6.348h2.972V4.327h2.746zM2.372 17.58c-1.32 0-2.399-2.32-2.372-5.8c1.905 1.72 3.681 2.11 3.681 4.145c0 .981-.543 1.655-1.309 1.655M24 12.002c0 2.844-.896 5.409-2.1 5.409c-1.445 0-2.181-2.703-2.181-5.498c0-2.654.771-5.308 2.181-5.308c1.676 0 2.1 4.102 2.1 5.397"/></svg> </template>
CSS
.icon-showtime {
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%22M16.99%2012.167c0-4.808%201.779-7.84%203.903-8.16C18.769%201.397%2015.221%200%2011.999%200C8.451%200%205.265%201.54%203.07%203.985c2.094.416%202.806%202.174%202.806%204.892H3.314c0-1.605-.334-2.436-1.284-2.436c-.427%200-.758.217-.954.587l-.084.184a2.1%202.1%200%200%200-.114.71c0%203.324%205.46%203.159%205.46%208.27c0%201.995-1.53%203.855-3.252%203.855C5.35%2022.52%208.441%2024%2012%2024c3.46%200%206.577-1.464%208.766-3.808c-2.018-.509-3.776-3.413-3.776-8.025m-1.142%207.921h-2.746V13.26h-2.967v6.83H7.384V4.327h2.746v6.348h2.972V4.327h2.746zM2.372%2017.58c-1.32%200-2.399-2.32-2.372-5.8c1.905%201.72%203.681%202.11%203.681%204.145c0%20.981-.543%201.655-1.309%201.655M24%2012.002c0%202.844-.896%205.409-2.1%205.409c-1.445%200-2.181-2.703-2.181-5.498c0-2.654.771-5.308%202.181-5.308c1.676%200%202.1%204.102%202.1%205.397%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%22M16.99%2012.167c0-4.808%201.779-7.84%203.903-8.16C18.769%201.397%2015.221%200%2011.999%200C8.451%200%205.265%201.54%203.07%203.985c2.094.416%202.806%202.174%202.806%204.892H3.314c0-1.605-.334-2.436-1.284-2.436c-.427%200-.758.217-.954.587l-.084.184a2.1%202.1%200%200%200-.114.71c0%203.324%205.46%203.159%205.46%208.27c0%201.995-1.53%203.855-3.252%203.855C5.35%2022.52%208.441%2024%2012%2024c3.46%200%206.577-1.464%208.766-3.808c-2.018-.509-3.776-3.413-3.776-8.025m-1.142%207.921h-2.746V13.26h-2.967v6.83H7.384V4.327h2.746v6.348h2.972V4.327h2.746zM2.372%2017.58c-1.32%200-2.399-2.32-2.372-5.8c1.905%201.72%203.681%202.11%203.681%204.145c0%20.981-.543%201.655-1.309%201.655M24%2012.002c0%202.844-.896%205.409-2.1%205.409c-1.445%200-2.181-2.703-2.181-5.498c0-2.654.771-5.308%202.181-5.308c1.676%200%202.1%204.102%202.1%205.397%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/showtime.svg?color=%231a73e8&size=48